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
*
Revert "This conditions is required to work with database create task. 1.9.2 ...
Arun Agrawal
2011-12-27
1
-2
/
+1
*
Reconnect to the first database after db:create
Tsutomu Kuroda
2011-12-23
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
*
|
fix connection not established error while running rake task
Bhavin Kamani
2011-05-21
1
-0
/
+1
|
/
*
Interleave db_list and file_list.
Christopher Wade
2011-05-09
1
-6
/
+6
*
Sort migrations by the migration ID.
Christopher Wade
2011-05-09
1
-2
/
+2
*
Namespace Fixtures in ActiveRecord
Jason Noble
2011-05-07
1
-3
/
+3
*
Merge pull request #316 from arunagw/jdbc_postgresql.
Aaron Patterson
2011-05-01
1
-83
/
+83
|
\
|
*
Minor fixes in databases.rake
Arun Agrawal
2011-04-27
1
-71
/
+71
|
*
Allowing jdbcsqlite3 to drop database, clone structure. #jruby
Arun Agrawal
2011-04-27
1
-7
/
+7
|
*
Re-factored database.rake to allow Jdbcpostgresql. #jruby
Arun Agrawal
2011-04-27
1
-5
/
+5
*
|
make sure we flatten the fixture path list
Aaron Patterson
2011-04-29
1
-1
/
+1
*
|
shorten up our fixture path resolving code
Aaron Patterson
2011-04-29
1
-2
/
+2
|
/
*
Database creation for jdbcpostgresql #jruby
Arun Agrawal
2011-04-26
1
-1
/
+1
[next]