| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 1 | -0/+5 |
* | Make sure the tests pass in the case closer to described in #8195 | Rafael Mendonça França | 2012-12-10 | 1 | -1/+1 |
* | Do not instantiate intermediate AR objects when eager loading. | Yves Senn | 2012-12-04 | 1 | -0/+10 |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 2 | -0/+2 |
* | Initialize accessors to remove some warnings in Ruby 2.0 | Carlos Antonio da Silva | 2012-11-19 | 1 | -3/+2 |
* | Regression test for #7238 | Nikita Afanasenko | 2012-11-13 | 1 | -0/+6 |
* | :counter_cache option for to support custom named counter caches. Closes #7993 | Yves Senn | 2012-11-04 | 1 | -0/+1 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -35/+0 |
* | fix warning: method redefined | kennyj | 2012-10-02 | 1 | -1/+1 |
* | Fix reset_counters() crashing on has_many :through associations. | lulalala | 2012-10-02 | 1 | -1/+1 |
* | Revert "Fix find_in_batches with customized primary_key" | Santiago Pastorino | 2012-09-21 | 1 | -5/+0 |
* | Remove mass_assignment_options from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -3/+3 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 6 | -20/+0 |
* | Fix find_in_batches with customized primary_key | Toshiyuki Kawanishi | 2012-09-16 | 1 | -0/+5 |
* | refactor store_accessor | Matt Jones | 2012-09-13 | 1 | -1/+9 |
* | Fix nested association references | Jon Leighton | 2012-09-12 | 1 | -0/+1 |
* | Accept belongs_to assoc. keys in ActiveRecord queries | beerlington | 2012-09-11 | 1 | -0/+3 |
* | Merge pull request #7532 from al2o3cr/fix_store_bugs | Rafael Mendonça França | 2012-09-05 | 1 | -0/+1 |
|\ |
|
| * | 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 |