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
*
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