Andrew, Yes I do use migrations extensively and I do prepend all of the class names with Create, Add, Remove etc. Thank you VERY much for the heads up but this does not appear to be cause the error :( Thanks! Eden, This does indeed give a new error: ========================================================================================================== > mongrel_rails start -e production ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with production environment... /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing': uninitialized constant Cacher (NameError) from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:131:in `const_missing' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/inflector.rb:161:in `constantize' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/string/inflections.rb:59:in `constantize' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/observer.rb:24:in `observers=' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/observer.rb:22:in `each' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/observer.rb:22:in `observers=' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:280:in `send' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:280:in `initialize_framework_settings' ... 19 levels... from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/command.rb:211:in `run' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231 from /usr/local/bin/mongrel_rails:18:in `load' from /usr/local/bin/mongrel_rails:18 ========================================================================================================== So if it is a caching issue then did I configure something improperly somewhere? Any further insight is GREATLY appreciated. Thank you very much!!! ~Wayne |
_______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
