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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-1
/
+1
*
create/drop test and development databases only if RAILS_ENV is nil
Damien Mathieu
2014-01-08
1
-2
/
+2
*
Add deprecation I accidentally missed
Jon Leighton
2014-01-04
1
-1
/
+1
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-17
/
+17
*
Remove deprecation warning for FIXTURES_PATH
Piotr Sarnacki
2013-12-30
1
-6
/
+0
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-10
/
+2
*
db:test:clone and prepare must load environment
Arthur Neves
2013-12-14
1
-3
/
+2
*
Revert "Explicitly exit with status "1" for create and drop failures"
Rafael Mendonça França
2013-11-19
1
-26
/
+10
*
Merge pull request #12531 from iamvery/database-tasks-exit-status
Rafael Mendonça França
2013-11-15
1
-10
/
+26
|
\
|
*
Explicitly exit with status "1" for create and drop failures
Jay Hayes
2013-11-11
1
-10
/
+26
*
|
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
|
/
*
newline at end of structure.sql file
Chad Jolly
2013-10-13
1
-0
/
+1
*
Revert "Merge pull request #12085 from valk/master"
Santiago Pastorino
2013-09-03
1
-3
/
+1
*
FIX reload! within rails console --sandbox causes undefined method rollback u...
Val Kotlarov Hoffman
2013-08-30
1
-1
/
+3
*
only reconnect if there was already an active connection
Aaron Patterson
2013-08-11
1
-1
/
+4
*
Improved grammar and replaced 'dbs' slang with 'databases'
Prathamesh Sonpatki
2013-06-27
1
-3
/
+3
*
Properly namespace DatabaseTasks
Piotr Sarnacki
2013-06-14
1
-1
/
+1
*
Use DatabaseTasks.env instead of Rails.env in databases.rake
Piotr Sarnacki
2013-06-14
1
-1
/
+1
*
the rake task `db:test:prepare` needs to load the configuration
Yves Senn
2013-05-21
1
-1
/
+1
*
rake:db:test:prepare falls back to original environment after execution.
markevich
2013-05-02
1
-3
/
+7
*
Abort a rake task when missing db/structure.sql like `db:schema:load` task.
kennyj
2013-05-01
1
-5
/
+3
*
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
*
The console --sandbox transaction should not be joinable
Jon Leighton
2013-03-08
1
-1
/
+2
*
Fix rails console --sandbox
Jon Leighton
2013-03-08
1
-2
/
+2
*
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-1
/
+1
*
fix db_runtime attribute value after raising ActionView::MissingTemplate exc...
Igor
2013-02-27
1
-1
/
+2
*
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
*
nodoc AR::Railtie [ci skip]
Francesco Rodriguez
2012-09-21
1
-2
/
+2
*
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
*
Store the transaction number in the transaction object
Jon Leighton
2012-09-15
1
-2
/
+0
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-29
/
+31
[next]