[Rails] Re: Rail Quickstart Guide: Always receiving template missing errors.

2010-03-21 Thread DmitryPush
If you read carefully http://guides.rubyonrails.org/getting_started.html you can find that in your routes.rb file have to be following lines map.connect ':controller/:action/:id' map.connect ':controller/:action/:id.:format' I also new in RoR and I don't know why you wrote map.connect 'home/

[Rails] Re: Rail Quickstart Guide: Always receiving template missing errors.

2010-03-19 Thread DmitryPush
Are you sure you don't have a typo, and name of your template looks exactly like that app/views/posts/index.html.erb ? if it's not could you provide here your posts controller, routs and index view On Mar 19, 3:14 am, Stone vtgbe...@gmail.com wrote: Hello, Upon going through the rails

[Rails] Re: Rail Quickstart Guide: Always receiving template missing errors.

2010-03-19 Thread Stone
Thanks for your time. I'm almost sure there is no typo on my part. I'm actually starting to think there's something wrong with the environment as I have created small ror apps before without any issues and am somewhat experiences w/ rails. Having gone through the rails quickstart guide again, I