| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | correctly flag changed attributes in AR::Store, combine multiple calls to sto... | Matt Jones | 2012-09-05 | 1 | -0/+1 |
* | | Fix pluck when columns/tables are reserved words. | Ian Lesperance | 2012-09-05 | 1 | -0/+3 |
|/ |
|
* | test cleanup, remove ruby_type because it's no longer needed | Yves Senn | 2012-09-03 | 1 | -4/+0 |
* | rewrite inheritance tests with a custom inheritance_column | Yves Senn | 2012-09-03 | 1 | -0/+10 |
* | set the configured #inheritance_column on #become (#7503) | Yves Senn | 2012-09-03 | 1 | -0/+14 |
* | Add a test to make sure preloading properly merges association and default sc... | Pratik Naik | 2012-08-28 | 2 | -0/+11 |
* | allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes... | Mikhail Dieterle | 2012-08-26 | 1 | -1/+1 |
* | reset_counters() was crashing when there were multiple belongs_to association... | Dave Desrochers | 2012-08-21 | 2 | -0/+6 |
* | Use method compilation for association methods | Jon Leighton | 2012-08-10 | 2 | -4/+3 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 1 | -2/+14 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 3 | -26/+36 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 3 | -1/+24 |
* | Revert "Removing composed_of from ActiveRecord." | Rafael Mendonça França | 2012-07-27 | 2 | -0/+13 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 6 | -15/+16 |
* | rm unnecessary test | Jon Leighton | 2012-07-20 | 2 | -5/+0 |
* | rm redundant test | Jon Leighton | 2012-07-20 | 1 | -2/+0 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 3 | -24/+1 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 15 | -134/+135 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 1 | -0/+2 |
* | Remove some aggregation tests related to composed_of | Carlos Antonio da Silva | 2012-06-28 | 1 | -1/+0 |
* | Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributes | Rafael Mendonça França | 2012-06-22 | 1 | -0/+2 |
|\ |
|
| * | made dynamic finders alias_attribute aware | Maximilian Schneider | 2012-06-22 | 1 | -0/+2 |
* | | Add some coverage for AR serialization with serializable_hash | Carlos Antonio da Silva | 2012-06-22 | 1 | -17/+32 |
* | | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -0/+5 |
|/ |
|
* | Removing composed_of from ActiveRecord. | Steve Klabnik | 2012-06-18 | 2 | -12/+0 |
* | Ensure that mass assignment options are preserved | Andrew White | 2012-06-10 | 1 | -1/+20 |
* | Refactor aggregation writer method | Carlos Antonio da Silva | 2012-05-21 | 1 | -1/+0 |
* | Merge pull request #6143 from senny/composed_of_converter_returns_nil | Aaron Patterson | 2012-05-21 | 1 | -0/+5 |
|\ |
|
| * | allow the :converter Proc form composed_of to return nil | Yves Senn | 2012-05-03 | 1 | -0/+5 |
* | | Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use... | Andrey Voronkov | 2012-05-09 | 1 | -0/+2 |
* | | Fix issue with private kernel methods and collection associations. Closes #2508 | Carlos Antonio da Silva | 2012-05-02 | 1 | -0/+5 |
* | | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 1 | -1/+1 |
* | | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 3 | -8/+8 |
* | | remove unnecessary test code | Jon Leighton | 2012-04-27 | 1 | -5/+1 |
* | | remove deprecated scope stuff | Jon Leighton | 2012-04-26 | 3 | -22/+2 |
* | | remove unused method | Jon Leighton | 2012-04-25 | 1 | -6/+0 |
* | | remove tests for #with_scope (it's now deprecated) | Jon Leighton | 2012-04-25 | 1 | -6/+0 |
* | | extract deprecated code | Jon Leighton | 2012-04-25 | 1 | -2/+2 |
* | | Adds test to check that circular preloading does not modify Model.unscoped (a... | Benedikt Deicke | 2012-04-03 | 1 | -0/+2 |
* | | Merge pull request #5334 from courtland/master | Jon Leighton | 2012-03-30 | 1 | -0/+6 |
|\ \ |
|
| * | | Tests for removing a HABTM association when optimistic locking is enabled. | Nick Rogers | 2012-03-07 | 1 | -0/+6 |
* | | | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 16 | -61/+62 |
* | | | Not need to pass join attributes to association build | Rafael Mendonça França | 2012-03-07 | 2 | -9/+9 |
* | | | Add test case to has_many through association when mass_assignment_sanitizer is | Rafael Mendonça França | 2012-03-05 | 3 | -0/+13 |
|/ / |
|
* | | added test for #3732 | Rick Martinez | 2012-02-10 | 3 | -1/+12 |
* | | Allow store to be a not null column. | Jeremy Walker | 2012-02-02 | 1 | -0/+1 |
* | | test_get_ids_for_ordered_association fixed | gregolsen | 2012-01-31 | 1 | -1/+1 |
* | | ids_reader method fixed, test added to has_many association | gregolsen | 2012-01-31 | 1 | -0/+1 |
* | | Fix bug where reset_counters resets the wrong counter cache. | David Peter | 2012-01-16 | 2 | -0/+8 |
* | | Deprecate inferred JOINs with includes + SQL snippets. | Jon Leighton | 2012-01-16 | 3 | -3/+6 |