aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Verify that creating a has_many through record where there is a default_scope...Jon Leighton2010-12-161-0/+1
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-081-0/+1
|\|
| * Add timestamps to TopicPratik Naik2010-11-021-0/+1
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-281-52/+61
|\|
| * made a pass in AR's schema.rb to keep (most) create statements in lexicograph...Xavier Noria2010-10-221-59/+60
| * has_one maintains the association with separate after_create/after_updateXavier Noria2010-10-221-0/+8
* | Support the :primary_key option on a through reflection in a nested through a...Jon Leighton2010-10-191-0/+2
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-191-2/+3
* | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-0/+2
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-0/+1
* | Add test_has_one_through_has_one_through_with_belongs_to_source_reflectionJon Leighton2010-10-141-0/+1
* | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+5
* | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+1
|/
* A few schema changes for the SQL Server adapter.Ken Collins2010-09-031-3/+3
* While creating a new record using has_many create method default scope of chi...Neeraj Singh2010-08-191-0/+5
* Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]Jeff Lawson2010-08-171-0/+11
* Both tests are using the same model, move the model to another file and add t...Santiago Pastorino2010-08-141-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-4/+4
* Ensure we can nest include calls [#5285 state:resolved]Neeraj Singh2010-08-121-0/+4
* Merge branch 'master' into mysql2Brian Lopez2010-08-021-0/+15
|\
| * Eager loading an association should not change the count of childrenNeeraj Singh2010-08-021-0/+13
| * added failing touch propagation testJakub Kuźma2010-08-021-0/+2
* | update tests for mysql2 supportBrian Lopez2010-08-021-0/+24
|/
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-0/+1