aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PostgreSQL: support multiline default values. Closes #7533.Jeremy Kemper2007-10-082-1/+8
* MySQL: fix change_column on not-null columns that don't accept dfeault values...Jeremy Kemper2007-10-081-0/+10
* validates_uniqueness_of behaves well with single-table inheritance. Closes #3...Jeremy Kemper2007-10-081-0/+27
* Raise ProtectedAttributeAssignmentError in development and test environments ...Jeremy Kemper2007-10-071-0/+18
* Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...Michael Koziarski2007-10-071-1/+2
* Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...Michael Koziarski2007-10-071-1/+15
* Missed the addMichael Koziarski2007-10-062-0/+4
* Send the correct INSERT statement when dealing with objects with only primary...Michael Koziarski2007-10-0619-2/+74
* Only cache attributes which need it for performance reasons. Closes #9767 [sk...Michael Koziarski2007-10-061-0/+51
* Test for each JSON fragment to workaround assumed hash ordering.Jeremy Kemper2007-10-061-1/+4
* Simplify some JSON testsJeremy Kemper2007-10-061-4/+4
* Fix that ActiveRecord would create attribute methods and override custom attr...Rick Olson2007-10-061-1/+38
* Don't call attr_readonly on polymorphic belongs_to associations, in case it m...Rick Olson2007-10-051-0/+4
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+35
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+2
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-5/+0
* Add attr_readonly to specify columns that are skipped during a normal ActiveR...Rick Olson2007-09-302-13/+47
* Make size for has_many :through use counter cache if it exists. Closes #9734...Rick Olson2007-09-301-0/+9
* Failing counter cache test. References #6896.Jeremy Kemper2007-09-281-0/+18
* Missing testDavid Heinemeier Hansson2007-09-281-0/+148
* Fixtures test fixes and general cleanup. Closes #9682 [norbert]Jeremy Kemper2007-09-282-33/+22
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-286-7/+7
* Added fixture caching thatll speed up a normal fixture-powered test suite bet...David Heinemeier Hansson2007-09-282-0/+32
* Correctly quote id list for limited eager loading. Closes #7482.Jeremy Kemper2007-09-221-0/+1
* Fix broken mysql test [frederick.cheung@gmail.com]Michael Koziarski2007-09-221-0/+1