Fork me on GitHub

Snippets #45

Back from a great holiday visiting family in Toronto. Got a few ideas for Rails applications, so going to be focusing on these for the next couple of months. I haven't done anything using Rails for a while now, so it will be good to get back into it.
  1. Sequel Models many_to_one / one_to_many (Revisited) - I've never left the comfort of Active Record since I first started using Ruby. After reading this post on using Sequel though, it's good to see how similar it is to Active Record.
  2. Install any HTML theme/template into your Rails app - I can't believe this hasn't been done before already.
  3. Deploying a Sinatra app on Nginx/Passenger with Capistrano and Git - Useful little post if your more of a Nginx person when it comes to deploying your Sinatra application.
  4. Bats - An interesting new micro-framework by Hans Oksendahl.