aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties/controller_runtime.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-35/+30
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-0/+2
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-2/+2
* Check if the logger exists before trying to use itRafael Mendonça França2016-07-171-1/+1
* Don't invoke sql_runtime if logger is not set to infoeileencodes2015-04-041-1/+1
* fix db_runtime attribute value after raising ActionView::MissingTemplate exc...Igor2013-02-271-1/+2
* nodoc AR::Railtie [ci skip]Francesco Rodriguez2012-09-211-2/+2
* Take into account time spent in AR even if a redirect occurs or if it is afte...Frederick Cheung2011-05-231-1/+3
* Add missing requireSantiago Pastorino2011-05-171-0/+1
* Added some docs to controller runtime.José Valim2011-05-141-1/+4
* Reset ActiveRecord::LogSubscriber runtime at the start of each requestTom Ward2011-05-141-0/+5
* Move runtime back to the Thread.currentJosé Valim2010-07-261-3/+2
* Cache connection access.José Valim2010-07-251-2/+3
* Move runtime back to connection.José Valim2010-07-251-2/+2
* Revert the previous three commits.José Valim2010-07-251-3/+2
* look up connection onceAaron Patterson2010-07-251-2/+3
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-2/+2
* Move runtime to log subscriber.José Valim2010-07-251-2/+2
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-2/+9
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-3/+3
* Fix up AR extension by using Railties module instead of Rails and requiring C...Jeremy Kemper2009-12-301-0/+31