| Commit message (Expand) | Author | Age | Files | Lines |
* | ActiveRecord::Base.scopes hash is not needed | Jon Leighton | 2011-04-12 | 1 | -2/+0 |
* | Evaluate default scopes at the last possible moment in order to avoid problem... | Jon Leighton | 2011-04-12 | 1 | -3/+14 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -6/+1 |
* | Use IM when trying to load records using ID. | Emilio Tagua | 2011-04-04 | 1 | -0/+3 |
* | Quote find_in_batches ORDER BY clause [#6620 state:resolved] | Andrew White | 2011-03-29 | 1 | -1/+1 |
* | pushing id insertion and prefetch primary keys down to Relation#insert | Aaron Patterson | 2011-03-22 | 1 | -3/+14 |
* | Fixed a bug when empty? was called on a grouped Relation that wasn't loaded | Chris Oliver | 2011-03-12 | 1 | -1/+4 |
* | Referencing a table via the ON condition in a join should force that table to... | Jon Leighton | 2011-03-07 | 1 | -1/+12 |
* | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 1 | -1/+3 |
* | only take the limit if there is a limit to take | Aaron Patterson | 2011-02-25 | 1 | -1/+1 |
* | Relation will delegate to AR::Base which already uses the Dynamic finders, so... | Aaron Patterson | 2011-02-22 | 1 | -8/+3 |
* | Adding new examples for update_all method | Rodrigo Navarro | 2011-02-20 | 1 | -0/+6 |
* | Adding examples | Rodrigo Navarro | 2011-02-20 | 1 | -0/+2 |
* | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -16/+22 |
|\ |
|
| * | primary keys should not be cleared on cache clear, fixing oracle tests | Aaron Patterson | 2011-02-08 | 1 | -1/+8 |
| * | ActiveRecord::Relation#primary_key should return a string, just like ActiveRe... | Jon Leighton | 2011-01-03 | 1 | -13/+6 |
| * | use the sql literal factory method | Aaron Patterson | 2010-12-24 | 1 | -1/+1 |
| * | stop the recursive insanity | Aaron Patterson | 2010-12-24 | 1 | -5/+10 |
| * | setting the primary key on the update manager | Aaron Patterson | 2010-12-24 | 1 | -0/+1 |
| * | fixed retrieval of primary key value in Ralation#insert method | Raimonds Simanovskis | 2010-12-23 | 1 | -1/+1 |
* | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2010-12-20 | 1 | -20/+35 |
|\| |
|
| * | stop delegating inserts to ARel, use the INSERT SQL ourselves | Aaron Patterson | 2010-12-16 | 1 | -1/+13 |
| * | avoid deprecate api | Aaron Patterson | 2010-12-02 | 1 | -1/+8 |
| * | removing more calls to deprecated methods | Aaron Patterson | 2010-12-02 | 1 | -1/+2 |
| * | just call join_sql against the manager object | Aaron Patterson | 2010-11-30 | 1 | -1/+1 |
| * | we already know it is already an array, so we do not need to make really real... | Aaron Patterson | 2010-11-30 | 1 | -1/+1 |
| * | shorten up scope_for_create | Aaron Patterson | 2010-11-30 | 1 | -7/+1 |
| * | Ruby 1.8, how does it work? | Aaron Patterson | 2010-11-30 | 1 | -1/+1 |
| * | removing arel 1.0 compatibility | Aaron Patterson | 2010-11-30 | 1 | -4/+1 |
| * | testing Relation#table_name | Aaron Patterson | 2010-11-30 | 1 | -0/+4 |
| * | cleaning up where_values_hash | Aaron Patterson | 2010-11-30 | 1 | -7/+7 |
* | | Don't change tests, fix code: if locking is enabled skip IM. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 |
* | | Query objects if readonly_value is false, skip them only if nil. | Emilio Tagua | 2010-11-19 | 1 | -3/+3 |
* | | implicit_readonly is not set until records are loaded, just check readonly_va... | Emilio Tagua | 2010-11-19 | 1 | -3/+2 |
* | | Don't use identity map if loading readonly records, this will prevent changin... | Emilio Tagua | 2010-11-19 | 1 | -2/+9 |
|/ |
|
* | only returning where values for the corresponding relation, also filtering wh... | Aaron Patterson | 2010-10-30 | 1 | -2/+7 |
* | exec returns an AR::Result | Aaron Patterson | 2010-10-26 | 1 | -1/+1 |
* | adding bind_values to relations | Aaron Patterson | 2010-10-26 | 1 | -1/+1 |
* | in regexps, the dot in a character class is not a metacharacter | Xavier Noria | 2010-10-15 | 1 | -1/+1 |
* | where_values_hash always returns a hash | Aaron Patterson | 2010-09-28 | 1 | -1/+1 |
* | Set attributes properly for model built from association with conditions [#55... | Marcelo Giorgi | 2010-09-28 | 1 | -1/+5 |
* | @klass also uses DynamicFinderMatch, so no need for it on the relation | Aaron Patterson | 2010-09-27 | 1 | -9/+0 |
* | fixed some issues with JSON encoding | Jakub Suder | 2010-09-07 | 1 | -1/+3 |
* | Improved indentation | Pratik Naik | 2010-09-06 | 1 | -7/+3 |
* | we should mark strings as SQL Literal values | Aaron Patterson | 2010-08-23 | 1 | -1/+1 |
* | While creating a new record using has_many create method default scope of chi... | Neeraj Singh | 2010-08-19 | 1 | -4/+7 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -4/+4 |
* | Removing most of the symbol to proc usage in Active Record | Prem Sichanugrist | 2010-08-13 | 1 | -2/+2 |
* | do not rely on arel class structure | Aaron Patterson | 2010-08-06 | 1 | -1/+3 |
* | updating documentation to ensure line does not exceed 100 columns | Neeraj Singh | 2010-08-02 | 1 | -6/+8 |