aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/console_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Remove all references to slave in the codebaseRafael Mendonça França2018-09-101-10/+10
* Use respond_to test helpersDaniel Colson2018-01-251-3/+3
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-251-23/+8
* 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
* Allow irb options to be passed from `rails console` commandyuuji.yaginuma2017-05-081-4/+12
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-6/+6
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-6/+5
* modify console of app method in that can use the path helpersyuuji.yaginuma2015-06-051-0/+12
* cleanup railties test; fix typosVipul A M2013-03-311-4/+3
* Don't kill the consoleJon Leighton2013-03-221-10/+2
* Send SIGTERM, not SIGQUIT.Jon Leighton2013-03-221-1/+1
* Fix race condition in testJon Leighton2013-03-091-2/+2
* Bump up timeoutsJon Leighton2013-03-091-3/+3
* The console --sandbox transaction should not be joinableJon Leighton2013-03-081-10/+8
* Fix rails console --sandboxJon Leighton2013-03-081-8/+74
* Remove observers and sweepersRafael Mendonça França2012-11-281-17/+0
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-2/+0
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-1/+2
* Unused variable removedArun Agrawal2011-11-151-1/+0
* Modulize Rails console methods so that other console libraries such as Pry ca...Akira Matsuda2011-11-091-1/+1
* move Rails console top level methods to IRB contextAkira Matsuda2011-11-041-4/+10
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-4/+2
* Fix for CI server. Dependent on RAILS_ENV=developmentArun Agrawal2011-06-061-0/+6
* Everyone receives app as argument for consistency.José Valim2011-05-251-3/+4
* Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...José Valim2011-05-041-2/+16
* Small changes on AD::Reloader.José Valim2010-12-201-3/+3
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-4/+4
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-3/+2
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-2/+2
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-3/+18
* reload! on console now works as expected. [#3822 status:resolved]José Valim2010-02-261-3/+29
* Move console stuff to its own directory.José Valim2010-01-231-2/+2
* More robust console testJoshua Peek2009-10-051-0/+52