aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...Jeremy Kemper2007-11-221-27/+22
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-212-0/+31
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-212-0/+82
* validates_inclusion_of and validates_exclusion_of allow formatted :message st...Jeremy Kemper2007-11-201-0/+22
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-206-0/+12
* attr_readonly behaves well with optimistic locking. Closes #10188.Jeremy Kemper2007-11-161-0/+16
* Use rexml for some tests rather than string include? checks to account for un...Jeremy Kemper2007-11-141-14/+35
* Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.Jeremy Kemper2007-11-142-9/+23
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-113-0/+8
* Ensure that column names are quoted. Closes #10134 [wesley.moxam]Michael Koziarski2007-11-102-7/+11
* Kill the whiny_protected_attributes setting and kill the exception raised. In...David Heinemeier Hansson2007-11-091-18/+0
* Address shortcomings of changeset [8054] [protocool]David Heinemeier Hansson2007-11-072-158/+88
* Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593Michael Koziarski2007-10-311-0/+5
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-312-1/+12
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-291-0/+158
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-1/+1
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-281-0/+7
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-272-0/+83
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-275-1/+43
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-2611-3/+166
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-263-2/+19
* Make sure that the Schema Dumper supports non-standard primary keys with MySQ...Michael Koziarski2007-10-251-0/+7
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-231-0/+9
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-2/+2
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-231-0/+15
* validates_uniqueness_of behaves well with abstract superclasses. References #...Jeremy Kemper2007-10-232-0/+51
* Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawr...Jeremy Kemper2007-10-221-2/+1
* test_select_rows shouldn't depend on implicit result ordering. Closes #9898 [...Jeremy Kemper2007-10-221-2/+2
* Ensure that mysql quotes table names with database names correctly. Closes #...Rick Olson2007-10-201-0/+4
* typo in test nameMichael Koziarski2007-10-191-1/+1
* Few more tests for Sexy MigrationsMichael Koziarski2007-10-191-0/+24
* Add t.belongs_to and t.references to sexy migrations [arthurgeek]Michael Koziarski2007-10-191-1/+36
* Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...Michael Koziarski2007-10-197-281/+231
* SQL Server: test for affected row count. References #9558 [lawrence, ryepup]Jeremy Kemper2007-10-181-25/+19
* Read in binary mode to make sure windows support keeps working. [lawrence] ...Michael Koziarski2007-10-171-1/+1
* Use a smaller binary fixture so we don't overflow column size limitations in ...Michael Koziarski2007-10-172-435/+130
* Qualified column names work in hash conditions, like :conditions => { 'commen...Jeremy Kemper2007-10-161-0/+5
* Fix regression where the association would not construct new finder SQL on sa...Jeremy Kemper2007-10-161-0/+10
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-164-7/+48
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-167-3/+216
* Moving SQL Server tests to the extracted adapter. References #9884.Jeremy Kemper2007-10-167-339/+7
* Alias association #build to #new so it behaves predictably. Closes #8787.Jeremy Kemper2007-10-151-0/+1
* Test that change_column quotes column names. Closes #9537 [lawrence]Jeremy Kemper2007-10-151-1/+13
* Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo...Jeremy Kemper2007-10-151-2/+2
* Update test/all.shJeremy Kemper2007-10-151-2/+2
* Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence]Jeremy Kemper2007-10-151-1/+1
* Observers can observe model names as symbols properly now. Closes #9869 [qu...Rick Olson2007-10-141-1/+1
* find_and_(initialize|create)_by methods can now properly initialize protected...Tobias Lütke2007-10-102-0/+17
* Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...Michael Koziarski2007-10-103-0/+19
* Make sure AR::Base#clone handles attr changes made in after_initialize hooks....Michael Koziarski2007-10-082-1/+11