[Rails] Re: Problem with auto-generated controller and index

2011-03-13 Thread Frederick Cheung
On Mar 12, 11:25 pm, Simon Welker p0mmesg4...@googlemail.com wrote: Stories#index Find me in app/views/stories/index.html.erb Huh. That's good for the time being, because something happens in some kind and I got a functioning (at least halfway) controller. But why won't it use

[Rails] Re: Problem with auto-generated controller and index

2011-03-13 Thread Frederick Cheung
On Mar 12, 11:25 pm, Simon Welker p0mmesg4...@googlemail.com wrote: Good day, people, I installed a fully working Ruby on Rails on my Debian Squeeze system today and am studying a tutorial about Ruby on Rails right now. It says that in the main folder of my app, I should type ruby

[Rails] Re: Problem with auto-generated controller and index

2011-03-13 Thread Simon Welker
Thanks for your answer! I'm just a little bit disappointed now that I have to use a whole other tutorial now. scaffold will create all things for a basic database view and editing system, and it will create resources :stories in my routes.rb. Well, that's what I did manually now. I don't wanna