| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -1/+1 |
* | pass the pk to compile_update | Aaron Patterson | 2013-11-16 | 1 | -1/+1 |
* | Fix test name [ci skip] | Carlos Antonio da Silva | 2013-11-14 | 1 | -2/+0 |
* | Fix that eager loading of polymorphic associations did not work with associat... | David Heinemeier Hansson | 2013-11-14 | 1 | -1/+9 |
* | Merge branch 'master' into joindep | Aaron Patterson | 2013-10-21 | 1 | -2/+1 |
|\ |
|
| * | In Relation#empty? use #exists? instead of #count. | Szymon Nowak | 2013-10-19 | 1 | -2/+1 |
* | | eliminate duplicate code from to_sql | Aaron Patterson | 2013-10-13 | 1 | -3/+1 |
* | | push up `select` exclusion | Aaron Patterson | 2013-10-13 | 1 | -1/+2 |
|/ |
|
* | reuse the same preloader object for each association | Aaron Patterson | 2013-09-23 | 1 | -2/+2 |
* | remove state from the preloader | Aaron Patterson | 2013-09-23 | 1 | -1/+2 |
* | refactor to_sql so it does not depend on the to_sql implementation of | Aaron Patterson | 2013-07-08 | 1 | -4/+11 |
* | fix to_sql output on eager loaded relations | Aaron Patterson | 2013-07-02 | 1 | -1/+9 |
* | remove deprecated implicit join references. | Yves Senn | 2013-06-29 | 1 | -37/+2 |
* | Simplify/fix implementation of default scopes | Jon Leighton | 2013-06-28 | 1 | -35/+15 |
* | cleanup whitespace in relation.rb | Yves Senn | 2013-06-09 | 1 | -1/+1 |
* | Revert "Merge pull request #10539 from davidcelis/ar-sql-improvements" | Jon Leighton | 2013-06-07 | 1 | -1/+5 |
* | ActiveRecord::Relation#blank? should `LIMIT 1` | David Celis | 2013-06-07 | 1 | -5/+1 |
* | revises the documentation of ActiveRecord::Relation#find_or_create_by [ci skip] | Xavier Noria | 2013-06-01 | 1 | -14/+38 |
* | `implicit_readonly` is being removed in favor of calling `readonly` explicitly | Yves Senn | 2013-05-27 | 1 | -5/+1 |
* | cleanup whitespace in `active_record/relation.rb`. | Yves Senn | 2013-05-27 | 1 | -4/+4 |
* | include bind values from the default scope | Aaron Patterson | 2013-05-17 | 1 | -2/+4 |
* | Move #proxy_association method to AssociationRelation | Jon Leighton | 2013-05-10 | 1 | -1/+1 |
* | Added :nodoc: for private methods | Noemj | 2013-04-30 | 1 | -3/+3 |
* | Moved update_record logic to relation.rb | Noemj | 2013-04-30 | 1 | -11/+25 |
* | Refactor CollectionProxy#scope to avoid calling #extend. | James Golick | 2013-04-02 | 1 | -1/+1 |
* | :uniq is still a valid relation option since it was only silently | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 |
* | entirelyby => 'entirely by' | Neeraj Singh | 2013-03-27 | 1 | -1/+1 |
* | Fixed typos in activerecord | Prathamesh Sonpatki | 2013-03-27 | 1 | -1/+1 |
* | make it possible to disable implicit join references. | Yves Senn | 2013-03-15 | 1 | -2/+6 |
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -1/+7 |
* | Remove unused return value, because collecting_queries_for_explain isn't publ... | kennyj | 2013-03-06 | 1 | -2/+1 |
* | fix the sql that is generated from scoping | Neeraj Singh | 2013-03-03 | 1 | -1/+2 |
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 1 | -11/+1 |
* | Improve relation docs about to_sql and where_values_hash | Carlos Antonio da Silva | 2013-01-19 | 1 | -4/+4 |
* | Fix .update_all and .delete_all when using a condition on a joined table | Derek Kraan | 2013-01-11 | 1 | -2/+2 |
* | Rename update_attributes method to update, keep update_attributes as an alias | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -1/+1 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -6/+3 |
* | Move initialize_copy method around to let new method / build alias closer | Carlos Antonio da Silva | 2012-11-24 | 1 | -8/+8 |
* | 1.9 Syntax related changes | AvnerCohen | 2012-11-10 | 1 | -1/+1 |
* | Another batch of hash syntax changes to comment, this time around, I tried to... | AvnerCohen | 2012-10-23 | 1 | -5/+5 |
* | nodoc the first_or_create methods and document alternatives | Jon Leighton | 2012-10-19 | 1 | -37/+18 |
* | Add Relation#find_or_create_by and friends | Jon Leighton | 2012-10-19 | 1 | -0/+26 |
* | Move two hotspots to use Hash[] rather than Hash#dup | Aaron Patterson | 2012-10-15 | 1 | -3/+5 |
* | Remove mass_assignment_options from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -6/+6 |
* | Merge pull request #6606 from amatsuda/ar_relation_model_method | Rafael Mendonça França | 2012-08-21 | 1 | -0/+1 |
|\ |
|
| * | AR::Relation#model would be a better API than AR::Relation#klass | Akira Matsuda | 2012-06-03 | 1 | -0/+1 |
* | | Merge pull request #7133 from roshats/fix_update_all_with_blank_argument | Carlos Antonio da Silva | 2012-08-15 | 1 | -1/+3 |
|\ \ |
|
| * | | raise ArgumentError if list of attributes to change is empty in update_all | Roman Shatsov | 2012-08-14 | 1 | -1/+3 |
* | | | load active_support/deprecation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | | | load active_support/core_ext/object/blank in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |