Rails/Backbone.js practices  

A recent post that discusses a couple of Rails and Backbone.js practices I’ve incorporated into Kicksend.

  • Avoid to_json
  • Action cache
  • Keep the UI responsive
  • Modularize
  • Have a single representation of each resource
  • Use a view manager

Check it out.

 
30
Kudos
 
30
Kudos

Now read this

Using Twitter Bootstrap with Rails 3.1 and SASS

Twitter’s Bootstrap is a pretty awesome toolkit to kickstart your next web app. But it uses Less. And that’s unfortunate for the Rails community as Sass (SCSS) is pretty much defacto now. So what should we do if we want to use Bootstrap... Continue →