Posts tagged GettingThingsRight

Apr 05 2010

How to Install and Use Rails 3 Generators

Rails3 Ruby GettingThingsRight | comments

This is why Rails3's philosophy is agnosticism:

You can override default template engine (erb) through config/application.rb. So if you use HAML, running scaffold generator will create HAML files for the views. If you use Rspec for testing as most Ruby developers do, you may also specify rspec as the default test framework.

Continue reading »
Apr 04 2010

Rails 3 on Ubuntu Karmic Koala (Fivebean)

Ruby Passenger Rails3 Nginx Ubuntu Fivebean GettingThingsRight Hosting VPS | comments

This is one of my "Getting Things Right" posts, a.k.a, "How The Hell Do I Set Up My Rails Site on a VPS host." It’s almost always more difficult to get things right than get things done. I tried Slicehost and Linode before and I always ended up rebuilding because I couldn't get the right setup.

Continue reading »