My app doesn''t come up in Webrick, fine in Mongrel. From the log I think it''s looking for a routes.rb file in vendor/rails somewhere and while one does exist it''s not with the path the log is showing it''s asking for. Also, shouldn''t Webrick then look for my app''s routes.rb in config/ ? Processing Base#index (for 127.0.0.1 at 2006-09-21 06:42:17) [GET] Session ID: 20dd67070caa78c7f2a82cdf0e86a1cd Parameters: {} MissingSourceFile (no such file to load -- ./script/../config/../config/routes.rb): /vendor/rails/activesupport/lib/active_support/dependencies.rb:343:in `load'' /vendor/rails/activesupport/lib/active_support/dependencies.rb:343:in `load'' /vendor/rails/actionpack/lib/action_controller/routing.rb:930:in `load_routes!'' /vendor/rails/actionpack/lib/action_controller/routing.rb:922:in `reload'' /vendor/rails/railties/lib/dispatcher.rb:99:in `prepare_application'' /vendor/rails/railties/lib/dispatcher.rb:39:in `dispatch'' /vendor/rails/railties/lib/webrick_server.rb:111:in `handle_dispatch'' /vendor/rails/railties/lib/webrick_server.rb:77:in `service'' C:/instantrails/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'' C:/instantrails/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'' C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'' C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'' C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start'' C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start'' C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start'' C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start'' /vendor/rails/railties/lib/webrick_server.rb:63:in `dispatch'' /vendor/rails/railties/lib/commands/servers/webrick.rb:59 C:/instantrails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' /vendor/rails/activesupport/lib/active_support/dependencies.rb:350:in `require'' /vendor/rails/railties/lib/commands/server.rb:39 script/server:3 -- http://en.wikipedia.org/wiki/Dark_ambient --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
There''s really not much reason to use WEBrick is you app works just fine with Mongrel. Curt On 9/21/06, Dark Ambient <sambient-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > My app doesn''t come up in Webrick, fine in Mongrel. > > From the log I think it''s looking for a routes.rb file in vendor/rails > somewhere and while one does exist it''s not with the path the log is > showing it''s asking for. Also, shouldn''t Webrick then look for my > app''s routes.rb in config/ ? > > Processing Base#index (for 127.0.0.1 at 2006-09-21 06:42:17) [GET] > Session ID: 20dd67070caa78c7f2a82cdf0e86a1cd > Parameters: {} > > > MissingSourceFile (no such file to load -- > ./script/../config/../config/routes.rb): > /vendor/rails/activesupport/lib/active_support/dependencies.rb:343:in > `load'' > /vendor/rails/activesupport/lib/active_support/dependencies.rb:343:in > `load'' > /vendor/rails/actionpack/lib/action_controller/routing.rb:930:in > `load_routes!'' > /vendor/rails/actionpack/lib/action_controller/routing.rb:922:in > `reload'' > /vendor/rails/railties/lib/dispatcher.rb:99:in `prepare_application'' > /vendor/rails/railties/lib/dispatcher.rb:39:in `dispatch'' > /vendor/rails/railties/lib/webrick_server.rb:111:in `handle_dispatch'' > /vendor/rails/railties/lib/webrick_server.rb:77:in `service'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in > `service'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:173:in > `start_thread'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:162:in > `start_thread'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:95:in `start'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:92:in `start'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:23:in `start'' > C:/instantrails/ruby/lib/ruby/1.8/webrick/server.rb:82:in `start'' > /vendor/rails/railties/lib/webrick_server.rb:63:in `dispatch'' > /vendor/rails/railties/lib/commands/servers/webrick.rb:59 > > C:/instantrails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require'' > /vendor/rails/activesupport/lib/active_support/dependencies.rb:350:in > `require'' > /vendor/rails/railties/lib/commands/server.rb:39 > script/server:3 > > -- > http://en.wikipedia.org/wiki/Dark_ambient > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On Thu, 2006-09-21 at 06:47 -0600, Dark Ambient wrote:> My app doesn''t come up in Webrick, fine in Mongrel. >Wow, I think that''s the first time someone said that. Well, my work is done. See ya next July folks! :-) -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Zed Shaw wrote:> Wow, I think that''s the first time someone said that. Well, my work is > done. See ya next July folks! :-)July? Is that when the first MUDCRAPers conference is?!? Joe> -- > Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu > http://www.zedshaw.com/ > http://mongrel.rubyforge.org/ > http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---