| Commit message (Expand) | Author | Age | Files | Lines |
* | Use method compilation for association methods | Jon Leighton | 2012-08-10 | 2 | -3/+3 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 2 | -67/+30 |
* | Fix #7191. Remove unnecessary transaction when assigning has_one associations. | kennyj | 2012-08-08 | 1 | -0/+13 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -2/+2 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 2 | -3/+3 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | s/scoped/scope/ | Jon Leighton | 2012-08-01 | 1 | -1/+1 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 2 | -18/+49 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 2 | -0/+171 |
* | AR::Relation#order: make new order prepend old one | Bogdan Gusiev | 2012-07-31 | 2 | -4/+4 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 13 | -247/+247 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 11 | -152/+152 |
* | Deprecate update_column in favor of update_columns. | Rafael Mendonça França | 2012-07-24 | 6 | -16/+16 |
* | rm unnecessary test | Jon Leighton | 2012-07-20 | 1 | -7/+0 |
* | rm redundant test | Jon Leighton | 2012-07-20 | 1 | -7/+0 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 2 | -171/+0 |
* | Fix class_eval without __FILE__ and __LINE__. | kennyj | 2012-07-18 | 1 | -2/+2 |
* | fix association :extend option | Jon Leighton | 2012-07-13 | 1 | -1/+1 |
* | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 1 | -0/+15 |
* | fix assertion arguments order | Jon Leighton | 2012-07-13 | 1 | -2/+2 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 2 | -1/+8 |
* | Remove ActiveRelation#inspect | Brian Cardarella | 2012-06-29 | 1 | -1/+1 |
* | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -3/+1 |
* | No need to cache table metadata in advance now that #6683 was merged. | Rafael Mendonça França | 2012-06-11 | 2 | -16/+0 |
* | Merge pull request #6492 from pmahoney/fair-connection-pool2 | Rafael Mendonça França | 2012-06-11 | 2 | -0/+7 |
|\ |
|
| * | Make connection pool fair with respect to waiting threads. | Patrick Mahoney | 2012-05-25 | 1 | -0/+3 |
| * | Cache metadata in advance to avoid extra sql statements while testing. | Yasuo Honda | 2012-05-25 | 1 | -0/+7 |
* | | Fix fragile #assert_queries implementation and usages. | Steve Jorgensen | 2012-06-09 | 2 | -4/+5 |
* | | Add tests to delete by fixnum or string id with has many through associations | Francesco Rodriguez | 2012-05-28 | 1 | -0/+20 |
* | | Fix failing build related to change in CollectionAssociation#delete | Carlos Antonio da Silva | 2012-05-29 | 1 | -1/+1 |
* | | Add support for CollectionAssociation#delete by Fixnum or String | Francesco Rodriguez | 2012-05-28 | 1 | -3/+17 |
|/ |
|
* | Ensure that CollectionAssociation#replace returns proper target | Piotr Sarnacki | 2012-05-19 | 1 | -2/+2 |
* | fix #delete_all with habtm with :delete_sql | Jon Leighton | 2012-05-18 | 1 | -0/+6 |
* | Perf: Don't load the association for #delete_all. | Jon Leighton | 2012-05-18 | 1 | -0/+12 |
* | quarantine deprecated tests | Jon Leighton | 2012-05-18 | 4 | -151/+9 |
* | Merge pull request #5453 from JonRowe/patch_uniq_has_and_belongs_to_many_when... | Aaron Patterson | 2012-05-16 | 1 | -0/+6 |
|\ |
|
| * | when using a preloaded array and the uniq flag is set then return the size of... | Jon Rowe | 2012-03-15 | 1 | -0/+6 |
* | | Fix CollectionAssociation#replace to return new target (closes #6231) | Piotr Sarnacki | 2012-05-16 | 1 | -0/+12 |
* | | Remove #=== quirk | Jon Leighton | 2012-05-11 | 2 | -11/+0 |
* | | CollectionProxy < Relation | Jon Leighton | 2012-05-11 | 4 | -7/+20 |
* | | Fix issue with private kernel methods and collection associations. Closes #2508 | Carlos Antonio da Silva | 2012-05-02 | 1 | -0/+5 |
* | | Remove unused assignments from activerecord tests | Mark Rushakoff | 2012-04-29 | 1 | -1/+0 |
* | | remove deprecated calls | Jon Leighton | 2012-04-27 | 6 | -64/+64 |
* | | more deprecations manually fixed | Jon Leighton | 2012-04-27 | 2 | -38/+38 |
* | | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 11 | -150/+150 |
* | | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 11 | -209/+209 |
* | | don't need this test | Jon Leighton | 2012-04-26 | 1 | -5/+0 |
* | | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 8 | -52/+47 |
* | | remove deprecate #all usage | Jon Leighton | 2012-04-26 | 1 | -1/+1 |
* | | remove deprecated #first calls | Jon Leighton | 2012-04-26 | 1 | -12/+1 |