aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into i18nSven Fuchs2008-08-2110-0/+97
|\
| * Don't interpret decimals as table names in ↵Peter Wagenet2008-08-211-0/+7
| | | | | | | | | | | | ActiveRecord::Associations::ClassMethods#references_eager_loaded_tables? [#532 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fix incorrect signature for NamedScope#respond_to? [#852 state:resolved]Tom Lea2008-08-211-0/+5
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fix generated WHERE IN query for named scopes. [#583 state:resolved]Philip Hallstrom2008-08-211-0/+5
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fix has_many#count_records. [#865 state:resolved]Xavier Noria2008-08-211-0/+12
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fix that has_one natural assignment to already associated record. [#854 ↵Jakub Kuźma2008-08-211-0/+10
| | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Support find_all on named scopes. [#730 state:resolved]Ryan Bates2008-08-211-0/+4
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Test for eager loading of STI subclasses from htm associationsTarmo Tänav2008-08-161-0/+7
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Updated has_and_belongs_to_many association to fix :finder_sql ↵Nathan Witmer2008-08-161-0/+7
| | | | | | | | | | | | interpolation. [#848 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fixed STI type condition for eager loading of associationsTarmo Tänav2008-08-161-0/+12
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Don't raise exception when comparing ActiveRecord::Reflection. [#842 ↵Ryan Bates2008-08-161-0/+4
| | | | | | | | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fix ActiveRecord::NamedScope::Scope#respond_to? [#818 state:resolved]Eloy Duran2008-08-131-0/+6
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fixed Time/Date object serializationTarmo Tänav2008-08-121-0/+6
| | | | | | | | | | Time/Date objects used to be converted to_s instead of to_uaml which made them unserializable.
| * Serialized attributes will now always be saved even with partial_updates ↵Tom Lea2008-08-121-0/+12
| | | | | | | | | | | | | | turned on. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#788 state:committed]
* | Custom error messages scope improvedIain Hecker2008-08-211-23/+75
| |
* | Locale file changed to yamlIain Hecker2008-08-201-1/+1
| |
* | add human_name and value to ar validation #generate_messageSven Fuchs2008-08-201-3/+3
| |
* | Added :value as interpolation variable available to error messagesIain Hecker2008-08-201-2/+2
| |
* | Introduced AR::Base.human_name to validationsIain Hecker2008-08-201-2/+2
| |
* | Added Base.human_name methodIain Hecker2008-08-201-0/+46
| |
* | Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-75/+80
| |
* | fixing unit tests for active_record validations_i18nSven Fuchs2008-08-131-2/+2
| |
* | fix validations_i18n tests for changed locale file formatSven Fuchs2008-08-131-1/+1
| |
* | update i18n usage for pluralization hashes (api change)Sven Fuchs2008-08-101-10/+188
|/
* Fixed AssociationCollection#<< resulting in unexpected values in @target ↵Ernie Miller2008-08-081-0/+11
| | | | | | when :uniq => true Signed-off-by: Michael Koziarski <michael@koziarski.com>
* fixing "test_any_should_not_load_results" so it doesn't depend on latest ↵Ryan Bates2008-08-081-3/+4
| | | | | | version of Mocha Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Added MigrationProxy to defer loading of Migration classes until they are ↵Nik Wakelin2008-08-061-0/+20
| | | | | | | actually required by the migrator Signed-off-by: Michael Koziarski <michael@koziarski.com> [#747 state:resolved]
* Added missing fixtures for tests which fail to run independently if run ↵Tarmo Tänav2008-08-048-8/+8
| | | | | | after schema reset Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Fix file permissionsTarmo Tänav2008-07-3112-0/+0
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Fixed test_joins_with_namespaced_model_should_use_correct_type for postgresqlTarmo Tänav2008-07-311-1/+1
| | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Fix HasManyThroughAssociationsTest tests. [#733 state:resolved]miloops2008-07-311-3/+6
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Raise UnknownAttributeError when unknown attributes are supplied via mass ↵Pratik Naik2008-07-311-0/+8
| | | | assignment
* Make observers define #after_find in the model only if needed.George Ogata2008-07-261-2/+30
| | | | | [#676 state:resolved] Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved]Jan De Poorter2008-07-231-0/+22
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Use klass.sti_name to make sure associations take store_full_sti_class into ↵Daniel Guettler2008-07-221-0/+18
| | | | | | account. [#671 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ensure checked value is a string when validating case-sensitive uniqueness ↵Tom Ward2008-07-191-0/+9
| | | | | | [#361 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Make sure association preloading works with full STI class name [#465 ↵Joachim Garth2008-07-181-0/+36
| | | | | | state:Resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* merge forward to current rails/masterSven Fuchs2008-07-1622-38/+661
|\
| * Observers not longer add an after_find method to the observed class.Stefan Kaes2008-07-151-2/+10
| | | | | | | | [#625 state:resolved]
| * update_counters should update nil values.miloops2008-07-151-2/+19
| | | | | | | | | | | | This allows counter columns with default null instead of requiring default 0. [#493 state:resolved]
| * Move the transaction counter to the connection object rather than ↵Jonathan Viney2008-07-152-3/+28
| | | | | | | | | | | | | | maintaining it on the current Thread. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#533 state:resolved]
| * Fix integer quoting issues in association preload. [#602 state:resolved]Tiago Macedo2008-07-141-0/+7
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Add assert_sql helper method to check for specific SQL output in Active ↵Gabe da Silveira2008-07-141-5/+5
| | | | | | | | | | | | Record test suite. [#325 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fixed mysql change_column_default to not make the column always nullable.Tarmo Tänav2008-07-141-0/+49
| | | | | | | | | | | | Also added change_column_null to both mysql and sqlite to keep the api features closer to postgresql. [#617 state:resolved]
| * Fixed test_rename_nonexistent_column for PostgreSQLTarmo Tänav2008-07-141-1/+7
| | | | | | | | | | | | Also fixed ability to run migration_test.rb alone [#616 state:resolved]
| * Fixed that create database statements would always include "DEFAULT NULL" ↵David Heinemeier Hansson2008-07-141-0/+36
| | | | | | | | (Nick Sieger) [#334 status:committed]
| * Added db:charset support to PostgreSQL. [#556 state:resolved]Sebastian A. Espindola2008-07-141-0/+6
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Add :accessible option to Associations for allowing mass assignments using ↵David Dollar2008-07-141-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hash. [#474 state:resolved] Allows nested Hashes (i.e. from nested forms) to hydrate the appropriate ActiveRecord models. class Post < ActiveRecord::Base belongs_to :author, :accessible => true has_many :comments, :accessible => true end post = Post.create({ :title => 'Accessible Attributes', :author => { :name => 'David Dollar' }, :comments => [ { :body => 'First Post!' }, { :body => 'Nested Hashes are great!' } ] }) post.comments << { :body => 'Another Comment' } Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Add block syntax to HasManyAssociation#build. [#502 state:resolve]Jason Dew2008-07-141-0/+31
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Make fixture accessors work when fixture name is not same as the table name. ↵Rhett Sutphin2008-07-141-0/+29
| | | | | | | | | | | | [#124 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>