aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/dbconsole.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use Rails.root since it is not available at this pointRafael Mendonça França2013-01-051-1/+1
* Move class method to instance in dbconsoleCarlos Antonio da Silva2013-01-041-2/+2
* This commit fixes issue #8628Mykola Kyryk2013-01-041-1/+9
* Refactor config abort message a bit for dbconsoleCarlos Antonio da Silva2012-11-181-7/+3
* Fix rails db command with sqlite3 databaseCarlos Antonio da Silva2012-11-181-5/+5
* Removing warning : assigned but unused variableArun Agrawal2012-11-101-1/+1
* Support MySQL SSL in rails dbconsole.needfeed2012-09-101-1/+6
* Fix various bugs with console arguments.Sam Oliver2012-05-301-62/+75
* Fix `rails db -h` and cosmetic fixes in usage bannersAlexey Vakhov2012-05-221-1/+6
* Use relative path to sqlite3 db in `rails db` commandAlexey Vakhov2012-05-221-1/+1
* More faster rails dbconsoleDmitry Vorotilin2012-05-061-10/+28
* Add Rails::DBConsole testsAlexey Vakhov2012-05-021-22/+34
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-6/+1
* dbconsole: Use the app's database_configuration instead of duplicating code.Dieter Komendera2011-12-141-1/+1
* Remove the -h option to dbconsole which is the shorter form of --headerVijay Dev2011-11-221-1/+1
* Corrected dbconsole usage message.2011-04-121-1/+1
* Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs li...Akira Matsuda2011-02-011-1/+1
* "rails dbconsole t" must not load "production" but "test"Akira Matsuda2011-01-311-1/+1
* load and prefer psych as the YAML parser when it is availableAaron Patterson2011-01-211-0/+6
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* add support for mysql2 adapter to dbconsoleBrian Lopez2010-05-041-2/+2
* Make db console work for all versions of ruby on Windows.unknown2010-04-261-1/+2
* Make script/dbconsole work with oracle (sqlplus <username>[/<password>][@<con...Edgars Beigarts2010-03-261-0/+12
* Make script/dbconsole work again [#3690 state:resolved]Sam Granieri2010-01-161-2/+2
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-111-1/+5
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-3/+7
* Refactor script/dbconsole into an objectCarlhuda2009-11-241-80/+89
* 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/+87