RailsCasts Pro episodes are now free!

Learn more or hide this

Luan Santos's Profile

GitHub User: luan

Site: luansantos.com

Comments by Luan Santos

Avatar

I like to wrap my classes on a global namespace such as:

coffeescript
@App = new Object

And then:

coffeescript
class App.CreditCard
Avatar

AMAZING! Loved it. Will definitely use soon.

install nodejs as easy as:
much faster than therubyracer

bash
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Avatar

Can I integrate with anything other than devise?

Does it works with other ORMs? (didn't have the time to test it yet)