aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-2/+1
* rewrite inheritance tests with a custom inheritance_columnYves Senn2012-09-031-0/+1
* set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-0/+5
* reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-211-0/+6
* Modity the :json_data_empty attribute from `:null => false` to `:null => true`Yasuo Honda2012-07-281-1/+1
* Modify the preference attribute from `:null => false` to `:null => true`Yasuo Honda2012-07-271-1/+1
* Use string datatype for the setting attributeYasuo Honda2012-07-261-1/+1
* This pull requests addresses ORA-01400 errors and also supports #6115 issue t...Yasuo Honda2012-07-251-1/+1
* fix: limit of enum columns of mysqlYamada Masaki2012-06-282-0/+19
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-1/+0
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-0/+5
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-1/+9
* Merge pull request #6238 from pwnall/pgsql_bytea_limitAaron Patterson2012-05-171-0/+1
|\
| * Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-091-0/+1
* | SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-0/+1
* | MySQL doesn't allow default values for blobs.Rafael Mendonça França2012-05-131-2/+2
* | Merge pull request #5807 from Antiarchitect/store-improvementRafael Mendonça França2012-05-131-0/+2
|\ \
| * | Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use...Andrey Voronkov2012-05-091-0/+2
| |/
* / mispelling errors in render_text_test.rb and sqlite_specific_schemaangelo giovanni capilleri2012-05-121-1/+1
|/
* Modify test schema.rb to use a VARCHAR rather than a TEXT when a default is r...Michael Pearson2012-05-051-1/+3
* Duplicate column_defaults properly (closes #6115)Piotr Sarnacki2012-05-041-0/+1
* Create plpgsql language if not availablePrem Sichanugrist2012-04-271-21/+29