aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | documents after_(commit|rollback)Xavier Noria2012-08-301-0/+18
|/ / /
* | | Add a test to make sure preloading properly merges association and default sc...Pratik Naik2012-08-283-0/+23
* | | CHANGELOGs are now per branchXavier Noria2012-08-281-6836/+1
* | | Merge pull request #7458 from frodsan/fix_orddep_basicsRafael Mendonça França2012-08-281-5/+5
|\ \ \
| * | | fix order dependent test in AR::BasicsTestFrancesco Rodriguez2012-08-271-5/+5
* | | | ensures that the test repairs the validation setupFrancesco Rodriguez2012-08-271-7/+9
|/ / /
* | | fix order dependent test in AggregationsTestFrancesco Rodriguez2012-08-261-0/+2
* | | Add test to ensure that save will raise SerializationTypeMismatch if theRafael Mendonça França2012-08-261-0/+6
* | | We don't need this reloadRafael Mendonça França2012-08-261-1/+1
* | | Use the Topic class in the attribute serialized testsRafael Mendonça França2012-08-261-8/+4
* | | Use teardown hook to return the initial state of the objectRafael Mendonça França2012-08-261-16/+5
* | | Move the serialized attribute tests to their own fileRafael Mendonça França2012-08-263-207/+214
* | | Move test to the correct fileRafael Mendonça França2012-08-263-12/+12
* | | Remove CHANGELOG entry for the update_attribute removal.Rafael Mendonça França2012-08-261-6/+0
* | | Use verify_readonly_attribute in the update_columns methodRafael Mendonça França2012-08-251-1/+1
* | | Revert "Remove private verify readonly attr method"Rafael Mendonça França2012-08-251-1/+5
* | | Revert "Remove update_attribute."Rafael Mendonça França2012-08-254-7/+71
* | | changelog #7449Mikhail Dieterle2012-08-261-0/+4
* | | allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...Mikhail Dieterle2012-08-263-11/+45
* | | use Hash#fetch to eliminate conditionalAaron Patterson2012-08-241-8/+3
* | | call methods on AR::Model after ClassMethods module is definedAaron Patterson2012-08-241-1/+2
* | | Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-248-583/+3
* | | ivar will always be defined, so stop checkingAaron Patterson2012-08-231-3/+1
* | | Model.select takes a variable list of arguments.Isaac Sanders2012-08-232-11/+20
* | | Update the documentation for the :autosave optionDavid Celis2012-08-231-1/+3
* | | Merge pull request #6606 from amatsuda/ar_relation_model_methodRafael Mendonça França2012-08-212-0/+6
|\ \ \
| * | | AR::Relation#model would be a better API than AR::Relation#klassAkira Matsuda2012-06-032-0/+6
* | | | Merge pull request #7225 from rails/eager_loadJosé Valim2012-08-212-0/+12
|\ \ \ \
| * | | | Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-212-0/+12
* | | | | Use a model without counter cache to test read-only attributesRafael Mendonça França2012-08-211-9/+10
|/ / / /
* | | | reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-218-2/+36
* | | | Refactor AR::Result or inherits. Because we have redundant codes aboutkennyj2012-08-223-18/+4
* | | | Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_modeYasuo Honda2012-08-222-6/+8
* | | | Use instance_accessor: false instead of instance_writer.kennyj2012-08-217-11/+29
* | | | Add CHANGELOG entry for #6986Rafael Mendonça França2012-08-211-0/+5
* | | | Round usec when writing timestamp attribute.kennyj2012-08-212-5/+29
* | | | Minor refactoring in Active Record model schema methodsCarlos Antonio da Silva2012-08-211-5/+3
* | | | removing dead codeAaron Patterson2012-08-201-19/+7
* | | | define singleton methods rather than adding and removing methodsAaron Patterson2012-08-201-45/+32
* | | | remove dead codeAaron Patterson2012-08-201-78/+36
* | | | initialize instance variables for transactions to remove conditionalsAaron Patterson2012-08-202-8/+7
* | | | This method is useless without a block, so remove testAaron Patterson2012-08-201-11/+9
* | | | remove unused variableAaron Patterson2012-08-201-1/+1
* | | | initialize instance variables to avoid conditionalsAaron Patterson2012-08-201-2/+7
* | | | fix whitespace errorsAaron Patterson2012-08-201-2/+2
* | | | Remove private verify readonly attr methodCarlos Antonio da Silva2012-08-191-5/+1
* | | | Fix "last equality wins" logic in relation mergeErnie Miller2012-08-192-14/+12
* | | | Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las...Carlos Antonio da Silva2012-08-183-1/+11
|\ \ \ \
| * | | | Use inversed parent for first and last child of has_many associationbrainopia2012-08-183-1/+11
* | | | | Get rid of some arguments by using the accessorsCarlos Antonio da Silva2012-08-181-30/+31