| Commit message (Expand) | Author | Age | Files | Lines |
* | docs, AR already auto-detects primary keys. Closes #13946. [ci skip] | Yves Senn | 2014-02-05 | 1 | -2/+0 |
* | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923. | Yves Senn | 2014-02-03 | 1 | -0/+1 |
* | Add more tests for the dirty feature for enums | Rafael Mendonça França | 2014-01-21 | 1 | -0/+1 |
* | Make AR::Base#touch fire the after_commit and after_rollback callbacks | Harry Brundage | 2014-01-16 | 2 | -1/+17 |
* | Don't try to get the subclass if the inheritance column doesn't exist | Ujjwal Thaakar | 2014-01-14 | 1 | -0/+5 |
* | Remove warnings in test suite | Matthias Zirnstein | 2014-01-06 | 1 | -1/+1 |
* | Fix: ActiveRecord::Store TypeError conversion when using YAML coder | Thales Oliveira | 2014-01-06 | 1 | -0/+1 |
* | Remove method redefined warnings for test suite | Matthias Zirnstein | 2014-01-05 | 1 | -1/+1 |
* | make sure cached table name is a string. fixes #12582 | Aaron Patterson | 2013-12-12 | 1 | -0/+4 |
* | changed update counter to act on unscoped model | heruku | 2013-11-26 | 1 | -0/+4 |
* | Raise `RecordNotDestroyed` when children can't be replaced | Brian Thomas Storti | 2013-11-25 | 2 | -0/+7 |
* | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -0/+1 |
* | Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att... | Javan Makhmali | 2013-11-14 | 1 | -0/+2 |
* | define enum methods inside a `Module` to make them overwritable. | Yves Senn | 2013-11-05 | 1 | -0/+5 |
* | Explicit mapping for enum | Yury Korolev | 2013-11-02 | 1 | -0/+1 |
* | Fix to work on Ruby 1.9.3, example and changelog improvements | Carlos Antonio da Silva | 2013-11-02 | 1 | -2/+2 |
* | Added ActiveRecord::Base#enum for declaring enum attributes where the values ... | David Heinemeier Hansson | 2013-11-02 | 1 | -2/+4 |
* | Skip `include_values` from through associations chains for building target scope | Paul Nikitochkin | 2013-10-27 | 1 | -0/+3 |
* | scope_chain should not be mutated for other reflections | Neeraj Singh | 2013-10-14 | 5 | -0/+19 |
* | Port test from cf1904f to avoid future regression | Prem Sichanugrist | 2013-10-03 | 1 | -0/+5 |
* | adding a test to demonstrate how to use STI subclasses on the far right | Aaron Patterson | 2013-09-27 | 2 | -0/+3 |
* | Merge pull request #12359 from arthurnn/inverse_on_callbacks | Rafael Mendonça França | 2013-09-25 | 1 | -1/+5 |
|\ |
|
| * | Make sure inverse_of is visible on the has_many callbacks | Arthur Neves | 2013-09-25 | 1 | -1/+5 |
* | | adding a test for sti on middle tables with sorting on RHS | Aaron Patterson | 2013-09-23 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope | Rafael Mendonça França | 2013-09-16 | 1 | -0/+7 |
|\ |
|
| * | Collapse where constraints to one where constraint | Paul Nikitochkin | 2013-09-13 | 1 | -0/+7 |
* | | More unused associations in AR test models | Akira Matsuda | 2013-09-10 | 8 | -13/+0 |
* | | :scissors: [ci skip] | Carlos Antonio da Silva | 2013-09-10 | 1 | -1/+1 |
* | | change function def self.table_name to self.table_name | Rajarshi Das | 2013-09-10 | 2 | -5/+3 |
* | | Clean up unused associations in AR test model | Akira Matsuda | 2013-09-10 | 1 | -3/+0 |
|/ |
|
* | pk should not be required for hm:t associations | Aaron Patterson | 2013-08-29 | 1 | -0/+8 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 11 | -3/+21 |
|\ |
|
| * | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 11 | -3/+21 |
* | | Fixing multi-word automatic inverse detection. | wangjohn | 2013-08-15 | 2 | -0/+3 |
* | | Changing the def self.table_name to self.table_name in the column_name.rb | Karunakar (Ruby) | 2013-08-03 | 1 | -2/+2 |
* | | this code is dead, removing | Aaron Patterson | 2013-08-01 | 1 | -6/+0 |
|/ |
|
* | :scissors: [ci skip] | Carlos Antonio da Silva | 2013-07-25 | 1 | -1/+1 |
* | change function def self.table_name to self.table_name | Rajarshi Das | 2013-07-25 | 2 | -5/+3 |
* | More unused associations in AR test models | Akira Matsuda | 2013-07-25 | 8 | -13/+0 |
* | Clean up unused associations in AR test model | Akira Matsuda | 2013-07-25 | 1 | -3/+0 |
* | Make sure that a joins Relation can be merged with has_many :through + associ... | Akira Matsuda | 2013-07-10 | 1 | -1/+5 |
* | Dropped deprecated option `:restrict` for `:dependent` in associations | Neeraj Singh | 2013-07-03 | 1 | -7/+0 |
* | Removed support for deprecated `delete_sql` in associations. | Neeraj Singh | 2013-07-03 | 1 | -5/+0 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 3 | -16/+0 |
* | Removed support for deprecated `counter_sql` | Neeraj Singh | 2013-07-02 | 1 | -16/+1 |
* | Do not invoke callbacks when delete_all is called | Neeraj Singh | 2013-06-30 | 3 | -0/+13 |
* | Ambiguous reflections are on :through relationships are no longer supported. | Aaron Patterson | 2013-06-13 | 2 | -2/+2 |
* | Getting rid of the +automatic_inverse_of: false+ option in associations in favor | wangjohn | 2013-06-08 | 5 | -5/+5 |
* | Fix the `:primary_key` option for `has_many` associations. | Yves Senn | 2013-05-23 | 1 | -0/+1 |
* | Add test to AR's counter_cache_test.rb | Takehiro Adachi | 2013-05-18 | 1 | -0/+1 |