aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* stop using deprecated `render :text` in railtiesyuuji.yaginuma2015-08-061-1/+1
|
* Add an application controller for internal controllersAndrew White2013-12-171-0/+16