I just updates my rails version (changed the environment.rb) and now
try to startup Mongrel resulting in Exiting...
Someone knows why?
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/
initializer.rb:530:in `send': undefined method
`cache_template_extensions=' for ActionView
::Base:Class (NoMethodError)
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:530:in `initialize_framework_settings'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:529:in `each'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:529:in `initialize_framework_settings'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:526:in `each'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:526:in `initialize_framework_settings'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:154:in `process'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:112:in `send'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/
lib/initializer.rb:112:in `run'
... 12 levels...
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-
x86-mswin32-60/bin/../lib/mongrel/command.rb:212:in `run'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-
x86-mswin32-60/bin/mongrel_rails:281
from C:/InstantRails/ruby/bin/mongrel_rails:19:in `load'
from C:/InstantRails/ruby/bin/mongrel_rails:19
I just updates my rails version (changed the environment.rb) and now
try to startup Mongrel resulting in Exiting...
Someone knows why?
Because the cache_template_extensions setting was removed.
Fred
So Fred, how do we fix the problem? I don't see anything in the/config
of my app that's using or creating this setting. What do we do to fix
the problem?
I just updates my rails version (changed the environment.rb) and now
try to startup Mongrel resulting in Exiting...
Someone knows why?
Because the cache_template_extensions setting was removed.
Fred
So Fred, how do we fix the problem? I don't see anything in the/config
of my app that's using or creating this setting. What do we do to fix
the problem?
Assuming it was the same problem as the OP then you'd remove
references to that setting in production.rb etc...
If not then I've no idea what the solution is because I don't know
what the problem is.