aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/instrumentation.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce block executionAkira Matsuda2019-07-311-3/+3
* Reduce Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-311-3/+3
* No need to dup the payload for an instrumentationAkira Matsuda2019-07-311-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* Keep `:api: plugin` methods in the doc [ci skip]Ryuta Kamizono2017-10-201-2/+2
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-4/+0
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-1/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-9/+9
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* Actionpack documentation typos [ci skip]Tom Kadwill2016-04-231-2/+2
* Pass headers through to payload for logging.Gareth du Plooy2016-03-081-0/+1
* Request#fullpath should not raise an exception, so remove the rescueAaron Patterson2016-02-091-1/+1
* AC::Request#format always returns a value, so we do not need to tryAaron Patterson2016-02-091-1/+1
* remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* Ensure append_info_to_payload is called even if an exception is raised.Dieter Komendera2014-12-101-4/+7
* Use request method instead of ActionDispatch::Request#request_method instead ...Ilya Katz2014-11-201-1/+1
* typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-1/+1
* Instrumentation requires RackDelegationJosé Valim2012-08-301-0/+1
* Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...José Valim2011-11-301-1/+6
* Methods like status and location are interfering with redirect_to [Closes #2511]Franck Verrot2011-08-141-3/+3
* don't raise an exception if the format isn't recognizeddmathieu2011-05-261-1/+1
* Use .ref instead of .to_sym.José Valim2011-05-071-1/+1
* Improve performance for filtered parameters and add tests.José Valim2011-05-031-1/+1
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* Add a test for elapsed and require missing benchmark file.José Valim2010-07-201-0/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-5/+5
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-1/+1
* Add method and path to AC notifications.José Valim2010-02-031-1/+3
* Tidy up new filter_parameters implementation.José Valim2010-01-211-1/+0
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-1/+1
* Bring normalize behavior to AbstractController::RenderingJosé Valim2010-01-201-11/+5
* Move parameters to the top on logging.José Valim2010-01-191-7/+13
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-4/+0
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-9/+32
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-1/+1
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-3/+5
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-0/+77