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
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Change references from Rake task to Rails command
Alberto Almagro
2018-08-01
1
-1
/
+1
*
use load_schema instead of migrate for parallel testing
Britni Alexander
2018-07-31
1
-0
/
+3
*
Turn on performance based cops
Dillon Welch
2018-07-23
3
-13
/
+3
*
Don't create namespaced tasks if single db application
eileencodes
2018-04-09
1
-2
/
+7
*
Allow schema/structure load for multiple databases
eileencodes
2018-04-09
1
-3
/
+3
*
Refactor configs_for and friends
eileencodes
2018-03-21
1
-1
/
+8
*
Update schema/structure dump tasks for multi db
eileencodes
2018-03-21
1
-2
/
+16
*
Add ability to create/drop/migrate all dbs for a given env
eileencodes
2018-03-21
1
-6
/
+6
*
Don't expose `verbose?` helper method
Ryuta Kamizono
2018-03-02
1
-6
/
+4
*
Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"
eileencodes
2018-02-22
1
-0
/
+4
*
Delete default configuration
eileencodes
2018-02-21
1
-4
/
+0
*
Don't output information on drop if not verbose
eileencodes
2018-02-05
1
-1
/
+1
*
Add ability to turn off verbose for database tasks
eileencodes
2018-02-05
1
-3
/
+7
*
Remove unused `migration_context` in `DatabaseTasks`
Ryuta Kamizono
2018-01-19
1
-4
/
+0
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-4
/
+8
*
Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks
Rafael França
2017-11-09
1
-47
/
+0
|
\
|
*
Simplify implementation of `MySQLDatabaseTasks`
bogdanvlviv
2017-10-30
1
-45
/
+0
|
*
Raise error if unsupported charset for mysql
bogdanvlviv
2017-10-30
1
-3
/
+1
*
|
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-3
/
+12
|
/
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
`ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...
bogdanvlviv
2017-10-15
1
-3
/
+3
*
Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...
bogdanvlviv
2017-10-15
1
-7
/
+8
*
Fix `can't modify frozen String` error in `DatabaseTasks`
yuuji.yaginuma
2017-08-30
2
-2
/
+2
*
Merge pull request #30159 from allcentury/dump-temp-file-permissions
Rafael França
2017-08-11
1
-1
/
+1
|
\
|
*
Use copy to preserve file permissions
Anthony Ross
2017-08-09
1
-1
/
+1
*
|
Update database duplication check
zverok
2017-08-11
1
-1
/
+1
|
/
*
Avoid modifying frozen string in check_schema_file
Eugene Kenny
2017-07-23
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
4
-0
/
+8
*
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-1
/
+1
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
4
-0
/
+4
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
*
|
|
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
|
/
/
*
|
PR Review
Edouard CHIN
2017-06-21
1
-2
/
+2
*
|
pass `structure_dump_flags` / `structure_load_flags` options before any other:
Edouard CHIN
2017-06-21
1
-2
/
+2
|
/
*
Should use `quote` for a string literal
Ryuta Kamizono
2017-06-01
1
-1
/
+1
*
Fix a RuboCop offences using `rubocop -a`
Koichi ITO
2017-05-24
1
-3
/
+3
*
Improvements for SQLite rake task.
Guillermo Iguaran
2017-05-15
1
-7
/
+18
*
Respect 'ignore_tables' in SQLite structure dump
Guillermo Iguaran
2017-05-15
1
-1
/
+10
*
Respect 'ignore_tables' in MySQL structure dump
Guillermo Iguaran
2017-05-15
1
-0
/
+6
*
Respect `ignore_tables` in Postgres structure dump
Rusty Geldmacher
2017-05-15
1
-0
/
+6
*
Defer loading each DB Tasks class from AR DatabaseTasks
Akira Matsuda
2017-05-11
1
-6
/
+6
*
Refactor AR::Tasks::DatabaseTasks::migrate
bogdanvlviv
2017-04-26
1
-1
/
+1
*
Fix quoting in db:create grant all statement.
Rune Schjellerup Philosof
2017-04-20
1
-1
/
+1
*
Fixes #28359
Philippe Guay
2017-03-26
1
-1
/
+3
*
Only remove comments before the first statement
Ari Pollak
2017-02-24
1
-4
/
+9
*
Drop comments from structure.sql in postgresql
Ari Pollak
2017-02-24
1
-0
/
+15
[next]