31 Aug 22:58, in Ruby On Rails
Simple tutorial about how to enable devise to allow facebook login.
- Creating the application with devise authentication
- Creating the Facebook application
- Allowing devise to login with facebook account
31 Aug 22:58, in Ruby On Rails
Simple tutorial about how to enable devise to allow facebook login.
12 Aug 02:01, in Tips, Tricks and News
Twitter just released "Tweet" buttons today, i'm putting it at the end of all posts, now you can easily share.
11 Aug 20:19, in Around Rails World
A short tip about how to use a bundle to specify the folder when using "Go To File" in TextMate.
Edited
There's also peepopen from PeepCode
07 Aug 19:53, in Ruby On Rails
Sometimes when you are working with decimal numbers you just need to use comma as separator.
I was facing this trouble at work last week, and thank's to the awesome tip from @igorhrk the problem was solved.
To use comma as decimal separator you just need a few and quick steps.
06 Aug 00:53, in Ruby On Rails