Rails routing and active scaffold fight to the death

Just kidding, it's not as bad as it seems. Right now I don't have much in my route.rb, and I'm getting this in my console:

Processing ApplicationController#index (for 127.0.0.1 at 2008-02-01 14:54:00) [GET] [2008-02-01 14:54:00] (552) INFO Session ID: a8eeb58764d872bbd1fdb337636e68e7 [2008-02-01 14:54:00] (552) INFO Parameters: {} [2008-02-01 14:54:00] (552) FATAL

ActionController::RoutingError (no route found to match "/javascripts/ active_scaffold/default/" with {:method=>:get}):     C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:1292:in `recognize_path'     C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:1282:in `recognize'     C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/ dispatcher.rb:40:in `dispatch'     C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.0.1-mswin32/ lib/mongrel/rails.rb:78:in `process' ...........

anyone have an idea of how to make this go away. It's not causing anything to stop working, but it is really getting under my skin. It seems to be caused by activescaffold trying to replace its js files from the vendor/activescaffold/.../defaut/ directory to the above blackhole of a directory. I can see the files got replaced in that directory just fine, so why the exception??? Why the complaining?

I'm getting the same error, seems like it started after I upgraded active_scaffold but I could be wrong.

Scott

nightrider wrote: