aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation.rb
Commit message (Expand)AuthorAgeFilesLines
* where_values_hash always returns a hashAaron Patterson2010-09-281-1/+1
* Set attributes properly for model built from association with conditions [#55...Marcelo Giorgi2010-09-281-1/+5
* @klass also uses DynamicFinderMatch, so no need for it on the relationAaron Patterson2010-09-271-9/+0
* fixed some issues with JSON encodingJakub Suder2010-09-071-1/+3
* Improved indentationPratik Naik2010-09-061-7/+3
* we should mark strings as SQL Literal valuesAaron Patterson2010-08-231-1/+1
* While creating a new record using has_many create method default scope of chi...Neeraj Singh2010-08-191-4/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-2/+2
* do not rely on arel class structureAaron Patterson2010-08-061-1/+3
* updating documentation to ensure line does not exceed 100 columnsNeeraj Singh2010-08-021-6/+8
* reducing function calls and using faster methods for testingAaron Patterson2010-07-301-7/+7
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+1
* adding a reader for loaded, initializing @loaded to falseAaron Patterson2010-07-201-6/+3
* enable AS::JSON.encode to encode AR::Relation by providing `as_json` methodMislav Marohnić2010-07-131-1/+3
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-081-2/+1
* Tidy up deprecation message for with_exclusive_scope.José Valim2010-06-291-1/+1
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-291-20/+23
* blocks removed from all the ActiveRelation query_methods, extend method added...Santiago Pastorino2010-06-261-0/+9
* adding fix for to_xml for ActiveRecord relation objectNeeraj Singh2010-06-231-1/+1
* ActiveRecord's relation object should respond to to_json and to_yamlNeeraj Singh2010-06-231-1/+1
* Adds basic description and title.Rizwan Reza2010-06-161-2/+6
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* ignore raw_sql_ table alias that is used by Oracle adapterRaimonds Simanovskis2010-06-041-1/+2
* downcase table names in aliased_table_name_for and references_eager_loaded_ta...Raimonds Simanovskis2010-06-041-2/+4
* Make Relation#inspect less noisyPratik Naik2010-04-021-0/+4
* Goodbye ActiveRecord::NamedScope::ScopePratik Naik2010-04-021-0/+11
* Oops :extends is not a MULTI_VALUE_METHODPratik Naik2010-04-021-1/+1
* Add Relation extensionsPratik Naik2010-04-021-2/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* From and lock should be defined to be consistent with other ivars. Limit and ...Emilio Tagua2010-03-221-5/+2
* cleaning up many more warnings in activerecord [#4180 state:resolved]Aaron Patterson2010-03-151-0/+3
* cleaning up some test warningsAaron Patterson2010-03-141-0/+5
* removing spawn from SpawnMethodsAaron Patterson2010-03-101-0/+4
* Move batch finders to RelationPratik Naik2010-02-121-1/+1
* Relation should respond to class methodsPratik Naik2010-01-221-1/+1
* Allow calling class methods on a RelationPratik Naik2010-01-221-0/+2
* Supplying Arel::SqlLiteral is much fasterPratik Naik2010-01-211-2/+5
* Use @limit_value and @offset_value instead of calling arelPratik Naik2010-01-201-1/+1
* Move update and update_all to RelationPratik Naik2010-01-201-0/+64
* Dont delegate Relation#update to arelPratik Naik2010-01-201-1/+1
* Delegate delete_all to RelationPratik Naik2010-01-201-2/+19
* Move destroy to RelationPratik Naik2010-01-201-0/+27
* Remove Base.delete as it's same as Relation#deletePratik Naik2010-01-201-0/+20
* Make Relation#destroy_all handle all the casesPratik Naik2010-01-201-3/+33
* Delegate all finders to RelationPratik Naik2010-01-201-2/+0
* Remove Relation#where_clausePratik Naik2010-01-191-5/+1
* Give preference to to_a over arel from Relation#method_missingPratik Naik2010-01-191-3/+4
* Rename CalculationMethods to Calculations and get rid of the old Calculations...Pratik Naik2010-01-191-1/+1
* Add Relation#construct_relation_for_association_calculations for calculations...Pratik Naik2010-01-191-4/+7