[Rails] Re: Re: Fighting with Hello World

2010-01-09 Thread Len Haasbroek
Curtis Schofield wrote: > What is the output of 'rake routes' ? (in /home/daddy/RailsApplication6) /:controller/:action/:id /:controller/:action/:id(.:format) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Ra

[Rails] Re: Fighting with Hello World

2010-01-08 Thread Len Haasbroek
Thanks Elric, I'm going to try your suggestions out over the weekend. Hopefully things will start coming together this side :) I will give feedback again. Regards, Len. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on

[Rails] Re: Fighting with Hello World

2010-01-08 Thread Len Haasbroek
Curtis Schofield wrote: >> > I'm curious about what server you are using? I've installed the Netbeans package that comes with Glassfish version 3, as well as Webrick. Glassfish runs on port 8080, and Webrick on 3000. Both gave me the same trouble, so the problem wasn't the webserver part. --

[Rails] Re: Fighting with Hello World

2010-01-08 Thread Len Haasbroek
Hello Marnen, Thank you for your thoughtful feedback. > > The default route is /:controller/:action , so it will try to find a > controller and action that match the URL (in this case, "/book/list"). > Unless you have a BookController (strange -- normal convention would be > BooksController) w

[Rails] Fighting with Hello World

2010-01-07 Thread Len Haasbroek
Hi Guys, I've managed to install Ruby on Rails on Ubuntu 9.10, got it that up and running, installed mysql as well. I use Netbeans 6.8 as the IDE, and from there I can connect from a RoR project to the database with JDBCMYSQL connector, no problem. I can run the project, and get to what seems to b