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
*
Do not check only for the Rails constant
Rafael Mendonça França
2015-01-02
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
bring back `db:test:prepare`.
Yves Senn
2014-11-25
1
-1
/
+8
*
cleanup, remove trailing whitespace [ci skip]
Yves Senn
2014-11-24
1
-2
/
+2
*
Don't attempt to load the schema file in tests if none exists
Sean Griffin
2014-10-31
1
-1
/
+1
*
Load test schema even if there are no migrations
Sean Griffin
2014-10-31
1
-1
/
+5
*
[ci skip] add doc for STEP in migration
Aditya Kapoor
2014-08-21
1
-3
/
+6
*
[ci skip] correct docs about the migration generation
Aditya Kapoor
2014-08-21
1
-9
/
+2
*
Correctly determine if migration is needed.
Jeremy McNevin
2014-08-13
1
-9
/
+8
*
schema rake tasks are specific about the configuration to act on.
Yves Senn
2014-08-06
1
-1
/
+1
*
Remove redundant `self.` in class method calls
Jack Danger Canty
2014-07-30
1
-5
/
+5
*
do not hold on to a stale connection object. fixes #15998
Aaron Patterson
2014-07-01
1
-4
/
+9
*
fk: dump foreign keys to schema.rb
Yves Senn
2014-06-26
1
-1
/
+3
*
Merge pull request #13963 from lucas-clemente/pending_migrations
Rafael Mendonça França
2014-06-16
1
-5
/
+8
|
\
|
*
skip migration check if adapter doesn't support it
Lucas Clemente
2014-04-19
1
-5
/
+8
*
|
`bin/rake db:migrate:status` works with legacy migration numbers.
Yves Senn
2014-06-06
1
-1
/
+1
*
|
Remove deprecated method ActiveRecord::Migrator.proper_table_name
Akshay Vishnoi
2014-06-05
1
-13
/
+0
*
|
Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...
Rafael Mendonça França
2014-05-19
1
-1
/
+1
|
\
\
|
*
|
Fix migrations with enable_extension
Joao Carlos
2013-05-29
1
-1
/
+1
*
|
|
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-1
/
+1
|
|
/
|
/
|
*
|
adding missed change
kayvan
2014-02-11
1
-1
/
+1
*
|
adding connection parameter to check_pending for migrations
kayvan
2014-02-11
1
-5
/
+5
*
|
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
[next]