Webrick problem with Edgerails?

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

There’s really not much reason to use WEBrick is you app works just fine
with Mongrel.

Curt

On Thu, 2006-09-21 at 06:47 -0600, Dark A. 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! :slight_smile:


Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu

http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 – Come get help.

Zed S. wrote:

Wow, I think that’s the first time someone said that. Well, my work is
done. See ya next July folks! :slight_smile:

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.