aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-272-0/+20
* Dump the 'using' options for a SQL index into the schema.Ken Mazaika2013-03-271-0/+1
* Update other counter caches on destroyIan Young2013-03-201-3/+5
* Refactor Person/Friendship relationships to be more intuitiveMack Earnhardt2013-03-171-1/+2
* Merge pull request #9597 from senny/9110_serialized_not_null_defaultRafael Mendonça França2013-03-071-0/+1
|\
| * test case for `serialize` default values.Yves Senn2013-03-071-0/+1
* | Merge pull request #9105 from bemurphy/cache_key_updated_onRafael Mendonça França2013-03-071-0/+2
|\ \ | |/ |/|
| * cache_key consults updated_on timestamp if presentBrendon Murphy2013-02-261-0/+2
* | Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-2/+0
* | Fix default output for postgres network address typesErik Peterson2013-02-261-3/+3
|/
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+2
* Prevent Relation#merge from collapsing wheres on the RHSJon Leighton2013-01-271-0/+1
* Fix PostgreSQL tests on TravisAndrew White2013-01-241-1/+1
* Add postgresql range types supportbUg2013-01-231-12/+14
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-1/+10
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+1
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-1/+11
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-0/+1
* Fix some indentation in the postgresql_specific_schemaRafael Mendonça França2012-11-281-9/+9
* Add comment to a table without model.Rafael Mendonça França2012-11-281-0/+1
* Postgresql doesn't accepts limits on text columns.Victor Costan2012-11-201-0/+5
* arel columns can be used for grouping so that "weird" column names are usableAaron Patterson2012-11-151-0/+1
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-272-18/+26
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+0
* #7914 get default value when type uses schema nameArturo Pie2012-10-131-1/+8
* Fix reset_counters() crashing on has_many :through associations.lulalala2012-10-021-0/+1
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-0/+1
* postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-061-1/+2
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-1/+10
* Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-051-0/+4