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
*
Creates development and test databases in db:migrate task
Rafael Mendonça França
2016-03-14
1
-2
/
+2
*
Add environment back to db:structure:load
Andrew White
2016-01-23
1
-1
/
+1
*
Allow manually setting environment value
schneems
2016-01-11
1
-0
/
+6
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-5
/
+13
|
\
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-5
/
+13
*
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
|
/
*
Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"
Arthur Neves
2015-12-11
1
-0
/
+8
*
Merge pull request #22502 from maclover7/remove-deprecation-notice
Arthur Nogueira Neves
2015-12-11
1
-8
/
+0
|
\
|
*
Remove unused deprecation notice
Jon Moss
2015-12-05
1
-8
/
+0
*
|
Make `db:migrate:status` to render `1_some.rb` format migrate files.
yui-knk
2015-11-02
1
-5
/
+7
|
/
*
fix typo in `db:purge` description [ci skip]
yuuji.yaginuma
2015-10-28
1
-1
/
+1
*
Fix out of sync comment
Brandon Conway
2015-09-23
1
-1
/
+1
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-1
/
+1
*
Merge pull request #21529 from rngtng/move-migrations-paths-to-database-task
Yves Senn
2015-09-09
1
-7
/
+7
|
\
|
*
Use `ActiveRecord::Tasks::DatabaseTasks.migrations_paths` instead of `Migrato...
Tobias Bielohlawek
2015-09-07
1
-9
/
+8
|
/
*
[ci skip] Replace `AR` with `Active Record` in task desc
yui-knk
2015-09-07
1
-1
/
+1
*
follow-up to 2183caa, always reenable the task. #20743
Yves Senn
2015-06-30
1
-3
/
+3
*
`dump_schema_after_migration` applies migration tasks other than db:migrate
Yves Senn
2015-06-30
1
-9
/
+12
*
Fix descriptions of databases.rake [ci skip]
Mehmet Emin İNAÇ
2015-06-17
1
-11
/
+11
*
Small refactor on db:reset
Arthur Neves
2015-06-15
1
-4
/
+1
*
make sure to load_config for db:abort_if_pending_migrations
Steven Davidovitz
2015-05-04
1
-1
/
+1
*
Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...
Yves Senn
2015-04-27
1
-1
/
+1
*
Schema creation doesn't load the app
Tamir Duberstein
2015-02-11
1
-1
/
+1
*
Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.
Dieter Komendera
2015-01-08
1
-3
/
+3
*
Replace deprecated `#load_schema` with `#load_schema_for`.
Yves Senn
2014-12-23
1
-2
/
+2
*
Remove environment dependency for db:schema:load
Caleb Thompson
2014-12-04
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
bring back `db:test:prepare`.
Yves Senn
2014-11-25
1
-5
/
+5
*
Add comment to point out String#[] is intentional
Andrew White
2014-11-02
1
-0
/
+1
*
Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...
yuuji.yaginuma
2014-11-02
1
-1
/
+1
*
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
[next]