| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-04-11 | 1 | -1/+1 |
|\ |
|
| * | minor copy editing | Neeraj Singh | 2013-03-30 | 1 | -1/+1 |
* | | Merge pull request #9996 from mikz/master | Jon Leighton | 2013-04-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | fix inverse_of association in block of new child | Michal Cichra | 2013-04-01 | 1 | -0/+1 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -1/+2 |
|\ \ |
|
| * | | explain method invertible_for [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+2 |
* | | | Do not use deprecate method [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+1 |
* | | | fix broken sentence [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | Adding a bang to method name of raise_on_type_mismatch. | wangjohn | 2013-03-21 | 1 | -1/+1 |
|/ |
|
* | No need to send public methods | Akira Matsuda | 2013-02-26 | 1 | -1/+1 |
* | prevent mass assignment of polymorphic type when using `build` | Yves Senn | 2012-11-22 | 1 | -1/+2 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-03 | 1 | -1/+1 |
|\ |
|
| * | fix a typo in comments to ActiveRecord::Associations::Association.stale_state | Andrii Dovgaliuk | 2012-10-24 | 1 | -1/+1 |
* | | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 1 | -1/+1 |
* | | Provide a call stack for deprecation warnings where needed. | Nikita Afanasenko | 2012-10-29 | 1 | -1/+1 |
|/ |
|
* | Fix destructive side effects from marshaling an association caused by 65843e1... | Jeremy Kemper | 2012-09-25 | 1 | -5/+2 |
* | Remove mass_assignment_options from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -3/+3 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -1/+1 |
* | load active_support/deprecation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | 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/+7 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -0/+8 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -1/+1 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -8/+0 |
* | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 1 | -5/+16 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 1 | -1/+5 |
* | Fix #5563. Should reflect the most recent change to either of association / id. | kennyj | 2012-04-13 | 1 | -1/+2 |
* | Some refactor for association. | kennyj | 2012-04-12 | 1 | -7/+1 |
* | Get a properly aliased_table_name, when we use a polymorphic association. | kennyj | 2012-04-04 | 1 | -1/+1 |
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -12/+1 |
* | Fix #5069 - Protect foreign key from mass assignment throught association bui... | Jean Boussier | 2012-03-05 | 1 | -1/+2 |
* | Initialize @stale_state to nil in association | Carlos Antonio da Silva | 2012-03-04 | 1 | -0/+1 |
* | added failing tests for has_many, has_one and belongs_to associations with st... | Jakub Kuźma | 2011-12-21 | 1 | -6/+1 |
* | Allow nested attributes in associations to update values in it's owner object... | Andrew Kaspick | 2011-12-14 | 1 | -0/+2 |
* | Fix private methods which are delegated to. This previously worked because Mo... | Jon Leighton | 2011-08-15 | 1 | -8/+8 |
* | Don't construct association scope in initializer. This yields a big performan... | Jon Leighton | 2011-07-07 | 1 | -6/+10 |
* | Assign the association attributes to the associated record before the before_... | Jon Leighton | 2011-06-30 | 1 | -0/+9 |
* | Allow polymorphic has_one to work when the association is set before the owne... | Jon Leighton | 2011-06-08 | 1 | -3/+1 |
* | When you add a record to a polymorphic has_one, you should be able to access ... | Jon Leighton | 2011-06-08 | 1 | -1/+1 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | Move the code which builds a scope for through associations into a generic As... | Jon Leighton | 2011-03-10 | 1 | -38/+6 |
* | Active Record typos. | R.T. Lechow | 2011-03-05 | 1 | -2/+2 |
* | Fix a couple of tests in join_model_test.rb which were failing when the ident... | Jon Leighton | 2011-03-04 | 1 | -2/+2 |
* | Rename target_klass to klass | Jon Leighton | 2011-02-21 | 1 | -7/+7 |
* | Delegate Association#options to the reflection, and replace 'reflection.optio... | Jon Leighton | 2011-02-21 | 1 | -6/+6 |
* | Associations - where possible, call attributes methods rather than directly a... | Jon Leighton | 2011-02-21 | 1 | -23/+23 |
* | Initialize @target instead asking if it is defined. | Emilio Tagua | 2011-02-18 | 1 | -1/+2 |
* | Reindent and remove wrong line left in merge by mistake. | Emilio Tagua | 2011-02-18 | 1 | -4/+3 |