| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -3/+3 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -25/+25 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -1/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -2/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -12/+10 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -131/+131 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -190/+190 |
* | `load_target` is a public method | Ryuta Kamizono | 2016-07-23 | 1 | -4/+4 |
* | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -9/+9 |
* | Addresses #23568 | Ryan T. Hosford | 2016-02-09 | 1 | -0/+14 |
* | Don't short-circuit reject_if proc | Andrew White | 2016-01-22 | 1 | -0/+13 |
* | Update and fix forbidden attributes tests | Thomas Walpole | 2015-11-03 | 1 | -35/+0 |
* | Removed mocha from Active Record Part 2 | Ronak Jangir | 2015-09-16 | 1 | -16/+20 |
* | Ensure that 'ActionController::Parameters' can still be passed to AR for coll... | Thomas Walpole | 2015-07-18 | 1 | -1/+13 |
* | Ensure that `ActionController::Parameters` can still be passed to AR | Sean Griffin | 2015-07-18 | 1 | -0/+23 |
* | Add test proving that accepts_nested_attributes_for is secure against ID tamp... | Victor Costan | 2015-07-07 | 1 | -0/+10 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -2/+2 |
* | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 1 | -1/+1 |
* | Always perform validations on nested attribute associations | Sean Griffin | 2015-01-30 | 1 | -0/+7 |
* | Don't redefine autosave association callbacks in nested attrs | Sean Griffin | 2015-01-28 | 1 | -0/+10 |
* | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi... | Bogdan Gusiev | 2015-01-23 | 1 | -1/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -6/+6 |
* | Remove extra indirection for testing exceptions and messages | Carlos Antonio da Silva | 2014-03-20 | 1 | -28/+12 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | This test does not test anything that happens in the real world. If you | Aaron Patterson | 2013-06-13 | 1 | -20/+0 |
* | refute the predicate for better failure messages | Aaron Patterson | 2013-06-13 | 1 | -1/+1 |
* | Created a method to automatically find inverse associations and cache | wangjohn | 2013-05-07 | 1 | -0/+2 |
* | Do not overwrite manually built records during one-to-one nested attribute as... | Olek Janiszewski | 2013-05-03 | 1 | -0/+14 |
* | Add Error#full_message test; Fix typos | Vipul A M | 2013-03-22 | 1 | -1/+1 |
* | fix typos in AR. lots of them. | Vipul A M | 2013-03-19 | 1 | -1/+1 |
* | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -2/+2 |
* | Rename update_attributes method to update, keep update_attributes as an alias | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -54/+54 |
* | Add test to avoid regression of 58e48d5292242f000dc8a87fdbb1c0ccdcf286d8 | Gabriel Sobrinho & Ricardo Henrique | 2012-11-08 | 1 | -0/+11 |
* | Ensure nested attributes is restored in case of a test failure | Carlos Antonio da Silva | 2012-11-03 | 1 | -1/+1 |
* | Simplify query conditions a bit in nested attributes test | Carlos Antonio da Silva | 2012-11-03 | 1 | -5/+3 |
* | gradually moving documentation to new hash syntax | AvnerCohen | 2012-10-10 | 1 | -1/+1 |
* | Merge pull request #5248 from jcoleman/should-unset-association-when-an-exist... | Jon Leighton | 2012-09-21 | 1 | -0/+16 |
|\ |
|
| * | Unset association when existing record is destroyed. | James Coleman | 2012-03-02 | 1 | -0/+16 |
* | | ensures that the test repairs the validation setup | Francesco Rodriguez | 2012-08-27 | 1 | -7/+9 |
* | | allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes... | Mikhail Dieterle | 2012-08-26 | 1 | -7/+31 |
* | | Made ArgumentError messages consistent. | Philip Arndt | 2012-07-06 | 1 | -1/+1 |
* | | Validates_numericality_of is skipped when changing 0 to to non-empty string | Angelo capilleri | 2012-06-19 | 1 | -0/+10 |
* | | Nested attribute setters can be overridden. | Jonathan Mukai & Peter Jaros | 2012-03-28 | 1 | -0/+13 |
* | | remove usages of AS::OrderedHash | Vishnu Atrai | 2012-03-03 | 1 | -1/+1 |
* | | Refactored code | Raghunadh | 2012-02-10 | 1 | -1/+1 |
|/ |
|
* | added failing tests for has_many, has_one and belongs_to associations with st... | Jakub Kuźma | 2011-12-21 | 1 | -5/+0 |
* | Allow nested attributes in associations to update values in it's owner object... | Andrew Kaspick | 2011-12-14 | 1 | -0/+5 |
* | Exclude _destroy parameter in :all_blank check (issue #2937) | Aaron Christy | 2011-10-17 | 1 | -0/+8 |
* | assign_nested_attributes_for_collection_association should work with Ruby 1.9... | Franck Verrot | 2011-07-20 | 1 | -0/+5 |