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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert schema dumper to use strings rather than integers
eileencodes
2019-06-20
1
-2
/
+2
*
Merge pull request #36439 from eileencodes/move-schema-migration-to-migration...
Eileen M. Uchitelle
2019-06-14
1
-20
/
+23
|
\
|
*
Move SchemaMigration to migration_context
eileencodes
2019-06-14
1
-20
/
+23
*
|
[ci skip] Update docs as `remove_column` can be reversed
Alberto Almagro
2019-06-14
1
-3
/
+3
|
/
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-3
/
+0
*
Make ActiveRecord::PendingMigrationError actionable
Genadi Samokovarov
2019-04-19
1
-0
/
+6
*
Introduce Actionable Errors
Genadi Samokovarov
2019-04-19
1
-0
/
+1
*
adjust style
takakuda
2019-04-11
1
-17
/
+17
*
Allow `remove_foreign_key` with both `to_table` and `options`
Ryuta Kamizono
2019-03-06
1
-1
/
+1
*
Replaced usage of where.delete/destroy_all with delete/destroy_by
Abhay Nikam
2019-02-20
1
-1
/
+1
*
Remove deprecated `ActiveRecord::Migrator.migrations_path=`
Rafael Mendonça França
2019-01-17
1
-7
/
+0
*
Use high level API on `migration_context` instead of using low level API dire...
Ryuta Kamizono
2018-12-28
1
-9
/
+9
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-5
/
+5
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Fix `transaction` reverting for migrations
fatkodima
2018-09-26
1
-4
/
+6
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-4
/
+4
*
Fix deprecation warning of `ActiveRecord::Migrator.migrations_path=`
bogdanvlviv
2018-09-17
1
-1
/
+1
*
`supports_xxx?` returns whether a feature is supported by the backend
Ryuta Kamizono
2018-09-08
1
-1
/
+1
*
Substitute references to task for command
Alberto Almagro
2018-07-06
1
-1
/
+1
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-4
/
+4
*
Add docs for ActiveRecord::Migration#say, #say_with_time, #suppress_messages ...
Naoki Nishiguchi
2018-06-18
1
-0
/
+5
*
Add missing `require "benchmark"`
r7kamura
2018-04-15
1
-0
/
+1
*
Merge pull request #31189 from tgxworld/raise_error_when_advisory_lock_is_not...
Rafael França
2018-02-27
1
-2
/
+8
|
\
|
*
Raise an error if advisory lock in migrator was not released.
Guo Xiang Tan
2017-11-21
1
-2
/
+8
*
|
Remove unused `require "active_record/tasks/database_tasks"`
Ryuta Kamizono
2018-01-30
1
-1
/
+0
*
|
Remove unused `connection` argument from `MigrationContext#current_version`
Ryuta Kamizono
2018-01-19
1
-3
/
+3
*
|
Use selected_migrations if block_given?
oz
2018-01-18
1
-1
/
+1
*
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-119
/
+137
*
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-2
/
+2
*
|
`current_version` should catch `NoDatabaseError` from `get_all_versions`
Ryuta Kamizono
2017-12-04
1
-12
/
+5
*
|
Make `Migrator.current_version` work without a current database
yuuji.yaginuma
2017-12-03
1
-1
/
+9
*
|
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-2
/
+2
|
/
*
Fix migration version in doc of #up_only
bogdanvlviv
2017-11-14
1
-1
/
+1
*
Add a #populate method to migrations (#31082)
Rich
2017-11-14
1
-0
/
+18
*
Merge pull request #30773 from y-yagi/fix_30765
Eileen M. Uchitelle
2017-11-12
1
-1
/
+2
|
\
|
*
Make automatically synchronize test schema work inside engine
yuuji.yaginuma
2017-10-02
1
-1
/
+2
*
|
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-1
/
+1
*
|
Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`
Rafael Mendonça França
2017-10-23
1
-5
/
+0
|
/
*
Fix docs describing rollback [ci skip]
dixpac
2017-09-17
1
-2
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix `test_copying_migrations_preserving_magic_comments`
Ryuta Kamizono
2017-07-02
1
-4
/
+6
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-3
/
+3
|
/
*
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
1
-5
/
+7
*
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
1
-1
/
+7
*
Deprecate `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-09
1
-0
/
+5
*
Extract `SchemaMigration.all_versions`
Ryuta Kamizono
2017-03-06
1
-1
/
+1
*
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
1
-5
/
+1
[next]