| Commit message (Expand) | Author | Age | Files | Lines |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -13/+13 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -8/+8 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -51/+51 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -64/+64 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ... | Arthur Nogueira Neves | 2016-03-18 | 1 | -0/+17 |
|\ |
|
| * | Improve clarity of error message for missing includes and eager_load | James Wen | 2016-01-28 | 1 | -0/+17 |
* | | Respect through association scopes when used with polymorphic | Sean Griffin | 2016-02-29 | 1 | -0/+7 |
* | | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 |
|/ |
|
* | Silence deprecation warning from force reload | Prem Sichanugrist | 2015-07-16 | 1 | -15/+17 |
* | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 1 | -4/+4 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 1 | -1/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -3/+3 |
* | Deprecate automatic counter caches on has_many :through | Sean Griffin | 2014-06-26 | 1 | -12/+13 |
* | Fix some typos in AR- CHANGELOG, tests, method doc. fixed | Vipul A M | 2013-03-20 | 1 | -1/+1 |
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -2/+2 |
* | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 1 | -1/+1 |
* | User Rails 4 find_by | robertomiranda | 2013-01-18 | 1 | -1/+1 |
* | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 1 | -2/+2 |
* | Fix has_many assocation w/select load after create | Ernie Miller | 2012-10-05 | 1 | -0/+8 |
* | Use method compilation for association methods | Jon Leighton | 2012-08-10 | 1 | -1/+1 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -2/+2 |
* | 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 | -27/+27 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -17/+17 |
* | Deprecate update_column in favor of update_columns. | Rafael Mendonça França | 2012-07-24 | 1 | -6/+6 |
* | Add tests to delete by fixnum or string id with has many through associations | Francesco Rodriguez | 2012-05-28 | 1 | -0/+20 |
* | Fix failing build related to change in CollectionAssociation#delete | Carlos Antonio da Silva | 2012-05-29 | 1 | -1/+1 |
* | quarantine deprecated tests | Jon Leighton | 2012-05-18 | 1 | -9/+0 |
* | CollectionProxy < Relation | Jon Leighton | 2012-05-11 | 1 | -1/+1 |
* | remove deprecated calls | Jon Leighton | 2012-04-27 | 1 | -4/+4 |
* | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 1 | -15/+15 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -23/+23 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -7/+7 |
* | remove deprecate #calculate calls | Jon Leighton | 2012-04-26 | 1 | -1/+1 |
* | fix #scoped deprecations | Jon Leighton | 2012-04-26 | 1 | -3/+3 |
* | remove tests for #with_scope (it's now deprecated) | Jon Leighton | 2012-04-25 | 1 | -8/+0 |
* | fix tests | Jon Leighton | 2012-04-13 | 1 | -1/+1 |
* | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 1 | -1/+1 |
* | Revert "Deprecate implicit eager loading. Closes #950." | Jon Leighton | 2012-01-16 | 1 | -2/+2 |
* | Deprecate implicit eager loading. Closes #950. | Jon Leighton | 2011-12-29 | 1 | -2/+2 |
* | Deprecate set_table_name in favour of self.table_name= or defining your own m... | Jon Leighton | 2011-11-29 | 1 | -1/+1 |
* | Do not hardcode :id as it was ignored by mass assignment filter | Raimonds Simanovskis | 2011-06-08 | 1 | -2/+2 |
* | Allow polymorphic has_one to work when the association is set before the owne... | Jon Leighton | 2011-06-08 | 1 | -0/+11 |
* | When you add a record to a polymorphic has_one, you should be able to access ... | Jon Leighton | 2011-06-08 | 1 | -1/+4 |
* | 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 |
* | Refactoring test_has_many_with_pluralize_table_names_false test | Guillermo Iguaran | 2011-05-20 | 1 | -4/+1 |