aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Move SchemaMigration to migration_contexteileencodes2019-06-141-1/+1
* Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers...Ryuta Kamizono2018-12-281-10/+1
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* Prefer formatted number as schema version [ci skip]Ryuta Kamizono2017-08-211-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-1/+1
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-1/+1
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-1/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Use hash like syntax for InternalMetadataschneems2016-01-081-1/+1
* Prevent destructive action on production databaseschneems2016-01-071-0/+3
* Schema uses current migration APIMatthew Draper2015-12-151-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-3/+4
* adjust method visibility according to it's usage.Yves Senn2015-09-091-18/+18
* Invert the conditionalRafael Mendonça França2015-09-091-1/+1
* remove blank lines in the start of the ActiveRecord filesPonomarev Nikolay2014-07-291-1/+0
* Call assume_migrated_upto_version on connectionKyle Stevens2013-05-111-1/+1
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-29/+11
* Merge branch 'joshsusser-master' into mergeAaron Patterson2012-12-051-11/+29
|\
| * Add migration history to schema.rb dumpJosh Susser2012-12-021-11/+29
* | update AR::Schema docs [ci skip]Carlos Duclos2012-12-011-1/+6
|/
* Dump schema using new style hashKonstantin Shabanov2012-09-081-4/+4
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Call methods on the correct instance in AR::Schema.defineJohn Firebaugh2012-05-161-7/+10
* Allow to run migrations from more than one directoryPiotr Sarnacki2010-12-091-3/+3
* rolling out migrated_at until I can fix the buildAaron Patterson2010-12-011-15/+4
* tests mostly passJosh Susser2010-12-011-1/+1
* clear schema_migrations in Schema.defineJosh Susser2010-12-011-1/+3
* name in schema_migrations, migrations in schema dumpJosh Susser2010-12-011-4/+13
* schema migrations work as instancesAaron Patterson2010-11-171-2/+3
* converted migrations to support instance methodsAaron Patterson2010-11-171-4/+2
* fixing whitespace errorsAaron Patterson2010-08-051-1/+1
* Adds title where needed.Rizwan Reza2010-06-161-0/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...Jeffrey Hardy2010-01-081-1/+5
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-12/+5
* Update Schema documentation to use updated sexy migration notation. Closes #1...Marcel Molina2007-11-061-5/+5
* Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) ...David Heinemeier Hansson2006-02-251-2/+2
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-211-1/+1
* Update/clean up ActiveRecord documentation (rdoc)Jamis Buck2005-10-161-1/+37
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-1/+2
* Just include activerecord/schema with AR so it doesnt need to be dumpedDavid Heinemeier Hansson2005-09-241-2/+0
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-0/+23