aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Add missing requiresSantiago Pastorino2011-05-111-0/+1
* Fix assigning protected attributes by attributes=knapo2011-05-111-2/+7
* Don't remove the target if it has already been destroyedAndrew White2011-05-111-0/+9
* Modified NamedScopeTest to use CollectionAssociation.Michael Ebens2011-05-111-1/+1
* Don't use select() values from the join model of a through association. Fixes...Jon Leighton2011-05-111-0/+4
* Bring back obj.association_loaded? as a deprecated method. Fixes #472.Jon Leighton2011-05-111-0/+9
* Add test to specify that attributes from an association's conditions should b...Jon Leighton2011-05-101-4/+23
* Don't use mass-assignment protection when applying the scoped.scope_for_creat...Jon Leighton2011-05-101-0/+9
* minor cleaning with new api methodVishnu Atrai2011-05-111-11/+11
* deprecating CSV fixture supportAaron Patterson2011-05-101-1/+3
* Merge pull request #495 from vatrai/minor_fixesPiotr Sarnacki2011-05-102-2/+2
|\
| * minor cleaningVishnu Atrai2011-05-102-2/+2
* | Methods that return nil should not be considered YAMLJoshua Wehner2011-05-101-4/+1
|/
* Puts ActiveRecord::SessionStore attributes in white list, fixes #483slainer682011-05-101-0/+6
* Add failing tests according to #479.José Valim2011-05-101-0/+15
* Add failing tests, according to #480.José Valim2011-05-101-0/+14
* Ensure assign_attributes and update_attributes do not fail on nil, closes #478.José Valim2011-05-102-0/+8
* use a null byte as a bind parameter substitute as it is not allowed in normal...Aaron Patterson2011-05-091-0/+50
* Merge pull request #451 from baroquebobcat/fixing_last_for_issue_371Jon Leighton2011-05-081-0/+21
|\
| * Fix for #371Nick Howard2011-05-081-0/+21
* | Ensure that ORDER BY clauses from default scopes are not included in calculat...Jon Leighton2011-05-081-0/+4
* | Don't quote ID's as Arel will quote them -- follow same conventions as the de...Christopher Meiklejohn2011-05-081-1/+35
* | renamed mass-assignment scopes to roles, updated code, tests, docs and securi...Josh Kalderimis2011-05-081-27/+27
|/
* Namespace Fixtures in ActiveRecordJason Noble2011-05-074-24/+24
* Revert "Revert the merge because tests did not pass."José Valim2011-05-071-0/+35
* fix yield not working from around filter of observers, fixes Github#329Hemant Kumar2011-05-071-0/+25
* Merge pull request #396 from asanghi/lh_4346Xavier Noria2011-05-061-0/+135
|\
| * Multiparameter POLA, time_select fixes. See LH4346Aditya Sanghi2011-05-051-0/+135
* | Merge pull request #399 from ernie/join_conditions_on_joinJon Leighton2011-05-051-0/+11
|\ \
| * | Add a test for outer joins with conditions where value IS NULLErnie Miller2011-05-051-0/+5
| * | Add join conditions to JOIN clause, not WHEREErnie Miller2011-05-051-0/+6
| |/
* | Merge pull request #358 from baroquebobcat/fix_find_or_create_masterAaron Patterson2011-05-051-0/+24
|\ \ | |/ |/|
| * Fix for lighthouse #6741Nick Howard2011-05-011-0/+24
* | ensure query cache is cleared when Rack body is closed, fixes bug reported on...Aaron Patterson2011-05-041-0/+11
* | added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...Josh Kalderimis2011-05-032-1/+37
* | make sure IM repository is cleared after body is closedAaron Patterson2011-05-031-0/+11
* | proxying the body in the IM middleware so that IM is available for streaming ERbAaron Patterson2011-05-031-0/+26
* | adding a test case for the identity map middlewareAaron Patterson2011-05-031-0/+34
* | introduce a body proxy to ensure that query cache is enabled during streamingAaron Patterson2011-05-021-0/+26
* | more tests around cachingAaron Patterson2011-05-021-1/+10
* | add a couple test cases surrounding query cache middlewareAaron Patterson2011-05-021-0/+18
* | Fix failing AR test.José Valim2011-05-022-17/+12
* | Make the identity map use the instrumentation infrastructure so we can style ...David Heinemeier Hansson2011-05-011-4/+13
* | Merge pull request #357 from joshk/assign_attributes.David Heinemeier Hansson2011-05-011-33/+397
|\ \
| * | singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-33/+307
| * | Added mass-assignment security :as and :without_protection support to AR.new ...Josh Kalderimis2011-05-011-24/+114
| |/
* | Merge pull request #340 from joshk/default_scope_changes.David Heinemeier Hansson2011-05-011-14/+6
|\ \ | |/ |/|
| * removed the default_scope deprecations and updated the docs and tests to refl...Josh Kalderimis2011-04-281-14/+6
* | assert_difference can take a callable piece of code rather than just evaling ...Aaron Patterson2011-05-011-4/+4
* | fixing more test warnings in 1.9.3Aaron Patterson2011-04-303-6/+6