1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/relation
Aaron Patterson 8f5647e9c5 Merge branch 'master' into joindep
* master: (23 commits)
  Escape the parentheses in the default function regexp
  Update docs on Tilt::Template in Asset Pipeline guide
  Fix loading a sql structure file on postgres when the file's path has whitespace in it
  remove trailing whitespace added with b057765 [ci skip].
  Allow unscope to work with `where.not`
  Raise an exception when model without primary key calls .find_with_ids
  Process sub-query relation's binding values
  Instrument the generation of Action Mailer messages
  Remove extra variable creation and merge.
  In Relation#empty? use #exists? instead of #count.
  [ci skip] avoid deprecation warning in sample code
  Convert Fixnum into String the port number in MySQL
  Fix some indentation on autosave association
  Make define_non_cyclic_method simpler
  Add Sass gobbling info to asset pipeline docs
  Ensure the state is clean after one failure
  Fix typo in form_helper.rb
  add a new local variable to track if digests are being stored, to ensure the cleanup works correctly
  [ci skip] Fix number of methods added by association.
  update digestor code based on review
  ...
2013-10-21 14:59:14 -07:00
..
predicate_builder Add ability to specify how a class is converted to Arel predicate 2013-07-28 13:12:20 -06:00
batches.rb skiping => skipping 2013-09-17 11:51:44 +05:30
calculations.rb Stop accepting options for Relation#average, Relation#minimum, Relation#maximum, Relation#calculate, perform_calculation, NullRelation#calculate as they isn't used anymore. 2013-10-14 00:04:10 +05:30
delegation.rb Deprecate the delegation of Array bang methods in ActiveRecord::Delegation 2013-09-04 01:32:27 -07:00
finder_methods.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
merger.rb stuff the join dependency object in the "anything goes" hash. 2013-10-10 14:12:04 -07:00
predicate_builder.rb check class hierarchy with is_a? in PredicateBuilder.expand 2013-08-27 15:47:21 +03:00
query_methods.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
spawn_methods.rb add a specific factory method rather than using new 2013-07-23 14:43:32 -07:00