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
*
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
*
reversible migration example had missing block parameter
Evgeniy Kelyarsky
2011-12-07
1
-1
/
+1
*
add prefix and suffix to renamed tables, closes #1510
Vasiliy Ermolovich
2011-12-06
1
-0
/
+1
*
document fix: remove_column takes multiple column_names
Akira Matsuda
2011-11-07
1
-2
/
+2
*
AR changes to support creating ordered (asc, desc) indexes
Vlad Jebelev
2011-11-04
1
-2
/
+3
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-3
/
+3
*
add a migrate class method and delegate to the new instance
Aaron Patterson
2011-08-02
1
-1
/
+4
*
Support backwards compatible interface for migration down/up with rails 3.0.x.
Christopher Meiklejohn
2011-08-02
1
-0
/
+1
*
Explicitly require Active Support dependencies
Norman Clarke
2011-07-19
1
-0
/
+2
*
minor changes
Vijay Dev
2011-06-27
1
-2
/
+2
*
replace find(all) with all
Vijay Dev
2011-06-26
1
-3
/
+3
*
Update remove_index documentation
Lucia Escanellas
2011-06-17
1
-2
/
+4
*
up and down are no longer class methods in a migration
Vijay Dev
2011-06-07
1
-1
/
+1
*
require core_ext/array/wrap in active_record/migration
Piotr Sarnacki
2010-12-10
1
-0
/
+2
*
Use Array.wrap instead of using ternary
Piotr Sarnacki
2010-12-09
1
-2
/
+2
*
Allow to run migrations from more than one directory
Piotr Sarnacki
2010-12-09
1
-24
/
+33
*
in the middle of refactoring
Aaron Patterson
2010-12-03
1
-0
/
+4
*
remove calls to deprecated methods
Aaron Patterson
2010-12-02
1
-1
/
+2
*
avoiding deprecated methods in arel
Aaron Patterson
2010-12-02
1
-1
/
+2
*
rolling out migrated_at until I can fix the build
Aaron Patterson
2010-12-01
1
-11
/
+7
*
name in schema_migrations, migrations in schema dump
Josh Susser
2010-12-01
1
-0
/
+1
*
record migration timestamp when migrations run
Josh Susser
2010-12-01
1
-7
/
+10
*
adding documentation for reversible migrations
Aaron Patterson
2010-11-19
1
-0
/
+32
*
invertable migrations are working
Aaron Patterson
2010-11-19
1
-1
/
+19
*
partial implementation of the command recorder
Aaron Patterson
2010-11-19
1
-0
/
+2
*
this return value is not used, so stop returning it
Aaron Patterson
2010-11-19
1
-4
/
+1
*
instantiate the delegate object after initialize is defined so that our initi...
Aaron Patterson
2010-11-19
1
-3
/
+4
*
connection is set from the connection pool during migrations
Aaron Patterson
2010-11-18
1
-4
/
+10
*
adding an initialize with name and version defaults
Aaron Patterson
2010-11-17
1
-4
/
+5
*
fixing more documentation
Aaron Patterson
2010-11-17
1
-3
/
+3
*
fixing documentation, removing unused AS files
Aaron Patterson
2010-11-17
1
-15
/
+12
*
fixing indentation since these methods are not class methods
Aaron Patterson
2010-11-17
1
-83
/
+83
*
these methods are no longer needed
Aaron Patterson
2010-11-17
1
-8
/
+0
*
do not need these accessors
Aaron Patterson
2010-11-17
1
-8
/
+0
*
testing instance based migrations
Aaron Patterson
2010-11-17
1
-0
/
+2
*
singleton method added is no longer needed
Aaron Patterson
2010-11-17
1
-19
/
+1
*
schema migrations work as instances
Aaron Patterson
2010-11-17
1
-4
/
+7
*
converted migrations to support instance methods
Aaron Patterson
2010-11-17
1
-6
/
+34
*
Create directory before copying migrations if it does not exist
Piotr Sarnacki
2010-11-16
1
-0
/
+2
*
Add callback on skipped migration while copying migrations
Piotr Sarnacki
2010-10-09
1
-7
/
+20
*
Change the method for copying migrations, do not add scope.
Piotr Sarnacki
2010-10-09
1
-9
/
+9
*
converting inject([]) to map
Aaron Patterson
2010-10-03
1
-4
/
+3
*
speed up duplicate migration detection
Aaron Patterson
2010-10-03
1
-6
/
+5
*
reduce the number of calls to camelize
Aaron Patterson
2010-10-03
1
-3
/
+4
[next]