Displaying 2 results from an estimated 2 matches for "edgeapi".
2013 Jul 05
1
No ActionView module in Rails Edge API. Did they remove it from the framework?
I found that there is no ActionView module in
http://edgeapi.rubyonrails.org/
Did they remove it from the framework?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email t...
2011 Aug 07
9
How can I disable Rails 3.1's ActiveRecord Query Caching?
...pproaches, both without any
success. I was hoping some one could enlighten me on how to do that,
exactly.
The first approach I tried was to create an initializer (config/
initializer/active_record.rb) and include this code:
ActiveRecord::Base.connection.disable_query_cache!
(Documented at http://edgeapi.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/QueryCache.html
without comments or examples, unsurprisingly).
This doesn''t appear to work as I''m still seeing prepared statement
caching going on in my log file:
Started GET "/dashboard" for 127.0.0.1 at 2011-08-0...