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
*
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
*
convertion MigrationProxy to a Struct, initialize instance variables
Aaron Patterson
2010-10-03
1
-7
/
+6
*
dry up some migration logic
Aaron Patterson
2010-10-03
1
-2
/
+4
*
no need to differentiate between nil and false in this case
Aaron Patterson
2010-10-03
1
-2
/
+2
*
Fix copying migrations to empty directory
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Implemented ActiveRecord::Migrations#copy based on James Adam's idea
Piotr Sarnacki
2010-09-03
1
-25
/
+61
*
Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat...
Piotr Sarnacki
2010-09-03
1
-4
/
+6
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-33
/
+33
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-3
/
+3
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-1
/
+1
*
migrations.rb requires active_support/core_ext/module/aliasing [#5008 state:c...
Tekin
2010-06-30
1
-0
/
+1
*
Revert "Guides: Add :references to supported column types."
rohit
2010-06-24
1
-1
/
+1
*
Guides: Add :references to supported column types.
rohit
2010-06-24
1
-1
/
+1
*
Adds title and minor changes.
Rizwan Reza
2010-06-16
1
-1
/
+1
*
Adds title.
Rizwan Reza
2010-06-15
1
-36
/
+62
*
making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resol...
Neeraj Singh
2010-04-29
1
-3
/
+7
*
moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...
Xavier Noria
2010-04-05
1
-1
/
+1
*
expand migration paths before requiring them. [#4240 state:resolved]
Aaron Patterson
2010-03-23
1
-1
/
+1
[next]