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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
3
-0
/
+6
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
3
-3
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
3
-0
/
+3
*
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-6
/
+6
*
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
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-4
/
+4
*
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
1
-1
/
+1
*
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
3
-106
/
+106
*
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
*
adding basic change_column and remove_columns in CommandRecorder documentatio...
Gaurav Sharma
2015-09-29
1
-0
/
+2
*
Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg
Yves Senn
2015-09-04
1
-1
/
+6
|
\
|
*
Add detailed error message to `IrreversibleMigration`
yui-knk
2015-08-30
1
-1
/
+6
|
*
Add detailed error message to `IrreversibleMigration`
yui-knk
2015-08-28
1
-1
/
+1
|
*
Add detailed error message to `IrreversibleMigration`
yui-knk
2015-08-28
1
-1
/
+1
*
|
Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverse
Sean Griffin
2015-08-30
1
-1
/
+13
|
\
\
|
*
|
[ci skip] Update what methods `Migration#change` can reverse
yui-knk
2015-08-31
1
-1
/
+13
*
|
|
Merge pull request #21429 from yui-knk/fix/revert_disable_extension
Sean Griffin
2015-08-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make revert of `disable_extension` to work
yui-knk
2015-08-30
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-08-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ci skip] Capitalize comments
yui-knk
2015-08-29
1
-1
/
+1
*
|
Make `change_column_default` to work
yui-knk
2015-08-25
1
-8
/
+8
|
/
*
Add reversible syntax for change_column_default
Prem Sichanugrist
2015-06-26
1
-1
/
+11
*
make `remove_index :table, :column` reversible.
Yves Senn
2015-06-15
1
-7
/
+9
*
Add an invert method for remove_foreign_key
Aster Ryan
2015-06-11
1
-0
/
+10
*
Merge pull request #16305 from tomkadwill/documented_change_table
Rafael Mendonça França
2014-07-28
1
-1
/
+1
|
\
|
*
Added nodoc to change_table
Tom Kadwill
2014-07-28
1
-1
/
+1
*
|
create_join_table uses same logic as HABTM reflections
Stefan Kanev
2014-07-18
1
-1
/
+1
*
|
fk: review corrections: indent, visibility, syntax, wording.
Yves Senn
2014-06-26
1
-3
/
+3
[next]