aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Move PostgreSQL specific schema to postgresql_specific_schema.rbRyuta Kamizono2015-05-031-14/+0
* Fix leaky chain on polymorphic associationeileencodes2015-03-151-0/+4
* Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...Rafael Mendonça França2015-02-251-0/+1
|\
| * Add specs for adding-to/clear has_many collections’s behavior on `updated_at`Tu Hoang2014-10-301-0/+1
* | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+4
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | Merge pull request #18512 from vipulnsward/18492-fixtures-with-stiAaron Patterson2015-01-311-1/+11
|\ \
| * | Fixes #18492Vipul A M2015-01-141-1/+11
* | | Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-281-0/+1
|/ /
* | Add firebird support to test suiteRay Zane2015-01-051-0/+2
* | Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+5
* | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-1/+1
* | Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-081-0/+5
* | Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-091-0/+5
* | Use bind values for joined tables in where statementsSean Griffin2014-11-011-0/+5
* | 💣Sean Griffin2014-10-281-1/+1
|/
* Dynamically modified schema and association would not be correctly resetAkira Matsuda2014-09-061-0/+6
* Added enable_extension! to helperAbdelkader Boudih2014-09-051-1/+1
* Only merge scopes with zero arity in has_many throughAgis-2014-08-201-0/+1
* Change the default `null` value for timestampsSean Griffin2014-08-121-5/+5
* use foreign key DSL in our tests.Yves Senn2014-07-161-3/+2
* Address ORA-00972: identifier is too long when tested with OracleYasuo Honda2014-07-141-2/+2
* Re-enable foriegn key tests on MySQLGodfrey Chan2014-07-051-3/+1
* MySQL doesn't work with foreign keysPhilippe Creux2014-06-271-1/+4
* Fix test with add_foreign_key DSL in 9d21ef9Philippe Creux2014-06-271-1/+1
* Do not change the global state of the test suiteRafael Mendonça França2014-06-271-0/+1
* fk: use random digest namesYves Senn2014-06-261-2/+2
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-2/+1
* Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...Rafael Mendonça França2014-06-191-0/+5
* Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_ofRafael Mendonça França2014-06-131-0/+2
|\
| * use name specified by 'as' for automatic inverse association to avoid reflect...Andrew S. Brown2014-06-101-0/+2
* | Timestamp values should be present on callbacksRafael Mendonça França2014-06-091-0/+1
* | Allow specifying a default value in overloaded propertiesSean Griffin2014-05-301-0/+1
* | Add a public API to allow users to specify column typesSean Griffin2014-05-261-0/+6
|/
* Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-221-0/+1
* Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-2/+0
* Fix polymorphic eager load with foreign_key as String.Lauro Caetano2014-05-201-0/+3
* Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-0/+2
|\
| * Fixes Issue #13466.Jefferson Lai2014-04-231-0/+2
* | Remove dead test code for unsupported adaptersSean Griffin2014-05-171-8/+0
* | Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-131-0/+11
* | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-101-1/+7
|\ \
| * \ Merge pull request #14579 from senny/pg/remove_string_limitRafael Mendonça França2014-04-041-1/+1
| |\ \
| | * | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1
| * | | Fix the test defining the models in the right placeRafael Mendonça França2014-04-041-0/+6
| |/ /
* | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+9
|\ \ \ | |/ / |/| |
| * | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+9
* | | Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-0/+2
| |/ |/|
* | Test microsecond on mysql 5.6Arthur Neves2014-03-121-1/+5
* | Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-0/+1