← back to the blog
fousa tag
Current tag: tag
2010
My Rails templates
Ruby on Rails has a nice feature where you can generate a new rails project with a template. My templates are based on the newest version of Rails at the moment: Rails 3.0.0beta At the moment my templates handle: jQuery integration git git push to Github HAML integration HTTP basic authentication single password authentication ...
Generate a previous rails project // 2 comments
Because I'm a close follower I already installed Ruby on Rails 3.0.0 beta... But now every time I want to generate a rails application, it's generated with the newest beta version. Below is a small code snippet on how to generate a rails project with a previous version of Ruby on Rails. RUBY ON RAILS 1.2.3 This is how you generate a Rai...