index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
commands
/
dbconsole.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-4
/
+11
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
*
Use the new Resolver API in dbconsole
José Valim
2013-12-23
1
-3
/
+2
*
fixed rails dbconsole to support ENV['DATABASE_URL'].
Huiming Teo
2013-12-16
1
-8
/
+5
*
make "rails dbconsole" work with activerecord-postgis-adapter
YanhaoYang
2013-05-17
1
-1
/
+1
*
Don't use Rails.root since it is not available at this point
Rafael Mendonça França
2013-01-05
1
-1
/
+1
*
Move class method to instance in dbconsole
Carlos Antonio da Silva
2013-01-04
1
-2
/
+2
*
This commit fixes issue #8628
Mykola Kyryk
2013-01-04
1
-1
/
+9
*
Refactor config abort message a bit for dbconsole
Carlos Antonio da Silva
2012-11-18
1
-7
/
+3
*
Fix rails db command with sqlite3 database
Carlos Antonio da Silva
2012-11-18
1
-5
/
+5
*
Removing warning : assigned but unused variable
Arun Agrawal
2012-11-10
1
-1
/
+1
*
Support MySQL SSL in rails dbconsole.
needfeed
2012-09-10
1
-1
/
+6
*
Fix various bugs with console arguments.
Sam Oliver
2012-05-30
1
-62
/
+75
*
Fix `rails db -h` and cosmetic fixes in usage banners
Alexey Vakhov
2012-05-22
1
-1
/
+6
*
Use relative path to sqlite3 db in `rails db` command
Alexey Vakhov
2012-05-22
1
-1
/
+1
*
More faster rails dbconsole
Dmitry Vorotilin
2012-05-06
1
-10
/
+28
*
Add Rails::DBConsole tests
Alexey Vakhov
2012-05-02
1
-22
/
+34
*
No need to require psych since require yaml does that.
Rafael Mendonça França
2012-01-04
1
-1
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-6
/
+1
*
dbconsole: Use the app's database_configuration instead of duplicating code.
Dieter Komendera
2011-12-14
1
-1
/
+1
*
Remove the -h option to dbconsole which is the shorter form of --header
Vijay Dev
2011-11-22
1
-1
/
+1
*
Corrected dbconsole usage message.
2011-04-12
1
-1
/
+1
*
Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs li...
Akira Matsuda
2011-02-01
1
-1
/
+1
*
"rails dbconsole t" must not load "production" but "test"
Akira Matsuda
2011-01-31
1
-1
/
+1
*
load and prefer psych as the YAML parser when it is available
Aaron Patterson
2011-01-21
1
-0
/
+6
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
1
-1
/
+1
*
add support for mysql2 adapter to dbconsole
Brian Lopez
2010-05-04
1
-2
/
+2
*
Make db console work for all versions of ruby on Windows.
unknown
2010-04-26
1
-1
/
+2
*
Make script/dbconsole work with oracle (sqlplus <username>[/<password>][@<con...
Edgars Beigarts
2010-03-26
1
-0
/
+12
*
Make script/dbconsole work again [#3690 state:resolved]
Sam Granieri
2010-01-16
1
-2
/
+2
*
Get everyone running on Rails.env and fix the broken environment settings for...
David Heinemeier Hansson
2010-01-11
1
-1
/
+5
*
Have script/* and Rakefile use the application object
Carlhuda
2009-11-24
1
-3
/
+7
*
Refactor script/dbconsole into an object
Carlhuda
2009-11-24
1
-80
/
+89
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...
Carl Lerche
2009-10-16
1
-1
/
+1
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
1
-0
/
+87