Rails got much more modular after 3.0 rewrite. But do you know how to use specific rails elements outside Rails? What if you would like to use ActionView with some other library (like webmachine)?
This is the repo for the full code of my 2-part technical article titled Using Ruby's Active Record Gem Outside The Rails Web Framework. To set up a local version of this project, a collection of ...