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
*
Add foreign key to active_storage_attachments for `blob_id` via new migration
bogdanvlviv
2019-01-16
1
-0
/
+4
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-16
/
+12
*
Add multi-db support to schema cache dump and clear
Gannon McGibbon
2018-11-07
1
-5
/
+12
*
Add multi-db support to rails db:migrate:status
Gannon McGibbon
2018-10-09
1
-1
/
+15
*
Move db:migrate:status to DatabaseTasks method
Gannon McGibbon
2018-10-08
1
-12
/
+1
*
Convert configs_for to kwargs, add include_replicas
Eileen Uchitelle
2018-08-31
1
-9
/
+9
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-18
/
+24
*
Add missing load config dependency to `rake db:seed`
Tobias Bielohlawek
2018-07-10
1
-1
/
+1
*
Fix structure:dump for multiple databases
eileencodes
2018-04-06
1
-2
/
+1
*
Use current_config in structure_dump
utilum
2018-03-29
1
-1
/
+1
*
Refactor configs_for and friends
eileencodes
2018-03-21
1
-16
/
+16
*
Update schema/structure dump tasks for multi db
eileencodes
2018-03-21
1
-12
/
+20
*
Add ability to create/drop/migrate all dbs for a given env
eileencodes
2018-03-21
1
-2
/
+5
*
Add create/drop/migrate db tasks for each database in the environment
eileencodes
2018-03-21
1
-0
/
+25
*
Call `YAML.load` correctly
eileencodes
2018-02-21
1
-1
/
+1
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-11
/
+8
*
Add `environment` as dependency of `load_config` (#31135)
Yuji Yaginuma
2017-11-14
1
-24
/
+24
*
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-4
/
+15
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-3
/
+3
*
Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...
bogdanvlviv
2017-10-15
1
-2
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-2
/
+2
*
Fixes #28359
Philippe Guay
2017-03-26
1
-2
/
+5
*
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
1
-17
/
+2
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
1
-2
/
+1
*
Remove deprecated db:test:clone* tasks
Rafael Mendonça França
2017-01-03
1
-24
/
+0
*
Dump schema cache for custom connection
Kir Shatrov
2017-01-01
1
-4
/
+1
*
Use YAML to serialize schema cache
Kir Shatrov
2016-11-27
1
-8
/
+8
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-7
/
+7
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-8
/
+8
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-41
/
+41
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-63
/
+63
*
issue FileUtils commands directly in Rake tasks
Xavier Noria
2016-04-11
1
-1
/
+1
*
Check for protected environments before trying to load structure.sql file
Prathamesh Sonpatki
2016-04-10
1
-1
/
+1
*
Prevent db:schema:load to protected environments
Jerry Cheung
2016-04-01
1
-1
/
+1
*
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
[next]