PDA

View Full Version : Good Links


steve_d555
May 16th, 2005, 04:41 PM
Ruby on Rails API (http://api.rubyonrails.com)

For everyone who uses Rails I find the API to be very useful.

Ruby on Rails Wiki (http://wiki.rubyonrails.com/)

Good tutorials and howtos. Also includes good generators that are not builtin to rails.

Matt Moriarity's Video (http://weblog.rubyonrails.com/archives/2005/02/28/rails-010-on-lighttpd-without-scaffolding-video/)

Very good video on how to create a simple weblog using lighttpd and not using scaffold.

You should also check out the rubyonrails.com site for more videos and other links.

Part 1 (http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html)
Part 2 (http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html)

Above is the ONLamp article "Rolling with Ruby on Rails". Very good start for beginners.

rob
May 16th, 2005, 05:13 PM
Thanks Steve for the links. I'm making this thread sticky.