| Commit message (Expand) | Author | Age | Files | Lines |
* | Only merge scopes with zero arity in has_many through | Agis- | 2014-08-20 | 2 | -0/+3 |
* | Fixes the `Relation#exists?` to work with polymorphic associations. | Kassio Borges | 2014-08-18 | 1 | -0/+1 |
* | Address ORA-00972: identifier is too long when tested with Oracle | Yasuo Honda | 2014-07-14 | 2 | -2/+3 |
* | Move writing unknown column exception to null attribute | Sean Griffin | 2014-06-26 | 1 | -0/+1 |
* | Deprecate automatic counter caches on has_many :through | Sean Griffin | 2014-06-26 | 2 | -2/+2 |
* | Merge pull request #15772 from nbudin/sti_through_bug | Rafael Mendonça França | 2014-06-19 | 1 | -0/+7 |
|\ |
|
| * | Don't include inheritance column in the through_scope_attributes | Nat Budin | 2014-06-17 | 1 | -1/+8 |
* | | Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace... | Rafael Mendonça França | 2014-06-19 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of | Rafael Mendonça França | 2014-06-13 | 2 | -0/+2 |
|\ |
|
| * | use name specified by 'as' for automatic inverse association to avoid reflect... | Andrew S. Brown | 2014-06-10 | 2 | -0/+2 |
* | | Fix regression on eager loading association based on SQL query rather | Lauro Caetano | 2014-06-03 | 1 | -0/+12 |
|/ |
|
* | Revert "Merge pull request #14544 from jefflai2/named_scope_sti" | Rafael Mendonça França | 2014-05-21 | 2 | -5/+0 |
* | build fix, use lambda syntax that ruby 1.9.3 understands. | Yves Senn | 2014-05-21 | 1 | -1/+1 |
* | Fix polymorphic eager load with foreign_key as String. | Lauro Caetano | 2014-05-20 | 1 | -0/+3 |
* | Merge pull request #14544 from jefflai2/named_scope_sti | Rafael Mendonça França | 2014-05-20 | 2 | -0/+5 |
|\ |
|
| * | Fixes Issue #13466. | Jefferson Lai | 2014-04-23 | 2 | -0/+5 |
* | | test, inline `DeveloperWithAggregate`, which is used by a single test. | Yves Senn | 2014-05-19 | 1 | -6/+0 |
* | | Merge pull request #14871 from kassio/kb-fixes-namespaced-habtm | Rafael Mendonça França | 2014-05-14 | 3 | -0/+8 |
|\ \ |
|
| * | | Fix how to compute class name on habtm namespaced. | Kassio Borges | 2014-05-13 | 3 | -0/+8 |
* | | | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master | Rafael Mendonça França | 2014-05-14 | 2 | -0/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make filter_binds filter out symbols that are equal to strings | Nat Budin | 2014-05-14 | 2 | -0/+17 |
|/ / |
|
* | | Fix broken proc syntax for 1.9.3 | Arthur Neves | 2014-05-09 | 1 | -1/+1 |
* | | test, regression test for has_many with instance dependent scope. | Yves Senn | 2014-05-09 | 1 | -0/+2 |
* | | Fixed HABTM's CollectionAssociation size | Fred Wu | 2014-05-08 | 1 | -0/+2 |
* | | Add support for module-level table_suffix in models | Jenner LaFave | 2014-05-05 | 1 | -0/+18 |
* | | Merge pull request #14978 from bogdan/relation-join | Rafael Mendonça França | 2014-05-05 | 1 | -0/+4 |
|\ \ |
|
| * | | Put back Relation#join method as a delegate to Array | Bogdan Gusiev | 2014-05-05 | 1 | -0/+4 |
* | | | Get rid of unused method in AR Post test model | Carlos Antonio da Silva | 2014-05-05 | 1 | -4/+0 |
|/ / |
|
* | | Fixed custom validation context bug where child | Eric Chahin | 2014-05-01 | 2 | -0/+12 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-25 | 2 | -0/+6 |
|\ \ |
|
| * \ | Merge pull request #14573 from habermann24/has_many_through_fix | Rafael Mendonça França | 2014-04-22 | 2 | -0/+6 |
| |\ \ |
|
| | * | | Properly handle scoping with has_many :through. Fixes #14537. | Jan Habermann | 2014-04-03 | 2 | -0/+6 |
* | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-20 | 1 | -1/+0 |
|\| | | |
|
| * | | | Remove outdated comment | Rafael Mendonça França | 2014-04-14 | 1 | -1/+0 |
* | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-14 | 3 | -0/+8 |
|\| | | |
|
| * | | | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 | Rafael Mendonça França | 2014-04-10 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Fix insertion of records for hmt association with scope, fix #3548 | Ivan Antropov | 2013-11-17 | 1 | -0/+2 |
| * | | | | Merge branch 'master' into rm-uuid-fixtures | Rafael Mendonça França | 2014-04-10 | 4 | -2/+11 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge pull request #12016 from roderickvd/uuid_fixes | Rafael Mendonça França | 2014-04-04 | 2 | -0/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | Auto-generate stable fixture UUIDs on PostgreSQL. | Roderick van Domburg | 2014-01-07 | 2 | -0/+6 |
* | | | | | | | propogate bind values collected in arel to SQL generation | Aaron Patterson | 2014-04-11 | 1 | -0/+2 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | The `source` option for `has_many => through` should accept String | Lauro Caetano | 2014-04-09 | 1 | -2/+2 |
* | | | | | | Fix the test defining the models in the right place | Rafael Mendonça França | 2014-04-04 | 2 | -0/+5 |
* | | | | | | Merge pull request #14562 from jefflai2/collection_proxy | Rafael Mendonça França | 2014-04-04 | 1 | -0/+4 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | CollectionProxy uses the arel of its association's scope. | Jefferson Lai | 2014-04-02 | 1 | -0/+4 |
| | |_|/ /
| |/| | | |
|
* / | | | | Fix error when using `with_options` with lambda. | Lauro Caetano | 2014-04-03 | 2 | -0/+6 |
|/ / / / |
|
* | | | | Merge pull request #14154 from al2o3cr/issue12770 | Aaron Patterson | 2014-03-27 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Pass a base relation to build_default_scope when joining | Matt Jones | 2014-02-21 | 1 | -0/+1 |
* | | | | | AR .persisted? throws SystemStackError for an unsaved model with a | chrisfinne | 2014-03-27 | 1 | -0/+2 |
| |_|_|/
|/| | | |
|
* | | | | Obey `validate: false` option for habtm | Carlos Antonio da Silva | 2014-03-14 | 2 | -0/+14 |