Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | Only make deeply nested routes shallow when parent is shallow | Andrew White | 2014-04-11 | 2 | -3/+22 | |
| | * | | | | | | | | | | Add a failing test for a URL helper that was broken by a6b9ea2. | James Coglan | 2014-04-10 | 1 | -0/+18 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | docs, make association `autosave: true` examples runnable. Closes #14700 | Yves Senn | 2014-04-11 | 1 | -6/+9 | |
| * | | | | | | | | | | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 | Rafael Mendonça França | 2014-04-10 | 6 | -4/+32 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix insertion of records for hmt association with scope, fix #3548 | Ivan Antropov | 2013-11-17 | 6 | -4/+32 | |
| * | | | | | | | | | | | Merge pull request #14694 from heironimus/callback_guide | Rafael Mendonça França | 2014-04-10 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add after_commit/after_rollback to callback list | Kyle Heironimus | 2014-04-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | | Merge pull request #14695 from akshay-vishnoi/doc_changes | Rafael Mendonça França | 2014-04-10 | 1 | -14/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | / / / / / / / / | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | [ci skip] Remove false documentation | Akshay Vishnoi | 2014-04-11 | 1 | -14/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Remove warning of unused variable | Rafael Mendonça França | 2014-04-10 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'rm-uuid-fixtures' | Rafael Mendonça França | 2014-04-10 | 13 | -10/+149 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | No need to call send | Rafael Mendonça França | 2014-04-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge branch 'master' into rm-uuid-fixtures | Rafael Mendonça França | 2014-04-10 | 79 | -287/+783 | |
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Require action_controller before any other action_controller file | Rafael Mendonça França | 2014-04-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | Merge pull request #11656 from emre-basala/xml_mini_test | Rafael Mendonça França | 2014-04-10 | 1 | -1/+58 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add tests to ActiveSupport:XmlMini to_tag method | emre-basala | 2013-08-07 | 1 | -1/+58 | |
| * | | | | | | | | | | | | Merge pull request #14677 from JuanitoFatas/update-initialization-code-snippets | Rafael Mendonça França | 2014-04-10 | 1 | -53/+102 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | [ci skip] Update code snippets to latest master (initialization.md). | Juanito Fatas | 2014-04-10 | 1 | -53/+102 | |
| * | | | | | | | | | | | | Merge pull request #14679 from pbharadiya/master | Yves Senn | 2014-04-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Correct factual error for page not found | Parth Bharadiya | 2014-04-10 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / | +EOL | Akira Matsuda | 2014-04-10 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #11411 from dscataglini/master | Aaron Patterson | 2014-04-09 | 1 | -6/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | private method doesn't work for singleton methods defined this way | Diego Scataglini | 2013-07-12 | 1 | -6/+12 | |
| * | | | | | | | | | | | | Only call uniq on the conditional that actually needs it | Carlos Antonio da Silva | 2014-04-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Remove extra collect call | Carlos Antonio da Silva | 2014-04-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge pull request #14675 from laurocaetano/make_reflection_caches_works_with... | Aaron Patterson | 2014-04-09 | 2 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Make sure the reflection test is passing a String to the reflection | Lauro Caetano | 2014-04-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Make the aggregate_reflections cache work with strings as its keys. | Lauro Caetano | 2014-04-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | No need to call `to_sym` on reflection name, since the cache now works | Lauro Caetano | 2014-04-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | Make the reflections cache work with strings as its keys. | Lauro Caetano | 2014-04-09 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / | ||||||
| | | | * | | | | | | | | | Merge pull request #12016 from roderickvd/uuid_fixes | Rafael Mendonça França | 2014-04-04 | 13 | -10/+149 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | Auto-generate stable fixture UUIDs on PostgreSQL. | Roderick van Domburg | 2014-01-07 | 14 | -17/+154 | |
* | | | | | | | | | | | | | | use an array for bind params to simplify substitution | Aaron Patterson | 2014-04-12 | 3 | -19/+19 | |
* | | | | | | | | | | | | | | propogate bind values collected in arel to SQL generation | Aaron Patterson | 2014-04-11 | 3 | -1/+12 | |
* | | | | | | | | | | | | | | decouple the factory method from the constructing model | Aaron Patterson | 2014-04-10 | 3 | -10/+8 | |
* | | | | | | | | | | | | | | remove intelligence from StatementCache#initialize | Aaron Patterson | 2014-04-10 | 3 | -16/+18 | |
* | | | | | | | | | | | | | | stop caching the class on the statement cache object | Aaron Patterson | 2014-04-10 | 3 | -15/+15 | |
* | | | | | | | | | | | | | | fix ivar names and add reader methods | Aaron Patterson | 2014-04-10 | 1 | -7/+6 | |
* | | | | | | | | | | | | | | eagerly build the cacheable query builder | Aaron Patterson | 2014-04-10 | 1 | -13/+7 | |
* | | | | | | | | | | | | | | eagerly build the bind map | Aaron Patterson | 2014-04-10 | 1 | -8/+5 | |
* | | | | | | | | | | | | | | eagerly build the relation object | Aaron Patterson | 2014-04-10 | 1 | -8/+2 | |
* | | | | | | | | | | | | | | remove dead code | Aaron Patterson | 2014-04-10 | 1 | -7/+0 | |
* | | | | | | | | | | | | | | speed up parameter substitution | Aaron Patterson | 2014-04-09 | 1 | -2/+12 | |
* | | | | | | | | | | | | | | tests still pass when caching unprepared statements | Aaron Patterson | 2014-04-09 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | oops! Fix Gemfile. :bomb: | Aaron Patterson | 2014-04-09 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-09 | 3 | -3/+4 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #14671 from arthurnn/travis_memcache | Rafael Mendonça França | 2014-04-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | add services: memcache to travis | Arthur Neves | 2014-04-09 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #14668 from laurocaetano/source_option_with_string_value | Aaron Patterson | 2014-04-09 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | The `source` option for `has_many => through` should accept String | Lauro Caetano | 2014-04-09 | 2 | -3/+3 | |
| |/ / / / / / / / / / / / / |