| Commit message (Expand) | Author | Age | Files | Lines |
* | AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes. | Francesco Rodriguez | 2012-10-28 | 1 | -0/+6 |
* | Revert "Key the attributes hash with symbols" | Jon Leighton | 2012-10-12 | 1 | -2/+2 |
* | test cleanup, remove ruby_type because it's no longer needed | Yves Senn | 2012-09-03 | 1 | -1/+1 |
* | Key the attributes hash with symbols | Jon Leighton | 2012-08-31 | 1 | -2/+2 |
* | Move the serialized attribute tests to their own file | Rafael Mendonça França | 2012-08-26 | 1 | -11/+0 |
* | Move test to the correct file | Rafael Mendonça França | 2012-08-26 | 1 | -0/+6 |
* | Refactor missing parameter validation based on position | Carlos Antonio da Silva | 2012-08-18 | 1 | -1/+0 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -4/+4 |
* | Fix class_eval without __FILE__ and __LINE__. | kennyj | 2012-07-18 | 1 | -1/+1 |
* | Move newly added multiparameter tests to base_test file | Carlos Antonio da Silva | 2012-06-28 | 1 | -35/+1 |
* | Skip test_setting_time_attribute because Oracle database | Yasuo Honda | 2012-06-28 | 1 | -0/+2 |
* | Fixes #6825, adds tests covering cases and error possibilities, also changes ... | Mauricio Linhares | 2012-06-27 | 1 | -0/+33 |
* | Remove unused assignments from activerecord tests | Mark Rushakoff | 2012-04-29 | 1 | -2/+2 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -4/+4 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -1/+1 |
* | attribute_present? should return false for empty strings | Jacob Green | 2012-03-06 | 1 | -0/+3 |
* | Fix warning: assigned but unused variable | kennyj | 2012-03-01 | 1 | -3/+0 |
* | force datetime attributes to be changed, fix GH #3965 | Sergey Nartimov | 2012-02-28 | 1 | -0/+13 |
* | move id_before_type_cast to PrimaryKey module | Sergey Nartimov | 2012-02-16 | 1 | -0/+8 |
* | Revert PR#5001 "removed unuseful require for reply as we are not using requir... | Vishnu Atrai | 2012-02-12 | 1 | -0/+1 |
* | removed unuseful require for reply as we are not using require model | Karunakar (Ruby) | 2012-02-11 | 1 | -1/+0 |
* | fixing the list of cached columns | Aaron Patterson | 2012-02-09 | 1 | -1/+3 |
* | only exclude serialized columns from cacheable columns | Aaron Patterson | 2012-02-09 | 1 | -1/+1 |
* | Test that #[] and #[]= keep working when #read_attribute and #write_attribute... | Tom Stuart | 2012-01-11 | 1 | -0/+33 |
* | Test ActiveRecord::Base#[]= as well as #write_attribute | Tom Stuart | 2012-01-11 | 1 | -1/+7 |
* | Fix #4046. | Jon Leighton | 2011-12-23 | 1 | -0/+20 |
* | remove deprecated underscore versions of attribute methods | Sergey Nartimov | 2011-12-21 | 1 | -8/+0 |
* | handle not only strings in date type cast | Sergey Nartimov | 2011-12-19 | 1 | -0/+8 |
* | Stop the build asploding on 1.8.7 | Jon Leighton | 2011-12-14 | 1 | -0/+4 |
* | Fix #3837. | Jon Leighton | 2011-12-03 | 1 | -0/+12 |
* | Get rid of the underscore versions of attribute methods! | Jon Leighton | 2011-12-01 | 1 | -0/+5 |
* | don't alter global state in test | Jon Leighton | 2011-11-30 | 1 | -2/+3 |
* | If the table behind has no primary key, do not ask again and just return nil. | Julius de Bruijn | 2011-11-30 | 1 | -0/+5 |
* | omg computer science! | Jon Leighton | 2011-11-30 | 1 | -5/+1 |
* | Use inheritance to avoid special-case code for the 'id' method | Jon Leighton | 2011-11-30 | 1 | -1/+1 |
* | Update ActiveRecord#attribute_present? to work as documented | Justin Mazzi | 2011-11-05 | 1 | -0/+18 |
* | Stop trying to be clever about when to define attribute methods. | Jon Leighton | 2011-09-14 | 1 | -24/+0 |
* | Deprecate using method_missing for attributes that are columns. | Jon Leighton | 2011-09-13 | 1 | -0/+15 |
* | Let Ruby deal with method visibility. | Jon Leighton | 2011-09-13 | 1 | -3/+3 |
* | Always generate attribute methods on the base class. | Jon Leighton | 2011-09-13 | 1 | -0/+16 |
* | Revert "Merge pull request #2543 from htanata/unused_require_in_ar_test" | Santiago Pastorino | 2011-08-16 | 1 | -0/+1 |
* | Remove unused require. | Hendy Tanata | 2011-08-16 | 1 | -1/+0 |
* | Resolve warnings by instantizing @attrubtes as nil | Brian Cardarella | 2011-07-30 | 1 | -0/+1 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Fix broken test. You know, the merge button will be the end of us... | Jon Leighton | 2011-06-01 | 1 | -3/+3 |
* | Adding comment | Arun Agrawal | 2011-06-01 | 1 | -0/+1 |
* | AttributeMethodTest test fix #jruby | Vishnu Atrai | 2011-06-01 | 1 | -1/+5 |
* | Test AR::Base#inspect on an allocated object not yet initialized | Franck Verrot | 2011-05-25 | 1 | -0/+8 |