aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/console.rb
Commit message (Expand)AuthorAgeFilesLines
* exit with non-zero to signal failureHrvoje Šimić2013-05-131-2/+2
* Fix rails console --sandboxJon Leighton2013-03-081-1/+3
* Rescue from LoadError when trying to load the debugger gem for consoleCarlos Antonio da Silva2013-01-061-1/+1
* Don't use Rails.root since it is not available at this pointRafael Mendonça França2013-01-051-1/+1
* Remove unnecessary begin..rescue..end, use only rescueCarlos Antonio da Silva2013-01-041-7/+5
* Move class method to instance in dbconsoleCarlos Antonio da Silva2013-01-041-0/+1
* This commit fixes issue #8628Mykola Kyryk2013-01-041-1/+10
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-1/+1
* Fix various bugs with console arguments.Sam Oliver2012-05-301-23/+25
* Fix `rails db -h` and cosmetic fixes in usage bannersAlexey Vakhov2012-05-221-1/+1
* and one more timeAditya Sanghi2012-04-241-2/+2
* another attempt at the languageAditya Sanghi2012-04-181-1/+1
* stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-171-3/+3
* match rails console environment support, to serverschneems2012-03-221-0/+13
* Refactor Rails::Console to make it easier to test and add tests for itPiotr Sarnacki2012-02-161-25/+46
* Allow to set custom console type with Rails.application.config.console=Piotr Sarnacki2012-02-161-2/+3
* Remove console --irb deprecation noticePiotr Sarnacki2012-02-161-1/+0
* gem ruby-debug19 for console error if ruby-debug19 not foundVishnu Atrai2011-12-251-1/+1
* Extend IRB right before starting IRB to remove dependency on IRB from Rails::...Akira Matsuda2011-11-101-0/+2
* Everyone receives app as argument for consistency.José Valim2011-05-251-1/+2
* Remove defined?(ActiveRecord) and use the railtie hook instead.José Valim2011-05-041-4/+0
* Fix console to accept [environment] [options] as specified in docs.Emilio Tagua2011-04-141-1/+1
* Moved Turn activation/dependency to railtiesDavid Heinemeier Hansson2011-03-311-1/+1
* Direct logging of Active Record to STDOUT so it's shown inline with the resul...David Heinemeier Hansson2011-03-311-0/+4
* "rails console t" must not load "production" but "test"Akira Matsuda2010-09-021-1/+1
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-4/+1
* Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-101-1/+1
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
* Move console stuff to its own directory.José Valim2010-01-231-4/+4
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-111-6/+5
* Have to remove the environment name from ARGV or IRB will freak outDavid Heinemeier Hansson2010-01-091-1/+1
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-3/+7
* Use Rails.env after loading environmentJeremy Kemper2009-11-241-2/+2
* Add a dead --irb option mentioning upgrade pathJeremy Kemper2009-11-231-0/+1
* Set RAILS_ENV before loading config/environmentJeremy Kemper2009-11-231-10/+7
* Refactor script/console into an object and use IRB.start instead of calling e...Carlhuda2009-11-231-39/+48
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+45