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
*
Merge pull request #4132 from Juanmcuello/clone_structure
Aaron Patterson
2012-05-25
1
-0
/
+1
|
\
|
*
Reset postgreSQL search path in db:test:clone_structure.
Juan M. Cuello
2011-12-22
1
-0
/
+1
*
|
Merge pull request #5925 from Juanmcuello/pg_structure_dump
Carlos Antonio da Silva
2012-05-24
1
-2
/
+2
*
|
Fix GH #5435. db:structure:dump should be reenable.
kennyj
2012-03-17
1
-0
/
+1
*
|
Merge pull request #5162 from kennyj/schema_cache_dump
Aaron Patterson
2012-03-07
1
-0
/
+19
|
\
\
|
*
|
Add db:schema:cache:dump and db:schema:cache:clear tasks.
kennyj
2012-03-01
1
-0
/
+19
*
|
|
warning fix : mismatched indentations at 'end' with 'case'
Arun Agrawal
2012-03-06
1
-1
/
+1
*
|
|
Merge pull request #4984 from raghunadhd/change_orderhash
Vijay Dev
2012-03-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Refactored code
Raghunadh
2012-02-10
1
-1
/
+1
*
|
|
Correctly print names of non-timestamped migrations with db:migrate:status
Peter Mitchell
2012-02-17
1
-2
/
+3
*
|
|
Always reenable _dump task in AR databases rake. Closes #5030
Carlos Antonio da Silva
2012-02-14
1
-1
/
+4
*
|
|
fixes rake db:test:prepare when using postgresql with sql db structure file a...
Sean Kirby
2012-02-01
1
-1
/
+1
|
/
/
*
|
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-1
/
+1
*
|
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
[next]