Jasper Maes
|
56296f1eda
|
Remove rails4 specific code
|
2018-12-16 10:48:41 +01:00 |
|
Jan Provaznik
|
0fc9f9d3e7
|
Add version 4.2 to all existing migrations
DB schema generated by a migration may look different in
rails 4 and 5 (because rails 5 may use different default values).
For this reason it's important to explicitly set for which rails
version a migration was written for.
See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
|
2018-11-22 13:18:28 +01:00 |
|
blackst0ne
|
1da00653ee
|
[Rails5] Fix Arel::UpdateManager calls
In Rails 5.0 `Arel::UpdateManager.new` doesn't expect any parameters.
This commit makes the migration not pass any parameters if on Rails 5.0.
|
2018-06-06 20:15:46 +11:00 |
|
Grzegorz Bizon
|
0430b76441
|
Enable Style/DotPosition Rubocop 👮
|
2017-06-21 13:48:12 +00:00 |
|
Douwe Maan
|
1fe7501b49
|
Revert "Prefer leading style for Style/DotPosition"
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
|
2017-02-23 09:33:05 -06:00 |
|
Douwe Maan
|
0a5b670a93
|
Exclude migrations from Style/MutableConstant
|
2017-02-23 09:32:42 -06:00 |
|
Douwe Maan
|
206953a430
|
Prefer leading style for Style/DotPosition
|
2017-02-23 09:32:22 -06:00 |
|
Douwe Maan
|
b7d8df503c
|
Enable Style/MutableConstant
|
2017-02-23 09:31:56 -06:00 |
|
Nick Thomas
|
35a3e91830
|
Make the index on environment name and project id unique, fixing up any duplicates
|
2016-12-15 13:57:03 +00:00 |
|