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
/
migration
/
compatibility.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
compatibility - use int instead of bigint
pavel
2017-10-18
1
-1
/
+1
*
Extract repeatedly appeared prepending compatible table definition
Ryuta Kamizono
2017-10-05
1
-25
/
+24
*
Move integer-like primary key normalization to `new_column_definition`
Ryuta Kamizono
2017-09-23
1
-7
/
+1
*
Adding legacy primary key should be compatible
Ryuta Kamizono
2017-09-23
1
-0
/
+19
*
make create_join_table compatible.
Yuki Masutomi
2017-09-20
1
-0
/
+15
*
[ci skip] Postgres --> PostgreSQL
Ryuta Kamizono
2017-08-08
1
-1
/
+1
*
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
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-1
/
+4
*
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
1
-2
/
+2
*
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
1
-1
/
+35
*
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-0
/
+6
*
Tweak bigint PK handling
Matthew Draper
2017-01-18
1
-2
/
+1
*
Fix UUID primary key with default nil in legacy migration
Ryuta Kamizono
2017-01-09
1
-1
/
+1
*
Raises when `ActiveRecord::Migration` is inherited directly.
Rafael Mendonça França
2016-12-29
1
-41
/
+21
*
Remove unnecessary `connection_name` variable
Ryuta Kamizono
2016-12-06
1
-2
/
+1
*
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
1
-1
/
+11
*
For `PostgreSQL >= 9.4` use `gen_random_uuid()`
Yaw Boakye
2016-11-22
1
-0
/
+8
*
Avoid to allow unused splat args for `t.timestamps` in `create_table`
Ryuta Kamizono
2016-08-14
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-12
/
+12
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Add migration compatibility class for Rails 5.1
Rafael Mendonça França
2016-05-10
1
-1
/
+4
*
Migrations: move version-finding responsibility
yui-knk
2016-04-29
1
-0
/
+10
*
Update compatibility.rb
Bogdan
2016-03-26
1
-1
/
+1
*
Correctly show deprecation warning for incompatible migrations
Prathamesh Sonpatki
2016-02-12
1
-1
/
+1
*
Intervene on change_table as well as create_table
Matthew Draper
2016-01-30
1
-0
/
+13
*
Pare back default `index` option for the migration generator
Prathamesh Sonpatki
2016-01-24
1
-0
/
+12
*
fix remove_index for postgresql when running legacy migrations
Lachlan Sylvester
2016-01-06
1
-2
/
+3
*
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
1
-0
/
+25
*
Ignore index name in `index_exists?` when not passed a name to check for
Grey Baker
2015-12-15
1
-0
/
+11
*
In 4.2 migrations, `timestamps` defaulted to `null: true`
Matthew Draper
2015-12-15
1
-0
/
+24
*
Add migration versioning via Migration subclasses
Matthew Draper
2015-12-15
1
-0
/
+30