Search Results

0
votes

Learning Ruby on Rails

I have found "The Rails Way" by Obie Fernandez excellent and often found myself referring to it when Agile Web Development with Rails didn't seem to go far enough. Obie Fernandez has a decent …
1
vote

How do I change the index page for rails?

Don't forget to restart your server. You can also run rake routes to show all the known routes and make sure everything looks sane. …