aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/console/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #21977: Removes memoization of helpers in Rails consoleCharles Treatman2015-10-161-1/+1
* use the appropriate RDoc code markupDamien Mathieu2013-07-181-2/+2
* document the Rails::ConsoleMethods#helper and #controller methodsDamien Mathieu2013-07-181-0/+6
* Modulize Rails console methods so that other console libraries such as Pry ca...Akira Matsuda2011-11-091-2/+2
* move Rails console top level methods to IRB contextAkira Matsuda2011-11-041-5/+9
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+3
* Move console stuff to its own directory.José Valim2010-01-231-0/+5