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
*
Move DatabaseAlreadyExists detection to DB adapter
John Hawthorn
2019-07-29
3
-13
/
+0
*
Use connection.error_number in MySQLDatabaseTasks
John Hawthorn
2019-07-25
1
-1
/
+1
*
Make sure AR can load without Rails
eileencodes
2019-07-25
1
-0
/
+2
*
MySQL: Check error number instead of a message
yuuji.yaginuma
2019-07-11
1
-1
/
+3
*
Load initial database.yml once, and warn if we can't create tasks
eileencodes
2019-06-27
1
-2
/
+11
*
Move SchemaMigration to migration_context
eileencodes
2019-06-14
1
-5
/
+7
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
3
-3
/
+0
*
Add forgotten nodoc to dump_schema method.
Wojciech Wnętrzak
2019-06-07
1
-1
/
+1
*
Fixed db:prepare task for multiple databases.
Wojciech Wnętrzak
2019-06-05
1
-3
/
+25
*
Handle up/down for multiple databases
eileencodes
2019-04-19
1
-0
/
+14
*
Ensure active record can load without Railties
eileencodes
2019-04-18
1
-0
/
+2
*
Respect table name prefix/suffix for `truncate_all`
Ryuta Kamizono
2019-04-04
1
-2
/
+2
*
Tweak `truncate_tables`
Ryuta Kamizono
2019-03-18
1
-1
/
+1
*
Make `truncate_tables` to bulk statements
Ryuta Kamizono
2019-03-17
1
-3
/
+1
*
Extract `truncate` and `truncate_tables` into database statements
Ryuta Kamizono
2019-03-17
4
-34
/
+5
*
Load YAML for rake tasks without parsing ERB
eileencodes
2019-03-06
1
-1
/
+1
*
Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)
Bogdan
2019-03-04
4
-0
/
+50
*
Add multi-db support to schema cache dump and clear
Gannon McGibbon
2018-11-07
1
-0
/
+10
*
Move db:migrate:status to DatabaseTasks method
Gannon McGibbon
2018-10-08
1
-0
/
+15
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Use -X when loading structure.sql via psql
J Smith
2018-09-27
1
-1
/
+1
*
Removed invalid -X flag for pg_dump
Matthias Winkelmann
2018-09-27
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
4
-4
/
+4
*
Ignore psqlrc files when executing psql commands
J Smith
2018-09-17
1
-1
/
+1
*
Convert configs_for to kwargs, add include_replicas
Eileen Uchitelle
2018-08-31
1
-5
/
+5
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-9
/
+19
*
Merge pull request #33744 from bogdanvlviv/fixes-27852
Ryuta Kamizono
2018-08-30
1
-1
/
+1
|
\
|
*
Prevent leaking of user's DB credentials on `rails db:create` failure
bogdanvlviv
2018-08-29
1
-1
/
+1
*
|
Drop load_database_yaml and fix test
Eileen Uchitelle
2018-08-29
1
-1
/
+1
|
/
*
[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
[next]