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
*
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
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-4
/
+4
*
Added nil case handling to allow rollback migration in case of
travis.h.oneill@gmail.com
2016-08-17
1
-0
/
+17
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-18
/
+18
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-10
/
+10
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-35
/
+35
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-45
/
+45
*
Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`"
Yasuo Honda
2016-07-01
1
-15
/
+0
*
Merge pull request #24732 from y-yagi/update_record_specified_in_the_key
Rafael França
2016-05-21
1
-0
/
+17
|
\
|
*
update record specified in key
yuuji.yaginuma
2016-04-27
1
-0
/
+17
*
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
|
Replace `Rails.version.to_f` with Active Record
Jon Moss
2016-04-30
1
-0
/
+4
|
/
*
Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `...
yui-knk
2016-03-24
1
-0
/
+3
*
Ensure `drop_table` even if tests failure or interrupted
Ryuta Kamizono
2016-02-24
1
-7
/
+5
*
`drop_table :test_text_limits` as well
Ryuta Kamizono
2016-02-24
1
-9
/
+13
*
Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...
Rafael França
2016-02-23
1
-1
/
+1
|
\
|
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
|
Make sure we don't change the global state in the tests
Rafael Mendonça França
2016-02-23
1
-0
/
+4
[next]