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
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
schema rake tasks are specific about the configuration to act on.
Yves Senn
2014-08-06
1
-10
/
+4
*
Add ActiveRecord::Tasks::DatabaseTasks.migrate
Jack Danger Canty
2014-07-31
1
-4
/
+1
*
Use AR::SchemaMigration.table_exists? call instead of longish AR::Base...etc,etc
Viktar Basharymau
2014-06-27
1
-1
/
+1
*
Extract AR::SchemaMigration.normalized_versions method
Viktar Basharymau
2014-06-27
1
-2
/
+1
*
db:migrate:status refactoring: Rewrite hand-crafted SQL query with ActiveReco...
Viktar Basharymau
2014-06-27
1
-1
/
+1
*
Use Array#flat_map and Array#grep in db:migrate:status task
Viktar Basharymau
2014-06-27
1
-10
/
+10
*
Add explaining variables to db:migrate:status
Viktar Basharymau
2014-06-27
1
-2
/
+2
*
Replace String index juggling with Pathname goodness in db:fixtures:load
Viktar Basharymau
2014-06-27
1
-1
/
+1
*
db:fixtures:load refactoring: remove unnecessary loop
Viktar Basharymau
2014-06-27
1
-3
/
+1
*
Extract `fixture_files` variable in fixtures:load rake task
Viktar Basharymau
2014-06-27
1
-1
/
+7
*
Replace a bit of cryptic code in fixtures:load rake task with plain stupid Ruby
Viktar Basharymau
2014-06-27
1
-1
/
+5
*
Get rid of duplication in db:fixtures:{identify,load}
Viktar Basharymau
2014-06-27
1
-11
/
+2
*
db:fixtures:{identify,load} tasks respect AR::Tasks::DatabaseTasks.root
Viktar Basharymau
2014-06-27
1
-2
/
+2
*
Simplify complex code in databases.rake
Viktar Basharymau
2014-06-27
1
-2
/
+2
*
add `bin/rake db:purge` task to empty the current database.
Yves Senn
2014-06-17
1
-0
/
+11
*
`bin/rake db:migrate:status` works with legacy migration numbers.
Yves Senn
2014-06-06
1
-3
/
+4
*
rake railties:install:migrations respects the order of railties
Arun Agrawal
2014-05-27
1
-1
/
+1
*
Return a non zero code when db has never been setup on status
Paul B
2014-05-07
1
-2
/
+1
*
make `db:structure:load` listed with `rake -T`
Greg Molnar
2014-05-02
1
-1
/
+1
*
Replace trivial regexp with string or index, twice as fast
Kelley Reynolds
2014-03-28
1
-1
/
+1
*
only dump schema information if migration table exists. Closes #14217
Yves Senn
2014-03-20
1
-1
/
+2
*
Merge pull request #14048 from pcreux/better-error-message-db-migrate-down
Carlos Antonio da Silva
2014-02-14
1
-1
/
+1
|
\
|
*
Add hint to error message of task db:migrate:down
Philippe Creux
2014-02-13
1
-1
/
+1
*
|
Add config to disable schema dump after migration
Emil Soman
2014-02-06
1
-1
/
+1
|
/
*
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
[next]