| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed reflects_transaction_state. | wangjohn | 2013-01-20 | 1 | -1/+0 |
* | Created state for a transaction and added tests. | wangjohn | 2013-01-20 | 2 | -11/+25 |
* | fix anonymous class issue | David | 2013-01-20 | 1 | -0/+1 |
* | Improve relation docs about to_sql and where_values_hash | Carlos Antonio da Silva | 2013-01-19 | 1 | -4/+4 |
* | Merge pull request #8994 from Springest/fix_default_scope_update_all_delete_all | Jon Leighton | 2013-01-18 | 1 | -2/+2 |
|\ |
|
| * | Fix .update_all and .delete_all when using a condition on a joined table | Derek Kraan | 2013-01-11 | 1 | -2/+2 |
* | | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 4 | -8/+8 |
* | | Merge pull request #8989 from robertomiranda/use-rails-4-find-by | Guillermo Iguaran | 2013-01-18 | 4 | -8/+8 |
|\ \ |
|
| * | | User Rails 4 find_by | robertomiranda | 2013-01-18 | 4 | -8/+8 |
* | | | Undeprecate the :extend option | Jon Leighton | 2013-01-18 | 2 | -1/+3 |
* | | | CollectionProxy should be default scoped | Jon Leighton | 2013-01-18 | 1 | -0/+1 |
* | | | Merge pull request #8912 from senny/8879_association_empty_method | Jon Leighton | 2013-01-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | `CollectionAssociation#empty?` respects newly builded records | Yves Senn | 2013-01-13 | 1 | -1/+1 |
* | | | | iterates the RDoc of update_column(s) | Xavier Noria | 2013-01-18 | 1 | -13/+13 |
| |/ /
|/| | |
|
* | | | Refactor predicate builder when receiving empty hash | Carlos Antonio da Silva | 2013-01-17 | 1 | -4/+4 |
* | | | Don't rely on Hash key's ordering | Vitor Baptista | 2013-01-16 | 2 | -3/+5 |
* | | | Revert "Merge pull request #8930 from cordawyn/ordered_railties" | Carlos Antonio da Silva | 2013-01-15 | 1 | -1/+1 |
* | | | Merge pull request #8930 from cordawyn/ordered_railties | Carlos Antonio da Silva | 2013-01-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | rake railties:install:migrations respects the order of railties | Slava Kravchenko | 2013-01-14 | 1 | -1/+1 |
| |/ / |
|
* / / | Improve mysql database tasks handling to ensure we always rescue from an exce... | Carlos Antonio da Silva | 2013-01-15 | 1 | -9/+13 |
|/ / |
|
* | | Fix AR tests due to Mysql constant not being defined | Carlos Antonio da Silva | 2013-01-12 | 3 | -7/+5 |
* | | Bring back "database already exists" messages when running rake tasks | Carlos Antonio da Silva | 2013-01-12 | 4 | -13/+20 |
|/ |
|
* | Merge pull request #8568 from inossidabile/fix-in_clause_length | Jon Leighton | 2013-01-11 | 1 | -1/+1 |
|\ |
|
| * | Eager loading made to use relation's in_clause_length instead of host's one (... | Boris Staal | 2012-12-20 | 1 | -1/+1 |
* | | Merge pull request #8823 from acapilleri/target_reflection_has_associated_record | Carlos Antonio da Silva | 2013-01-08 | 1 | -5/+1 |
|\ \ |
|
| * | | target_reflection_has_associated_record? refactoring | Angelo Capilleri | 2013-01-08 | 1 | -5/+1 |
* | | | Merge pull request #8826 from acapilleri/different_target | Carlos Antonio da Silva | 2013-01-08 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | improved different_target conditions | Angelo Capilleri | 2013-01-08 | 1 | -2/+5 |
| |/ / |
|
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 5 | -58/+16 |
|\ \ \ |
|
| * | | | prefer american spelling of 'behavior' | Gosha Arinich | 2013-01-07 | 2 | -3/+3 |
| * | | | remove meaningless use of Relation#all | Akira Matsuda | 2013-01-03 | 3 | -4/+4 |
| * | | | wrong model name | Akira Matsuda | 2013-01-02 | 1 | -1/+1 |
| * | | | find + conditions is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -3/+3 |
| * | | | find_or_initialize_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -7/+0 |
| * | | | find_or_create_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 2 | -27/+2 |
| * | | | find_last_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -4/+3 |
| * | | | find_all_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -6/+3 |
| * | | | scoped_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -6/+0 |
* | | | | Ignore binds payload with nil column in AR log subscriber | Carlos Antonio da Silva | 2013-01-08 | 1 | -5/+7 |
* | | | | Merge pull request #8800 from acapilleri/primary_key | Andrew White | 2013-01-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | change unless !blank? to if blank? in get_primary_key | Angelo capilleri | 2013-01-08 | 1 | -1/+1 |
* | | | | | Fix named scope + class method example | Carlos Antonio da Silva | 2013-01-07 | 1 | -3/+1 |
|/ / / / |
|
* | | | | Use whitelist to pass valid connection parameters to PGConn. | Rafael Mendonça França | 2013-01-06 | 1 | -7/+10 |
* | | | | Remove the configuration key in the correct place | Rafael Mendonça França | 2013-01-06 | 1 | -3/+1 |
* | | | | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -3/+3 |
* | | | | Fix error when assigning NaN to an integer column | Tristan Harward | 2013-01-06 | 1 | -5/+1 |
* | | | | Missing require | Akira Matsuda | 2013-01-07 | 1 | -0/+2 |
* | | | | These are already required through AS/rails | Akira Matsuda | 2013-01-07 | 8 | -12/+0 |
* | | | | Remove unnecessary begin..rescue..end, use only rescue | Akira Matsuda | 2013-01-06 | 1 | -25/+23 |
* | | | | Support for PostgreSQL's ltree data type. | Rob Worley | 2013-01-04 | 2 | -1/+9 |