aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Always yield a CSP policy instanceAndrew White2018-03-081-4/+2
* Allow using inline style and script in the internal controllersyuuji.yaginuma2018-03-081-0/+13
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* applies new string literal convention in railties/libXavier Noria2016-08-061-3/+3
* stop using deprecated `render :text` in railtiesyuuji.yaginuma2015-08-061-1/+1
* Add an application controller for internal controllersAndrew White2013-12-171-0/+16