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
/
compatibility_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-4
/
+4
*
SQLite: Add more test cases for adding primary key
Ryuta Kamizono
2017-12-26
1
-58
/
+48
*
Fix `add_column` with :primary_key type compatibility for SQLite
fatkodima
2017-12-25
1
-0
/
+19
*
`change_column_default` should be executed after type changing
Ryuta Kamizono
2017-12-03
1
-2
/
+2
*
Fix `test_add_column_with_timestamp_type` failure
Ryuta Kamizono
2017-12-03
1
-0
/
+2
*
Fix warning: assigned but unused variable - t
Ryuta Kamizono
2017-12-03
1
-1
/
+1
*
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
1
-0
/
+17
*
Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2`
Ryuta Kamizono
2017-10-18
1
-15
/
+34
*
compatibility - use int instead of bigint
pavel
2017-10-18
1
-0
/
+3
*
Adding legacy primary key should be compatible
Ryuta Kamizono
2017-09-23
1
-0
/
+51
*
make create_join_table compatible.
Yuki Masutomi
2017-09-20
1
-0
/
+30
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+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
*
Add test for backward compatibility when using change_table
Koichi ITO
2017-06-13
1
-0
/
+15
*
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
1
-0
/
+4
*
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-0
/
+104
*
show correct class name in migration inherited directly error
yuuji.yaginuma
2017-01-24
1
-2
/
+3
*
Raises when `ActiveRecord::Migration` is inherited directly.
Rafael Mendonça França
2016-12-29
1
-12
/
+6
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-5
/
+5
*
Fix random failures of tests on Travis
Prathamesh Sonpatki
2016-02-12
1
-1
/
+1
*
Correctly show deprecation warning for incompatible migrations
Prathamesh Sonpatki
2016-02-12
1
-0
/
+12
*
Added test for backward compatibility of null constraints on timestamp columns
Prathamesh Sonpatki
2016-01-31
1
-0
/
+30
*
Pare back default `index` option for the migration generator
Prathamesh Sonpatki
2016-01-24
1
-0
/
+18
*
fix remove_index for postgresql when running legacy migrations
Lachlan Sylvester
2016-01-06
1
-0
/
+16
*
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
1
-0
/
+42