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
/
test
/
cases
/
migration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move SchemaMigration to migration_context
eileencodes
2019-06-14
1
-16
/
+17
*
Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier
Ryuta Kamizono
2019-06-13
1
-1
/
+0
|
\
|
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
|
Clear schema cache when a table is created/dropped/renamed
Ryuta Kamizono
2019-06-13
1
-1
/
+4
|
/
*
Remove database specific sql statements from SQLCounter
Yasuo Honda
2019-05-01
1
-2
/
+2
*
Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...
Ryuta Kamizono
2019-04-07
1
-5
/
+5
*
Ensure `reset_table_name` when table name prefix/suffix is changed
Ryuta Kamizono
2019-04-04
1
-0
/
+2
*
Remove `MigrationTest#test_create_table_with_custom_sequence_name`
Yasuo Honda
2019-03-11
1
-33
/
+0
*
Refactor `type_to_sql` to handle converting `limit` to `size` in itself
Ryuta Kamizono
2019-02-26
1
-5
/
+29
*
Allow changing text and blob size without giving the `limit` option
Ryuta Kamizono
2019-01-29
1
-0
/
+12
*
Remove deprecated `ActiveRecord::Migrator.migrations_path=`
Rafael Mendonça França
2019-01-17
1
-10
/
+0
*
Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers...
Ryuta Kamizono
2018-12-28
1
-0
/
+7
*
Remove redundant assignning to `current_env`
Ryuta Kamizono
2018-12-28
1
-1
/
+0
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-25
/
+19
*
Add an :if_not_exists option to create_table
fatkodima
2018-11-08
1
-0
/
+30
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Remove meaningless `ActiveRecord::MigrationContext.new(old_path)` in ensure b...
Ryuta Kamizono
2018-09-17
1
-15
/
+0
*
Fix bulk change table ignores comment option on PostgreSQL.
Yoshiyuki Kinjo
2018-08-15
1
-2
/
+11
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-6
/
+6
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-5
/
+5
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-1
/
+1
*
Fix occurrences Fixnum|Bignum
bogdanvlviv
2018-03-04
1
-4
/
+2
*
Merge pull request #31189 from tgxworld/raise_error_when_advisory_lock_is_not...
Rafael França
2018-02-27
1
-0
/
+19
|
\
|
*
Raise an error if advisory lock in migrator was not released.
Guo Xiang Tan
2017-11-21
1
-0
/
+19
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-4
/
+4
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-10
/
+10
*
|
Merge pull request #31773 from dinahshi/postgresql_bulk_patch
Matthew Draper
2018-01-24
1
-2
/
+3
|
\
\
|
*
|
Use concat to join procs arrays in bulk_change_table
Dinah Shi
2018-01-23
1
-2
/
+3
*
|
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-28
/
+43
|
/
/
*
/
Add bulk alter support for PostgreSQL
Dinah Shi
2017-12-06
1
-7
/
+27
|
/
*
Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`
Rafael Mendonça França
2017-10-23
1
-4
/
+0
*
Remove deprecated method `supports_migrations?`
Rafael Mendonça França
2017-10-23
1
-4
/
+0
*
Remove deprecated methods `initialize_schema_migrations_table` and `initializ...
Rafael Mendonça França
2017-10-23
1
-5
/
+0
*
Remove deprecated `#migration_keys`
Ryuta Kamizono
2017-08-22
1
-4
/
+0
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-1
/
+3
*
Fix `test_copying_migrations_preserving_magic_comments`
Ryuta Kamizono
2017-07-02
1
-2
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix `create_table` with query from relation
Ryuta Kamizono
2017-06-13
1
-6
/
+4
*
Remove a duplicate test of migration_test in AR
Koichi ITO
2017-05-25
1
-27
/
+0
*
Deprecate `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-09
1
-0
/
+4
*
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
1
-5
/
+5
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
1
-0
/
+4
*
Deprecate `ColumnDumper#migration_keys`
Ryuta Kamizono
2017-02-07
1
-0
/
+4
*
Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...
Ryuta Kamizono
2017-01-20
1
-4
/
+8
*
Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"
Matthew Draper
2017-01-20
1
-3
/
+3
*
Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...
Ryuta Kamizono
2017-01-18
1
-3
/
+3
*
Fix random failure related to migration environment
Prathamesh Sonpatki
2017-01-07
1
-0
/
+2
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
[next]