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
*
Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rake
Piotr Sarnacki
2013-04-24
1
-2
/
+19
*
Don't require having Rails.application to run database tasks
Piotr Sarnacki
2013-04-24
1
-15
/
+9
*
Merge pull request #10258 from thenickcox/pending_migrations_plural
Rafael Mendonça França
2013-04-18
1
-3
/
+3
|
\
|
*
Fix subject-verb agreement in error msg (and other grammar stuff)
thenickcox
2013-04-17
1
-3
/
+3
*
|
Use db:test:load instead of db:test:load_schema
Piotr Sarnacki
2013-04-16
1
-1
/
+1
*
|
fix AP warning; remove unused variable
Vipul A M
2013-04-09
1
-1
/
+1
*
|
just check pending migrations in the current environment
Aaron Patterson
2013-04-05
1
-2
/
+2
*
|
check pending migrations against the test db
Aaron Patterson
2013-04-03
1
-11
/
+3
*
|
ensure the schema checking is done in the dev connection
Aaron Patterson
2013-04-03
1
-0
/
+8
|
/
*
Fix tiny problem: change method order for consistency and fix wrong method name.
kennyj
2013-04-03
1
-1
/
+1
*
Extract Oracle database tasks.
kennyj
2013-04-03
1
-26
/
+3
*
Extract Sqlserver database tasks.
kennyj
2013-04-03
1
-10
/
+0
*
Extract Firebird database tasks.
kennyj
2013-04-03
1
-20
/
+0
*
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-1
/
+1
*
Remove pre-emptive adapter name check from databases.rake so third party adap...
Daniel Azuma
2013-01-29
1
-9
/
+3
*
Revert "Merge pull request #8930 from cordawyn/ordered_railties"
Carlos Antonio da Silva
2013-01-15
1
-1
/
+1
*
rake railties:install:migrations respects the order of railties
Slava Kravchenko
2013-01-14
1
-1
/
+1
*
Fix missing ending newline in db structure dump:
Thibault Jouan
2012-12-30
1
-1
/
+3
*
Shush deprecation warning due to initializing a Migrator with migration paths...
Jeremy Kemper
2012-12-12
1
-1
/
+1
*
Don't use test environment by default when running rake db:structure:load; #7951
Martin Grandrath
2012-10-18
1
-1
/
+1
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
1
-3
/
+3
*
Load the environment after creating the database
Jeremy Kemper
2012-09-19
1
-2
/
+2
*
Revert "Make sure :environment task is executed before db:schema:load or db:s...
Jeremy Kemper
2012-09-19
1
-2
/
+2
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-29
/
+31
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-15
/
+0
*
Merge pull request #7140 from seamusabshere/patch-1
Rafael Mendonça França
2012-08-05
1
-2
/
+2
|
\
|
*
Make sure :environment task is executed before db:schema:load or db:structure...
Seamus Abshere
2012-07-23
1
-2
/
+2
*
|
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+0
*
|
Remove `:rails_env` task since it is not needed anymore.
Rafael Mendonça França
2012-08-02
1
-9
/
+9
*
|
Only require the `:rails_env` task where is needed.
Rafael Mendonça França
2012-07-27
1
-12
/
+12
|
/
*
Fix collation database task to use begin..rescue..end
Carlos Antonio da Silva
2012-06-30
1
-4
/
+6
*
Extract collation tasks to database tasks.
kennyj
2012-07-01
1
-8
/
+3
*
Remove unused responsibilities and add a few load definitions to engines
José Valim
2012-06-29
1
-1
/
+1
*
Fix wrong environment. env should be RAILS_ENV or test.
kennyj
2012-06-28
1
-1
/
+1
*
Move to db:structure namespace, because these methods are global.
kennyj
2012-06-26
1
-8
/
+9
*
Remove session_table_name method because this is global and used only once.
kennyj
2012-06-26
1
-5
/
+1
*
Add a description about ENV["SCOPE"]
kennyj
2012-06-26
1
-1
/
+1
*
Change the behavior of db:test:prepare task when schema_format is sql for con...
kennyj
2012-06-26
1
-1
/
+1
*
Change the behavior of db:test:clone task when schema_format is sql for consi...
kennyj
2012-06-26
1
-1
/
+11
*
Change an order of methods for readbility.
kennyj
2012-06-26
1
-7
/
+7
*
Refactor db:structure:load task.
kennyj
2012-06-21
1
-19
/
+2
*
Refactor db:structure:dump task.
kennyj
2012-06-20
1
-13
/
+3
*
Refactor db:charset task
Simon Jefford
2012-06-19
1
-14
/
+1
*
Merge pull request #6761 from freelancing-god/db-rake
Jon Leighton
2012-06-17
1
-156
/
+6
|
\
|
*
One line db:create/db:drop tasks.
Pat Allan
2012-06-17
1
-55
/
+4
|
*
db:drop and some of db:test:purge.
Pat Allan
2012-06-17
1
-42
/
+8
|
*
db:create for PostgreSQL pulled out into a class.
Pat Allan
2012-06-17
1
-32
/
+7
|
*
db:create for MySQL now much cleaner.
Pat Allan
2012-06-17
1
-30
/
+1
|
*
A beginning of sorts.
Pat Allan
2012-06-17
1
-12
/
+1
*
|
Adding `load_config` task as dependency.
Cairo Noleto
2012-06-16
1
-14
/
+14
[next]