aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* stop calling to_sym when building arel nodes [CVE-2013-1854]Aaron Patterson2013-03-151-1/+1
* Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"Steve Klabnik2013-02-261-4/+0
* fixing call to columns hash. run the damn tests when you backport!Aaron Patterson2013-02-091-1/+1
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+4
* Merge pull request #9078 from senny/6865_ar_count_with_uniqRafael Mendonça França2013-02-021-1/+2
* Fix pluck when columns/tables are reserved words.Ian Lesperance2013-01-231-1/+1
* Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"Carlos Antonio da Silva2013-01-153-10/+6
* Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-081-1/+6
|\
| * * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-1/+6
* | backport #8403, no intermediate AR objects when eager loading.Yves Senn2012-12-041-2/+4
* | Merge pull request #4942 from bogdan/pluck_joinsJosé Valim2012-12-031-1/+6
* | Merge pull request #7983 from georgebrock/bug7950-squashedCarlos Antonio da Silva2012-11-163-6/+10
|\ \
| * | use bind values for join columnsAaron Patterson2012-11-103-6/+10
* | | Merge pull request #8209 from senny/backport_8176Rafael Mendonça França2012-11-131-1/+3
|\ \ \
| * | | backport #8176, `#pluck` can be used on a relation with `select` clause.Yves Senn2012-11-131-1/+3
| |/ /
* / / Use nil? instead of blank? to check dynamic finder resultNikita Afanasenko2012-11-131-1/+1
|/ /
* | Fix find_in_batches against string IDs when start option is not specified.Alexis Bernard2012-11-081-2/+2
* | start could be a stringSantiago Pastorino2012-11-081-1/+1
|/
* Ensure Arel columns are typecasted properly when grouping with calculationCarlos Antonio da Silva2012-06-251-3/+3
* Merge pull request #6842 from ernie/handle-non-strings-in-grouped-calculationsRafael Mendonça França2012-06-241-6/+17
* Additional fix for CVE-2012-2661Ernie Miller2012-06-111-3/+3
* Merge pull request #6698 from yahonda/address_ora_911_masterRafael Mendonça França2012-06-111-1/+1
* Merge pull request #6521 from Empact/throw-resultRafael Mendonça França2012-06-101-0/+2
* Minimal change to query generation of exists? that makes SQLServer and others...iaddict2012-06-101-1/+1
* Merge pull request #6695 from kennyj/fix_6635Rafael Mendonça França2012-06-101-5/+5
* predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-301-3/+3
* Return false for exists? with new records - fixes #6199.Andrew White2012-05-101-2/+1
* fix activerecord query_method regression with offset into FixnumDenis Jean2012-03-131-1/+1
* Add dynamic find_or_create_by_{attribute}! method.Andrew White2012-03-121-1/+1
* prepared statements can be disabledAaron Patterson2012-02-211-1/+1
* select doesn't take multiple arguments - fixes #4539 [ci skip]Vijay Dev2012-01-191-2/+2
* add documentation explaining reorder behaviorMatt Jones2012-01-111-0/+10
* Merge pull request #4282 from edgecase/order_after_reorderAaron Patterson2012-01-043-7/+17
* Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_idsAaron Patterson2011-12-281-1/+1
* Remove empty line.Marcos Tapajós2011-12-281-1/+0
* Closes #4208Marcos Tapajós2011-12-271-2/+3
* Make ActiveRecord::Relation#pluck work with serialized attributesJon Leighton2011-12-221-4/+4
* Do not raise an exception if an invalid route was generated automatically.José Valim2011-12-161-1/+1
* Set up delegations also for to_a and arel branches.José Valim2011-12-151-2/+9
* Move delegation reponsibilities of Relation to a module. Also precompile meth...José Valim2011-12-151-0/+42
* ActiveRecord::Relation#pluck methodBogdan Gusiev2011-11-301-0/+17
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-1/+1
* Fixes issue #3483, regarding using a mixture of ranges and discrete values in...Ryan Naughton2011-11-141-6/+8
* exclude ORDER BY clause when querying Relation#exists?Akira Matsuda2011-11-091-1/+1
* Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL queryJon Leighton2011-11-051-6/+24
* copy edits 908f2616Vijay Dev2011-09-201-4/+4
* Document ActiveRecord::QueryMethods#selectRyan Bigg2011-09-171-0/+29
* minor editVijay Dev2011-09-141-1/+1
* Add documentation for the extending method in ActiveRecord:QueryMethodsRyan Bigg2011-09-141-0/+36
* Merge pull request #2485 from akaspick/exists_fixJon Leighton2011-09-071-1/+3
|\