aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Collapse)AuthorAgeFilesLines
...
* allow merging a single where valueJon Leighton2012-04-251-1/+1
|
* Add documentation to the SpawnMethods#merge method.Mitch Crowe2012-04-171-0/+14
|
* extract deprecated code for #find, #first, #last, #allJon Leighton2012-04-131-105/+36
|
* extract deprecated #calculate codeJon Leighton2012-04-131-83/+25
|
* move code out to active_record_deprecated_findersJon Leighton2012-04-131-7/+2
|
* now we can just manipulate the values hash in #only and #exceptJon Leighton2012-04-132-32/+5
|
* use a hash to store relation valuesJon Leighton2012-04-133-30/+55
|
* doesn't make sense for select! to take a blockJon Leighton2012-04-131-8/+3
|
* remove apply_finder_options call from AssociationScopeJon Leighton2012-04-132-2/+2
|
* Make Relation#extending work like other value methodsJon Leighton2012-04-133-16/+9
|
* Add Relation#merge!Jon Leighton2012-04-131-9/+12
|
* assert valid keysJon Leighton2012-04-131-0/+5
|
* Allow Relation#merge to take a hashJon Leighton2012-04-132-46/+74
|
* we have no need for the ASSOCIATION_METHODS constantJon Leighton2012-04-132-3/+3
|
* refactoringJon Leighton2012-04-131-36/+45
|
* Extract clusterfuck method for surgeryJon Leighton2012-04-132-71/+92
|
* mention that coercion only happens when the primary key is an integer and ↵Reg Braithwaite2012-04-121-2/+2
| | | | use +to_i+ formatting
* Documents that ActiveRecord's find by id uses to_i to coerce its arguments ↵Reg Braithwaite2012-04-121-1/+3
| | | | to integers
* Add bang versions of relation query methods.Jon Leighton2012-04-121-84/+135
| | | | | The main reason for this is that I want to separate the code that does the mutating from the code that does the cloning.
* move apply_finder_options to active_record_deprecated_findersJon Leighton2012-04-121-22/+0
|
* Add Relation#find_by and Relation#find_by!Jon Leighton2012-03-301-0/+19
|
* Remove Arel::Relation constant from PredicateBuilder.Juanjo Bazán2012-03-271-2/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-271-1/+1
|\
| * Missing generated query for pluck method. Juanjo Bazán2012-03-271-1/+1
| | | | | | (and changed the use of true for a more database agnostic example).
* | Remove 'needless boolean casting'.Jack Chen (chendo)2012-03-261-1/+1
|/ | | | | "Predicates in Rails rely on standard Ruby semantics for boolean values and guarantee no singletons whatsoever." - @fxn
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-10/+0
|
* Add dynamic find_or_create_by_{attribute}! method.Andrew White2012-03-121-1/+1
|
* fix activerecord query_method regression with offset into FixnumDenis Jean2012-03-121-1/+1
| | | | | | add test to show offset query_methods on mysql & mysql2 change test to cover public API
* Merge pull request #5255 from carlosantoniodasilva/active-record-reviewPiotr Sarnacki2012-03-031-14/+13
|\ | | | | Refactor and cleanup in some ActiveRecord modules
| * Refactor and cleanup in some ActiveRecord modulesCarlos Antonio da Silva2012-03-031-14/+13
| | | | | | | | | | | | | | | | | | | | | | * Avoid double hash lookups in AR::Reflection when reflecting associations/aggregations * Minor cleanups: use elsif, do..end, if..else instead of unless..else * Simplify DynamicMatchers#respond_to? * Use "where" instead of scoped with conditions hash * Extract `scoped_by` method pattern regexp to constant * Extract noisy class_eval from method_missing in dynamic matchers * Extract readonly check, avoid calling column#to_s twice in persistence * Refactor predicate builder, remove some variables
* | Merge pull request #4984 from raghunadhd/change_orderhashVijay Dev2012-03-031-1/+1
|\ \ | |/ |/| Refactored code
| * Refactored codeRaghunadh2012-02-101-1/+1
| |
* | use bind values for join columnsAaron Patterson2012-02-273-6/+10
| |
* | use regular ruby for fewer method calls. we do not need :gift:s!Aaron Patterson2012-02-241-1/+4
| |
* | prepared statements can be disabledAaron Patterson2012-02-211-1/+1
| |
* | typecast columns based on the returned typesAaron Patterson2012-02-091-2/+14
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-091-2/+2
|\ | | | | | | | | Conflicts: activerecord/lib/active_record/relation/query_methods.rb
| * use appropriate words for docs of Model.noneRohit Arondekar2012-02-071-2/+2
| |
| * minor tidy up of none relation query methodRohit Arondekar2012-02-061-2/+2
| |
| * Fix code example in ActiveRecord::Relation#noneCarlos Antonio da Silva2012-02-011-3/+3
| |
* | AR::Relation#pluck: improve to work with joinsBogdan Gusiev2012-02-081-0/+3
| |
* | document the AR none method [ci skip]Vijay Dev2012-02-011-7/+7
|/
* Revert "Merge pull request #4746 from jenslukowski/issue4718"Aaron Patterson2012-01-311-8/+1
| | | | | This reverts commit 5cad7a0dba652f3e942e58087bc88ba5c5390edc, reversing changes made to bb842e8d2111e50b21a14b8bd6d89371a4b9cd68.
* Merge pull request #4805 from xuanxu/none_and_null_object_patternJon Leighton2012-01-311-0/+33
|\ | | | | Added `none` query method to return zero records.
| * Added `none` query method to return zero records.Juanjo Bazán2012-01-311-0/+33
| | | | | | And added NullRelation class implementing the null object pattern for the `Relation` class.
* | Merge pull request #4746 from jenslukowski/issue4718Aaron Patterson2012-01-311-1/+8
|\ \ | |/ |/| Test and fix for issue 4718
| * fix for Issue 4718Jens Lukowski2012-01-291-1/+8
| |
* | rewrites a couple of alternations in regexps as character classesXavier Noria2012-01-301-1/+1
|/ | | | | Character classes are the specific regexp construct to express alternation of individual characters.
* select doesn't take multiple arguments - fixes #4539 [ci skip]Vijay Dev2012-01-191-5/+5
| | | | | Also, fixed the bit about returning AM::MissingAttributeError. This seems to be fixed earlier in 3-2-stable only.
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-2/+2
| | | | | | See the CHANGELOG for details. Fixes #950.