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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -