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
/
activerecord
/
lib
/
active_record
/
railties
/
databases.rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-10-29
1
-34
/
+54
*
Use `Rails.env` instead of `ENV['RAILS_ENV']`; #7951
Martin Grandrath
2012-10-18
1
-1
/
+1
*
Load the environment after creating the database
Jeremy Kemper
2012-09-19
1
-2
/
+2
*
Backported #7572 to 3-2-stable. Use config['encoding'], because database conf...
kennyj
2012-09-12
1
-3
/
+3
*
Merge pull request #7140 from seamusabshere/patch-1
Rafael Mendonça França
2012-08-05
1
-2
/
+2
*
More `:rails_env` cleanup.
Rafael Mendonça França
2012-08-02
1
-6
/
+6
*
Only require the `:rails_env` task where is needed.
Rafael Mendonça França
2012-07-27
1
-13
/
+13
*
Merge pull request #6758 from caironoleto/master
José Valim
2012-06-18
1
-13
/
+13
*
Use Shellwords to scape arguments in db:structure:dump for PostgreSQL.
Juan M. Cuello
2012-05-22
1
-2
/
+2
*
Fix GH #5435. db:structure:dump should be re-enable.
kennyj
2012-03-18
1
-0
/
+1
*
Merge pull request #4834 from sskirby/fix_usage_of_psql_in_db_test_prepare
Aaron Patterson
2012-02-23
1
-1
/
+1
*
Merge pull request #5038 from carlosantoniodasilva/fix-db-migrate-redo
José Valim
2012-02-14
1
-1
/
+4
*
Reconnect to the first database after db:create
Tsutomu Kuroda
2011-12-25
1
-0
/
+1
*
Fix database tasks in test namespace.
Juan M. Cuello
2011-12-19
1
-9
/
+22
*
Revert "Merge pull request #4030 from Juanmcuello/database_tasks"
José Valim
2011-12-19
1
-20
/
+9
*
Fix database tasks in test namespace.
Juan M. Cuello
2011-12-19
1
-9
/
+20
*
fix a minor typo
Vijay Dev
2011-12-19
1
-1
/
+1
*
Update activerecord/lib/active_record/railties/databases.rake
José Valim
2011-12-18
1
-1
/
+1
*
Rename STRUCTURE to DB_STRUCTURE, update dump task description and add simple...
Dieter Komendera
2011-12-18
1
-3
/
+3
*
Make structure file configureable in db:structure:dump analog to SCHEMA in db...
Dieter Komendera
2011-12-16
1
-12
/
+14
*
Allow to run migrations with given scope, with SCOPE=<scope>
Piotr Sarnacki
2011-12-09
1
-1
/
+3
*
Stop db:seed from performing a reload of the db
Sam Ruby
2011-11-18
1
-2
/
+2
*
Cleanup of databases.rake psql env variables
Oscar Del Ben
2011-11-17
1
-8
/
+9
*
No need to `readlines` then `join`, just use `read` :heart:
Arun Agrawal
2011-11-17
1
-1
/
+1
*
No need to `readlines` then `join`, just use `read` :heart:
Aaron Patterson
2011-11-16
1
-1
/
+1
*
dbfile isn't supported anymore, so remove
Aaron Patterson
2011-11-16
1
-3
/
+3
*
Reduce schema format tests
Aaron Patterson
2011-11-16
1
-10
/
+14
*
Move conditionals to separate tasks so they can be reused.
Aaron Patterson
2011-11-16
1
-7
/
+11
*
removing some useless conditionals
Aaron Patterson
2011-11-16
1
-10
/
+8
*
schema_format :sql should behave like schema_format :ruby
Alex Tambellini
2011-11-04
1
-38
/
+66
*
safeguard against configs missing environment or the database key
Vijay Dev
2011-10-26
1
-1
/
+1
*
minor revision to some new code in databases.rake
Xavier Noria
2011-10-24
1
-2
/
+3
*
Merge pull request #2419 from dmitriy-kiriyenko/drop_test_database_in_develop...
Xavier Noria
2011-10-24
1
-11
/
+15
|
\
|
*
When running "rake db:drop" also drop test database in development environment.
Dmitriy Kiriyenko
2011-09-29
1
-11
/
+15
*
|
Merge pull request #500 from cyril/patch-1
Jeremy Kemper
2011-10-08
1
-2
/
+2
|
\
\
|
*
|
Use quotes for command substitution
Cyril Wack
2011-05-10
1
-2
/
+2
*
|
|
Merge pull request #3203 from jrmehle/fix_clone_structure
Vijay Dev
2011-10-06
1
-2
/
+2
|
\
\
\
|
*
|
|
Quoted path to <Rails.env>_structure.sql file in db:test:clone_structure task.
Jared Mehle
2011-10-03
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
Changing rake db:schema:dump to run :environment as well as :load_config, as ...
Ben Woosley
2011-10-04
1
-1
/
+1
|
/
/
*
|
Merge pull request #2936 from joelmoss/migration_status
Santiago Pastorino
2011-09-11
1
-5
/
+7
*
|
Use mysql_creation_options inside rescue block
Jonathon M. Abbott
2011-08-14
1
-1
/
+1
*
|
default writing the schema file as utf-8
Aaron Patterson
2011-07-29
1
-1
/
+2
*
|
This conditions is required to work with database create task. 1.9.2 is havin...
Arun Agrawal
2011-07-21
1
-1
/
+2
*
|
Fix charset/collate in mysql recreate_database
Simon Baird
2011-07-07
1
-5
/
+8
*
|
Update SQL Server db related rake tasks.
Ken Collins
2011-06-23
1
-6
/
+7
*
|
Removed shadowing variable warning in activerecord railties
Alexey Gaziev
2011-06-20
1
-1
/
+1
*
|
Ensure engine migrations are copied in the same sequence that they are required.
Brian Quinn
2011-06-10
1
-1
/
+1
*
|
Database.rake file fixed for load_generators
Arun Agrawal
2011-05-25
1
-2
/
+1
*
|
properly reference yml alias nodes
dmathieu
2011-05-24
1
-1
/
+1
*
|
Remove extra white-space on some exception messages.
Sebastian Martinez
2011-05-23
1
-1
/
+1
[next]