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
*
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
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-2
/
+2
*
Remove bundle exec from the exception message
Rafael Mendonça França
2012-06-10
1
-1
/
+1
*
Build fix broken here 03f2249153ae4d2078646e6796d8b9e5ef747fba
Arun Agrawal
2012-06-10
1
-1
/
+1
*
Use . instead of :: for class methods, add CHANGELOG entries
José Valim
2012-06-10
1
-2
/
+2
*
raise error for pending migration
schneems
2012-06-09
1
-2
/
+26
*
add convenience methods for checking migrations
schneems
2012-06-03
1
-0
/
+8
*
SchemaMigration should be loaded lazily.
kennyj
2012-05-29
1
-1
/
+0
*
moving verbosity tests to the migrator test, removing ddl changes
Aaron Patterson
2012-01-16
1
-2
/
+1
*
silencing migrator tests, refactoring the migration test helper
Aaron Patterson
2012-01-16
1
-1
/
+2
*
refactor schema migration table creation to the schema migration model
Aaron Patterson
2012-01-13
1
-1
/
+1
*
convert the migration list to a Set, remove duplicate code
Aaron Patterson
2012-01-13
1
-16
/
+14
*
deprecate the block argument to Migrator#migrate
Aaron Patterson
2012-01-13
1
-8
/
+19
*
refactor the migrate method to filter migrations before running them
Aaron Patterson
2012-01-13
1
-25
/
+32
*
use the model to delete records
Aaron Patterson
2012-01-13
1
-4
/
+1
*
use the schema migration model to create a new record
Aaron Patterson
2012-01-13
1
-2
/
+1
*
moving migrator tests to a migrator test class
Aaron Patterson
2012-01-13
1
-38
/
+41
*
add a migration schema model
Aaron Patterson
2012-01-13
1
-3
/
+3
*
construct a migrator with a list of migrations rather than a list of paths
Aaron Patterson
2012-01-13
1
-18
/
+29
*
move column ordering tests to it's own class
Aaron Patterson
2012-01-10
1
-10
/
+2
*
deprecate the subdirectories parameter to `migrations`
Aaron Patterson
2012-01-10
1
-2
/
+10
*
migrate(:down) method with table_name_prefix
kennyj
2012-01-11
1
-6
/
+22
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-3
/
+2
*
Allow to filter migrations by passing a block
Piotr Sarnacki
2011-12-09
1
-9
/
+13
*
Compare migrations for copying only by name and scope
Piotr Sarnacki
2011-12-09
1
-22
/
+6
*
Add suffix for migrations copied from engines
Piotr Sarnacki
2011-12-09
1
-5
/
+5
*
String#to_a is not available in 1.9
Piotr Sarnacki
2011-12-09
1
-1
/
+1
*
Run also migrations in subdirectories.
Piotr Sarnacki
2011-12-09
1
-2
/
+3
*
Ignore origin comment when checking for duplicates on Migration.copy
Piotr Sarnacki
2011-12-09
1
-2
/
+20
*
Fix copying migrations from engines
Piotr Sarnacki
2011-12-09
1
-3
/
+3
[next]