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
*
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
*
switching migrations to use require cleans up many warnings [#4234 state:reso...
Aaron Patterson
2010-03-19
1
-1
/
+1
*
cleaning up many more warnings in activerecord [#4180 state:resolved]
Aaron Patterson
2010-03-15
1
-1
/
+3
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-2
/
+2
*
fix usage examples and more to use new invocations
RomD
2010-02-06
1
-2
/
+2
*
fixed migration logger bug [#3434 status:resolved]
Corey Johnson
2010-02-02
1
-1
/
+1
*
Merge docrails
Pratik Naik
2010-01-17
1
-1
/
+2
*
Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...
Jeffrey Hardy
2010-01-08
1
-0
/
+4
*
Revert "Remove connection method definition, since it's called just once."
Jeremy Kemper
2010-01-07
1
-1
/
+5
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-14
/
+15
|
\
|
*
DRY migration's rollback/forward methods
Pratik Naik
2009-08-08
1
-14
/
+15
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-0
/
+10
|
\
|
|
*
Add rake db:forward - opposite of db:rollback [#768 state:resolved]
Cristi Balan
2009-08-08
1
-0
/
+10
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-31
1
-3
/
+3
|
\
|
|
*
Merge docrails
Pratik Naik
2009-07-25
1
-3
/
+3
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-06-16
1
-2
/
+3
|
\
|
|
*
uses Object#metaclass and Object#class_eval in a few spots
Xavier Noria
2009-06-12
1
-2
/
+3
*
|
No need to specify the engine now that it is in active_record.rb
Emilio Tagua
2009-06-02
1
-2
/
+2
*
|
Refactors to work with latest Arel implementation.
Emilio Tagua
2009-06-02
1
-2
/
+2
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-18
1
-5
/
+5
|
\
|
|
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-5
/
+5
*
|
Refactor to calculations. Migration's versions are string not integer. ARel s...
Emilio Tagua
2009-05-06
1
-5
/
+5
*
|
Remove connection method definition, since it's called just once.
Emilio Tagua
2009-04-23
1
-5
/
+1
*
|
More progress on migrations. Arel updated.
Emilio Tagua
2009-04-23
1
-1
/
+2
*
|
Added Arel integration to migration's version update table
Emilio Tagua
2009-04-23
1
-25
/
+25
|
/
*
Migrations: make default database connection overridable
Jeremy Kemper
2009-02-04
1
-1
/
+5
*
Merge with docrails
Pratik Naik
2008-12-07
1
-1
/
+3
[next]