22 March 2010 ~ 0 Comments

Implementing RPX with clearance in Ruby on rails in 5 minutes

When it comes to user engagement, having your users being able to create an account or login with one click is a really “nice to have” feature.
This is where RPX appears to be able a really neat solution.
It allows your users to signin/signup to your website, througth the RPX widget, using their preferred provider (Google/OpenId, [...]

Continue Reading

18 May 2009 ~ 30 Comments

Beginners guide to Jquery + Ruby On Rails

First time I wanted to use Jquery with Ruby on Rails I had some difficulties understanding how it can works.
Sure, you can easily use Jrails, that’ll brings you RJS helpers with Jquery, but I quite like the unobstrusive way, so Jrails is not (for me) the best solutions.
Let’s code together
What do we want?
We are going [...]

Continue Reading

11 May 2009 ~ 7 Comments

tutorial, how to use twitter_auth gem in development mode

It was the big things weeks ago, but I didn’t had time to test it. Twitter_auth, allows you to user the twitter authentication on you application. And it’s really sweet!.
Let’s do a small implementation together.
Step 1: Prepare your development box
Because Twitter doesn’t allow the callback parameter anymore, you’ll need to setup your workstation.
I recommend to [...]

Continue Reading