[Rails] Re: Default routes in rails 3.0

2010-10-11 Thread nobosh
nice! On Oct 11, 8:44 pm, egervari wrote: > Okay, I think I fixed it: > > I added this line and that works: > >   resources :tasks > > Phew... > > On Oct 11, 11:36 pm, egervari wrote: > > > > > Basically nothing. I don't think the generators put anything here for > > me. > > >   RjsDemo::Applica

[Rails] Re: Default routes in rails 3.0

2010-10-11 Thread egervari
Okay, I think I fixed it: I added this line and that works: resources :tasks Phew... On Oct 11, 11:36 pm, egervari wrote: > Basically nothing. I don't think the generators put anything here for > me. > >   RjsDemo::Application.routes.draw do >     # lots and lots of comments >   end > > On O

[Rails] Re: Default routes in rails 3.0

2010-10-11 Thread egervari
Basically nothing. I don't think the generators put anything here for me. RjsDemo::Application.routes.draw do # lots and lots of comments end On Oct 11, 11:34 pm, nobosh wrote: > What's in your config/routes.rb file? > > On Oct 11, 8:22 pm, egervari wrote: > > > Thanks very much for you

[Rails] Re: Default routes in rails 3.0

2010-10-11 Thread nobosh
What's in your config/routes.rb file? On Oct 11, 8:22 pm, egervari wrote: > Thanks very much for your response. > > I actually ran this command already. This is what it prints out: > > *...@ubuntu:~/RubymineProjects/blog$ rake routes > (in /home/egervari/RubymineProjects/blog) > *...@ubun

[Rails] Re: Default routes in rails 3.0

2010-10-11 Thread egervari
Thanks very much for your response. I actually ran this command already. This is what it prints out: *...@ubuntu:~/RubymineProjects/blog$ rake routes (in /home/egervari/RubymineProjects/blog) *...@ubuntu:~/RubymineProjects/blog$ So... basically nothing. On Oct 11, 11:14 pm, nobosh wrot

[Rails] Re: Default routes in rails 3.0

2010-10-11 Thread nobosh
Run rake routes to see your routes. On Oct 11, 8:10 pm, egervari wrote: > Hi, I just created a scaffolding controller and tried to run the tests > and see it in the web browser. The problem is that I don't think the > routes were setup properly or at all. I get this error when I run the > tests: