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
*
activerecord: Initialize Migration with version from MigrationProxy.
Dylan Thacker-Smith
2014-01-06
1
-1
/
+1
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-0
/
+13
*
ActiveRecord migration exception message formatting
John Joseph Bachir
2013-12-03
1
-8
/
+15
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
Use `SchemaStatements#initialize_schema_migrations_table` instead of `ActiveR...
Ryuta Kamizono
2013-11-20
1
-1
/
+1
*
Refer to Rails.env only when Rails is defined
Akira Matsuda
2013-11-11
1
-1
/
+5
*
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
Fix migration docs to use new remove_column semantics
Paul Nikitochkin
2013-10-25
1
-2
/
+2
*
Changing deprecation_horizon to be Rails 4.2
wangjohn
2013-08-24
1
-1
/
+1
*
Making proper_table_name take in options.
wangjohn
2013-08-22
1
-18
/
+40
*
Avoid "uninitialized constant ActiveRecord::PendingMigrationError::Rails"
Akira Matsuda
2013-07-29
1
-1
/
+1
*
rake -> bin/rake
Steve Klabnik
2013-07-24
1
-1
/
+1
*
remove leftover if after deprecation removal (68563128).
Yves Senn
2013-07-04
1
-4
/
+1
*
Remove deprecated block filter from `ActiveRecord::Migrator#migrate`.
Yves Senn
2013-07-04
1
-9
/
+1
*
Remove deprecated String constructor from `ActiveRecord::Migrator`.
Yves Senn
2013-07-04
1
-3
/
+0
*
Fix Build. Changing constructor.
Arun Agrawal
2013-06-05
1
-3
/
+3
*
only check pending migrations if there are new files
Aaron Patterson
2013-06-05
1
-2
/
+25
*
Fix #10789. Now at last ::Logger doesn't support #silence method .
kennyj
2013-06-05
1
-3
/
+1
*
copy edits [ci skip]
Vijay Dev
2013-05-12
1
-5
/
+1
*
Added documentation for ActiveRecord::Base#next_migration_number
aditya-kapoor
2013-05-09
1
-0
/
+5
*
Remove code duplication
Neeraj Singh
2013-04-24
1
-8
/
+9
*
Improve the error message
Rafael Mendonça França
2013-04-19
1
-1
/
+1
*
Support transactions in Migrator.run
bondarev
2013-04-18
1
-5
/
+12
*
mark ReversibleBlockHelper as :nodoc: [ci skip]
Francesco Rodriguez
2013-04-04
1
-1
/
+1
*
Fixed typos in activerecord
Prathamesh Sonpatki
2013-03-27
1
-1
/
+1
*
Changed the call to .sort.last to .max when computing the migration version. You
wangjohn
2013-03-19
1
-1
/
+1
*
Preserve magic comments and content encoding of copied migrations.
OZAWA Sakuro
2013-03-09
1
-3
/
+12
*
Fix changelog indent, remove self from method call in changelog/doc examples
Carlos Antonio da Silva
2013-03-08
1
-1
/
+2
*
transactions can be turned off per Migration.
Yves Senn
2013-03-05
1
-7
/
+37
*
Use `silence` instead of `quietly` to silence the `CheckPending` middleware.
Lucas Mazza
2013-01-26
1
-1
/
+1
*
Fixes for PR [#8267]
Marc-Andre Lafortune
2012-12-22
1
-1
/
+10
*
Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...
Andy Lindeman
2012-12-21
1
-1
/
+1
*
Add Migration#reversible for reversible data operations [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+41
*
Allow revert of whole migration [#8267]
Marc-Andre Lafortune
2012-12-21
1
-3
/
+39
*
Extract exec_migration [#8267]
Marc-Andre Lafortune
2012-12-21
1
-11
/
+16
*
Allow reverting of migration commands with Migration#revert [#8267]
Marc-Andre Lafortune
2012-12-21
1
-25
/
+45
*
recognize migrations, in folders containing numbers and 'rb'.
Yves Senn
2012-12-13
1
-1
/
+1
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-17
/
+7
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-7
/
+17
*
stop raising so many exceptions
Aaron Patterson
2012-11-07
1
-1
/
+5
*
Fixed grammar in migration pending error.
Steve Klabnik
2012-11-02
1
-1
/
+1
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-3
/
+2
*
Don't log on pending migration check
schneems
2012-10-28
1
-1
/
+3
*
Fix missing typewriter tag
Lincoln Lee
2012-10-08
1
-1
/
+1
*
fix example in Migration docs [ci skip]
Francesco Rodriguez
2012-09-30
1
-1
/
+1
*
add change_table transformation to Migration docs [ci skip]
Francesco Rodriguez
2012-09-30
1
-16
/
+19
*
Revert "Remove update_attribute."
Rafael Mendonça França
2012-08-25
1
-2
/
+2
*
Update Migration Docs: Defaults for Boolean Fields
Thomas Klemm
2012-08-04
1
-1
/
+1
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
[next]