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 "Revert "Set environment even when no migration runs""
schneems
2016-01-14
1
-18
/
+30
*
Revert "Set environment even when no migration runs"
Sean Griffin
2016-01-14
1
-30
/
+18
*
Merge pull request #23017 from schneems/schneems/migration-sets-environment-v...
Richard Schneeman
2016-01-14
1
-18
/
+30
|
\
|
*
Set environment even when no migration runs
schneems
2016-01-11
1
-1
/
+10
|
*
Clean up duplicate migration logic
schneems
2016-01-11
1
-17
/
+20
*
|
Allow manually setting environment value
schneems
2016-01-11
1
-6
/
+11
|
/
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-1
/
+49
|
\
|
*
Fixing tests and re-locating error checking.
schneems
2016-01-08
1
-7
/
+8
|
*
Fix kwarg to not have circular dependency
schneems
2016-01-08
1
-1
/
+1
|
*
Use hash like syntax for InternalMetadata
schneems
2016-01-08
1
-3
/
+3
|
*
Add EnvironmentMismatchError
schneems
2016-01-08
1
-2
/
+14
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-1
/
+36
*
|
Lets not put fullstop at the end of a migration pending command
Prathamesh Sonpatki
2015-12-31
1
-2
/
+2
*
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-6
/
+6
|
/
*
Use a real migration version number in docs
Matthew Draper
2015-12-15
1
-15
/
+15
*
Find the delegate, even in a deeper inheritance tree
Matthew Draper
2015-12-15
1
-1
/
+5
*
Use a deliberately-invalid migration version in all doc examples
Matthew Draper
2015-12-15
1
-15
/
+15
*
Add migration versioning via Migration subclasses
Matthew Draper
2015-12-15
1
-0
/
+26
*
Rename 'key' to 'lock_id' or 'lock_name' for advisory locking
Sam Davies
2015-11-18
1
-4
/
+4
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-4
/
+6
*
Make `db:migrate:status` to render `1_some.rb` format migrate files.
yui-knk
2015-11-02
1
-2
/
+10
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
1
-23
/
+72
*
Merge pull request #20934 from maurogeorge/migration-transformations-doc
Sean Griffin
2015-10-20
1
-15
/
+51
|
\
|
*
Add missed Available transformations to migration Doc
Mauro George
2015-07-22
1
-15
/
+50
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Fix comment
yui-knk
2015-10-02
1
-1
/
+1
*
|
|
Fix minor docs [ci skip]
amitkumarsuroliya
2015-09-28
1
-1
/
+1
|
/
/
*
|
remove dead code.
Yves Senn
2015-09-09
1
-4
/
+0
*
|
remove dead code.
Yves Senn
2015-09-09
1
-4
/
+0
*
|
Make ActiveRecordException descendants args optional
Pavel Pravosud
2015-09-07
1
-12
/
+30
*
|
Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg
Yves Senn
2015-09-04
1
-1
/
+71
|
\
\
|
*
|
[ci skip] Add comments for `IrreversibleMigration`
yui-knk
2015-08-29
1
-0
/
+70
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-08-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ci skip] Fix file name generated by `rails generate`
yui-knk
2015-08-24
1
-1
/
+1
*
|
|
Merge pull request #21336 from yui-knk/refactor/to_use_getter
Rafael Mendonça França
2015-08-26
1
-7
/
+7
|
\
\
\
|
*
|
|
Use `ActiveRecord::Migration#connection` instead of `@connection`
yui-knk
2015-08-23
1
-7
/
+7
*
|
|
|
[ci skip] Fix migration file's timestamp
yui-knk
2015-08-24
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Remove not used a block argument (`&block`)
yui-knk
2015-08-23
1
-1
/
+1
|
/
/
*
|
better docs for `disable_ddl_transaction!`. Closes #21044.
Yves Senn
2015-08-21
1
-1
/
+4
*
|
Merge pull request #21283 from ravindrakumawat/add_docs_for_pending_migration
Yves Senn
2015-08-18
1
-0
/
+1
|
\
\
|
*
|
Add Docs for ActiveRecord #check_pending [ci skip]
ravindra kumar kumawat
2015-08-18
1
-0
/
+1
*
|
|
better docs for ActiveRecord::Migration#table_name_options
Brendan Buckingham
2015-08-06
1
-1
/
+3
|
|
/
|
/
|
*
|
Add table name prefix and suffix support to add_foreign_key and remove_foreig...
Mehmet Emin İNAÇ
2015-06-25
1
-1
/
+2
*
|
Merge pull request #20259 from rastasheep/rastasheep-patch-1
Yves Senn
2015-06-19
1
-2
/
+2
|
\
\
|
*
|
Fix typo [ci skip]
Aleksandar Diklic
2015-05-22
1
-2
/
+2
|
|
/
*
|
Merge pull request #20550 from maurogeorge/add_reference-rdoc
Yves Senn
2015-06-15
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add RDoc about add_reference to ActiveRecord::Migration
Mauro George
2015-06-13
1
-0
/
+6
|
/
*
[ci skip] Remove comments about Rails 3.1
claudiob
2015-05-11
1
-15
/
+0
*
[ci skip] Fix comment, since Rails 3.1 is out
claudiob
2015-05-11
1
-2
/
+1
*
Fix typo [ci skip]
Luke Hutscal
2015-02-23
1
-1
/
+1
[next]