Displaying 4 results from an estimated 4 matches for "cache_template_load".
2009 Jul 30
2
Can I turn off config.action_view.cache_template_loading in Production
I''ve got an app which users can edit the ERB templates for emails, the
changes aren''t taking effect till the app restarts though because
config.action_view.cache_template_loading = true
I''ve seen various comments that suggest it has to be true when in
Production for thread safety - is Rails actually running in a threaded
manner yet? Surely this is a none issue at the moment?
Is anyone else running production apps with this set to false?
Thanks
jebw
PS: yeh...
2006 Oct 22
10
Configuration Error?
...oject/
shared/log/mongrel.1080.pid and /home/project/shared/log/mongrel.
1081.log for info.
** Starting Mongrel listening at 127.0.0.1:1081
** Starting Rails with production environment...
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:
280:in `send'': undefined method `cache_template_loading='' for
ActionController::Base:Class (NoMethodError)
from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/
initializer.rb:280:in `initialize_framework_settings''
from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/
initializer.rb:279:in `initialize_frame...
2008 Jun 12
5
mongrel_rails cluster::stop not working
Hi
am a newbie to mongrel. am using mongrel cluster in my ruby application.
When i start mongrel cluster it is working fine and when i stop it it
says already stopped port 8000.
it is giving the error as follows
********* simple selection ********* ********* selection by list
*********
-A all processes -C by command name
-N negate selection -G by real
2006 Apr 12
5
Production deployment speed "wakeup" issue
...lize plugin, but is otherwise pretty standard.
We''ve tried most combinations of switching between rails 1.0 and
rails 1.1.2, tweaking ActionController::Base.allow_concurrency (we
were also getting the "dropped mysql conn" errors in dev mode...),
tweaking ActionView::Base.cache_template_loading (thought that might
be slowing views down?), and so on all to no avail.
Thoughts?
-Matt