Displaying 5 results from an estimated 5 matches for "sbowman".
Did you mean:
bowman
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI.
Something wrong in the way Rails is trying to process paths from the
WEBrick server. If I try to send in http://localhost:3000/recipes/new,
WEBrick is interpreting /new as my controller, instead of my action.
2005 Mar 07
1
0.10.1 problems
I just upgraded (gem update) to 0.10.1, and now my projects I created
just a few days ago under 0.10.0 don''t work anymore. I get the
following message (for the database table "projects):
$ script/generate scaffold Project
script/generate:27: undefined method `instance'' for
Rails::Generator:Module (NoMethodError)
If I create a new rails project and run the same command,
2005 Mar 07
0
Failed route on 0.10.1
Sorry for all the newbie questions, but I''m also getting this after I
generate a new scaffold for an object and click on "New" on the list page:
Routing Error
No route for path: "new"
Failure reasons:
<ActionController::Routing::Route ":controller/service.wsdl" when
{:action=>"wsdl"}> failed because no controller found at
2005 Mar 07
0
Routing error follow-up
So, maybe I''m asking a stupid question, but if someone could point me in
the right direction, I''d be eternally grateful.
First, here''s what I have installed:
$ ruby -v
ruby 1.8.2 (2004-08-24) [i386-linux]
$ gem list
*** LOCAL GEMS ***
actionmailer (0.7.1)
Service layer for easy email delivery and testing.
actionpack (1.5.1)
Web-flow and rendering framework
2005 Mar 07
0
Routing problem
If I do a http://localhost:3000/recipes?action=new, that works.
http://localhost:3000/recipes/new doesn''t.