aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation.rb
Commit message (Expand)AuthorAgeFilesLines
* avoid deprecate apiAaron Patterson2010-12-021-1/+8
* removing more calls to deprecated methodsAaron Patterson2010-12-021-1/+2
* just call join_sql against the manager objectAaron Patterson2010-11-301-1/+1
* we already know it is already an array, so we do not need to make really real...Aaron Patterson2010-11-301-1/+1
* shorten up scope_for_createAaron Patterson2010-11-301-7/+1
* Ruby 1.8, how does it work?Aaron Patterson2010-11-301-1/+1
* removing arel 1.0 compatibilityAaron Patterson2010-11-301-4/+1
* testing Relation#table_nameAaron Patterson2010-11-301-0/+4
* cleaning up where_values_hashAaron Patterson2010-11-301-7/+7
* only returning where values for the corresponding relation, also filtering wh...Aaron Patterson2010-10-301-2/+7
* exec returns an AR::ResultAaron Patterson2010-10-261-1/+1
* adding bind_values to relationsAaron Patterson2010-10-261-1/+1
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* 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