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
/
schema_migration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid extra `show variables` in migration
Ryuta Kamizono
2016-02-01
1
-3
/
+2
*
Make to primary key instead of an unique index for internal tables
Ryuta Kamizono
2016-01-31
1
-7
/
+2
*
Make `SchemaMigration.drop_table` to one SQL
Ryuta Kamizono
2016-01-30
1
-4
/
+1
*
Clean up internal metadata definition
Ryuta Kamizono
2016-01-15
1
-1
/
+1
*
Get update_attributes working with SchemaMigration
schneems
2016-01-08
1
-1
/
+1
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-1
/
+1
*
Doc SchemaMigration class.
schneems
2015-09-14
1
-1
/
+5
*
Fix circular import warning on build
Yoong Kang Lim
2015-05-31
1
-1
/
+0
*
Extract AR::SchemaMigration.normalized_versions method
Viktar Basharymau
2014-06-27
1
-0
/
+4
*
`ActiveRecord::SchemaMigration` has no primary key.
Yves Senn
2014-06-06
1
-0
/
+3
*
`bin/rake db:migrate:status` works with legacy migration numbers.
Yves Senn
2014-06-06
1
-0
/
+4
*
added schema_migrations_table_name to ActiveRecord::Base in order that the na...
Jerad Phelps
2013-10-27
1
-2
/
+2
*
Minor refactor of ActiveRecord::SchemaMigration to remove references to Base,...
Kyle Rippey
2013-05-26
1
-18
/
+24
*
sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...
Xavier Noria
2013-03-17
1
-5
/
+8
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-36
/
+3
*
Oracle needs table to check index existence
Josh Susser
2012-12-06
1
-3
/
+3
*
style cleanup
Josh Susser
2012-12-03
1
-4
/
+4
*
Add migration history to schema.rb dump
Josh Susser
2012-12-02
1
-0
/
+12
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-4
/
+25
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-1
/
+0
*
Remove duplicated unique index name.
kennyj
2012-07-14
1
-4
/
+7
*
allow mass-assign version attribute in AR::SchemaMigration
Sergey Nartimov
2012-02-06
1
-0
/
+2
*
make sure the migration table is alive and empty
Aaron Patterson
2012-01-13
1
-2
/
+1
*
refactor schema migration table creation to the schema migration model
Aaron Patterson
2012-01-13
1
-0
/
+18
*
convert the migration list to a Set, remove duplicate code
Aaron Patterson
2012-01-13
1
-0
/
+4
*
use the schema migration model to dump schema info
Aaron Patterson
2012-01-13
1
-1
/
+3
*
add a migration schema model
Aaron Patterson
2012-01-13
1
-0
/
+9