ruby - Rails 2.3.2 and SHOW TABLES -


i have annoying problem show tables in rails 2.3.2 app - slowing app deep. question is, how rid of show tables usage , used in rails framework? app logs can see being used time.

thank you!

config/environments/production.rb:

config.cache_classes = true config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching             = true config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :smtp 

"show tables" orm-dependent sql query, fires every action provide classes reload in development mode. how time query take?


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -