aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* 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-262-5/+5
* 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
* | pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-8/+1
* | test pg, move bit string type tests into `bit_string_test.rb`.Yves Senn2014-06-031-8/+0
* | 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
* | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-1/+10
* | Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-0/+1
* | Add more tests for the dirty feature for enumsRafael Mendonça França2014-01-211-0/+1
* | Don't try to get the subclass if the inheritance column doesn't existUjjwal Thaakar2014-01-141-0/+5
|/
* Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-061-0/+1
* Building new records with enum scopes now works as expectedGodfrey Chan2014-01-031-4/+0
* Fix the enums writer methodsRobin Dupret2014-01-011-0/+4
* extract PG range tests from datatype_test.rb into range_test.rbYves Senn2013-12-131-14/+1
* Prevent invalid code when using dynamic finders with Ruby's reserved words.Lauro Caetano2013-12-111-0/+1
* Do not create synonym named subjectsYasuo Honda2013-11-271-3/+0
* Use 1.9 Hash syntax consistentlyPablo Torres2013-11-051-1/+1
* Convert schema file to ruby 1.9 style hashCarlos Antonio da Silva2013-11-041-214/+214
* Style fixes on test schema fileCarlos Antonio da Silva2013-11-041-6/+6
* Explicit mapping for enumYury Korolev2013-11-021-0/+1
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+1
* scope_chain should not be mutated for other reflectionsNeeraj Singh2013-10-141-0/+16
* Remove sqlite specific`supports_autoincrement?` which always defaults to trueVipul A M2013-08-101-5/+2
* Use the proper encoding comment on the fileRafael Mendonça França2013-08-061-0/+2
* adding a weird test caseAaron Patterson2013-08-061-0/+1
* Add test to AR's counter_cache_test.rbTakehiro Adachi2013-05-181-0/+1
* Correctly parse bigint defaults in PostgreSQLErik Peterson2013-04-051-0/+1
* fix detect column type of enummasarakki2013-04-012-2/+2