aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* Correctly parse bigint defaults in PostgreSQL, Backpost #10098.Erik Peterson2013-04-111-0/+1
* Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"Steve Klabnik2013-02-261-2/+0
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+2
* This pull requests addresses ORA-01400 errors and also supports #6115 issue t...Yasuo Honda2013-02-031-1/+1
* Duplicate column_defaults properlyPiotr Sarnacki2013-02-031-0/+1
* Fix pluck when columns/tables are reserved words.Ian Lesperance2013-01-231-0/+4
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-1/+2
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-0/+1
* Use 1.8 hash style in pg specific schemaCarlos Antonio da Silva2012-11-281-3/+3
* Merge pull request #8276 from pwnall/pgsql_text_limitsRafael Mendonça França2012-11-201-0/+5
* Fix deleting from a HABTM join table upon destroying an object of a model wit...Nick Rogers2012-11-131-0/+5
* #7914 get default value when type uses schema nameArturo Pie2012-10-141-1/+8
* Merge pull request #7822 from lulalala/reset-counter-cache-for-has-many-throughRafael Mendonça França2012-10-021-0/+1
* set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-0/+5
* Merge pull request #5210 from Pliny/masteriRafael Mendonça França2012-08-211-0/+6
* Backport #7173.Jeremy Walker2012-08-091-2/+4
* Ported PR #4856 to 3-2-stable.Jeremy Walker2012-08-091-1/+2
* Merge pull request #6878 from masarakki/masterRafael Mendonça França2012-06-282-0/+19
* Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-211-0/+1
* Test for #5549.Aaron Patterson2012-03-281-0/+1
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-292-3/+3
* Remove extra attributes from HABTM join tables in AR testsRafael Mendonça França2012-01-261-2/+0
* Merge pull request #4487 from sarenji/fix-reset-countersAaron Patterson2012-01-171-0/+10
* serialize fails on subclassAlvaro Bautista2011-12-231-0/+2
* Added ActiveRecord::Base.store for declaring simple single-column key/value s...David Heinemeier Hansson2011-10-131-0/+1
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-092-1/+23
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-1/+7
* Fix exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-121-0/+1
* Merge pull request #2017 from Casecommons/active_record_lintJosé Valim2011-07-081-0/+2
|\
| * ActiveRecord::Base should pass ActiveModel::Lint.Grant Hutchins & Peter Jaros2011-07-081-0/+2
* | Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-0/+2
|/
* Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_falseJon Leighton2011-05-161-0/+4
|\
| * Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...Guillermo Iguaran2011-05-151-0/+4
* | CollectionAssociation#merge_target_lists should write to the underlying attri...Jon Leighton2011-05-141-0/+1
|/
* Add test to specify that attributes from an association's conditions should b...Jon Leighton2011-05-101-0/+1
* Don't quote ID's as Arel will quote them -- follow same conventions as the de...Christopher Meiklejohn2011-05-081-0/+6
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-0/+2
* Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-1/+9
* using the database adapter to typecast before executing prepared statementAaron Patterson2011-04-141-0/+1
* Allow to read and write AR attributes with non valid identifiersSantiago Pastorino2011-03-221-0/+3
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-0/+28
|\
| * The optimistic lock column should be increased when calling touchFranck Verrot2011-02-091-0/+1
| * make set_table_name take effect immediatelyJan2011-02-081-0/+4
| * Correctly update counter caches on deletion for has_many :through [#2824 stat...Jon Leighton2011-02-071-0/+4
| * Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-0/+1
| * Fixing ordering of HABTM association deletion [#6191 state:resolved]Edward Faulkner2011-02-041-0/+13
| * Add create_association! for belongs_toJon Leighton2011-01-161-0/+1
| * Support for :counter_cache on polymorphic belongs_toJon Leighton2010-12-311-0/+1
| * Fix creation of has_many through records with custom primary_key option on be...Szymon Nowak2010-12-231-0/+1
| * has_many associations with :dependent => :delete_all should update the counte...Jon Leighton2010-12-201-0/+1