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
*
Fix db:seed
eileencodes
2019-07-31
1
-0
/
+2
*
Fixed db:prepare task to not touch schema when dump_schema_after_migration is...
Wojciech Wnętrzak
2019-07-24
1
-3
/
+4
*
Include common commands in rails help output
Tekin Suleyman
2019-07-19
1
-4
/
+4
*
Load initial database.yml once, and warn if we can't create tasks
eileencodes
2019-06-27
1
-7
/
+9
*
Convert the db:abort_if_pending_migrations task to be multi-DB aware
Mark Lee
2019-06-10
1
-1
/
+25
*
Fixed db:prepare task for multiple databases.
Wojciech Wnętrzak
2019-06-05
1
-16
/
+24
*
Remove description for namespaced `db:migrate:up`
eileencodes
2019-04-19
1
-1
/
+0
*
Handle up/down for multiple databases
eileencodes
2019-04-19
1
-0
/
+43
*
Ensure active record can load without Railties
eileencodes
2019-04-18
1
-7
/
+7
*
💇
Roberto Miranda
2019-04-02
1
-6
/
+4
*
Add test cases for rake db:prepare
Roberto Miranda
2019-04-02
1
-6
/
+9
*
Move db:migrate call to else block
Roberto Miranda
2019-03-27
1
-1
/
+2
*
Improve db:prepare description
Roberto Miranda
2019-03-27
1
-1
/
+1
*
Add rake db:prepare rake task.
Roberto Miranda
2019-03-27
1
-0
/
+8
*
Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)
Bogdan
2019-03-04
1
-0
/
+10
*
Speed up partial rendering by caching "variable" calculation
Aaron Patterson
2019-02-05
1
-1
/
+1
*
Pull `@template` in to a local variable
Aaron Patterson
2019-01-28
1
-2
/
+2
*
Remove `@view` instance variable from the partial renderer
Aaron Patterson
2019-01-28
1
-2
/
+2
*
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
*
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-0
/
+34
*
Call `YAML.load` correctly
eileencodes
2018-02-21
1
-1
/
+1
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-35
/
+30
*
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
*
Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks
Rafael França
2017-11-09
1
-18
/
+0
|
\
|
*
Simplify implementation of `MySQLDatabaseTasks`
bogdanvlviv
2017-10-30
1
-18
/
+0
*
|
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
2
-4
/
+4
*
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
4
-0
/
+8
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
2
-4
/
+4
*
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
[next]