| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Stop mutating return value. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+3 |
* | | | | | Inline `fetch_or_cache_partial`. | Kasper Timm Hansen | 2016-02-12 | 1 | -10/+6 |
* | | | | | Write to collection cache where the template is rendered. | Kasper Timm Hansen | 2016-02-12 | 2 | -9/+15 |
|/ / / / |
|
* | | | | Only write to collection cache if we have a callable cache key. | Kasper Timm Hansen | 2016-02-12 | 2 | -16/+13 |
* | | | | Check `partial_rendered_times` to clarify expectations. | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+4 |
* | | | | Use Ruby 1.9 hash syntax | Rafael Mendonça França | 2016-02-12 | 1 | -1/+1 |
* | | | | Remove useless callable_cache_key? check. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+1 |
* | | | | Test collection caching with callable cache key. | Kasper Timm Hansen | 2016-02-12 | 1 | -0/+25 |
* | | | | the lookup context looks in the cwd, so prefix isn't necessary | Aaron Patterson | 2016-02-12 | 1 | -2/+1 |
* | | | | use a real LookupContext in the digest tests | Aaron Patterson | 2016-02-12 | 1 | -28/+6 |
* | | | | Remove single_template_render? method. | Kasper Timm Hansen | 2016-02-12 | 1 | -5/+1 |
* | | | | Don't search in locals for cache_options. | Kasper Timm Hansen | 2016-02-12 | 1 | -3/+1 |
* | | | | use assert_not_equal so there will be better error messages | Aaron Patterson | 2016-02-12 | 1 | -1/+1 |
* | | | | use kwargs to avoid hash slicing | Aaron Patterson | 2016-02-12 | 1 | -3/+3 |
* | | | | Merge pull request #23611 from abhishekjain16/routes_options | Kasper Timm Hansen | 2016-02-12 | 2 | -3/+12 |
|\ \ \ \ |
|
| * | | | | Fixes routes to match verbs and path with -g option | Abhishek Jain | 2016-02-11 | 2 | -3/+12 |
* | | | | | Add fixes accidentally removed. | Kasper Timm Hansen | 2016-02-12 | 3 | -3/+4 |
* | | | | | Flesh out request encoding + response parsing changelog entry. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+11 |
* | | | | | Merge pull request #23642 from tvon/chore/fix-path-omission | Vipul A M | 2016-02-13 | 3 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | Use correct path in documentation. | Tom von Schwerdtner | 2016-02-12 | 3 | -3/+3 |
* | | | | | | Merge pull request #23641 from abhishekjain16/docs_fix | Vipul A M | 2016-02-12 | 3 | -3/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | [ci skip] Fix enqueuing spelling to maintain consistency | Abhishek Jain | 2016-02-12 | 3 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #23639 from Gaurav2728/update_change_log_entry_action_pack | Rafael França | 2016-02-12 | 2 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | use rails instead of rake | Gaurav Sharma | 2016-02-12 | 2 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #23633 from maclover7/sec-releasing | Jon Moss | 2016-02-12 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Update RELEASING_RAILS.md | Jon Moss | 2016-02-12 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-args | Kasper Timm Hansen | 2016-02-12 | 4 | -12/+10 |
|\ \ \ \ \ |
|
| * | | | | | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 4 | -12/+10 |
* | | | | | | Merge pull request #23629 from prathamesh-sonpatki/fix-numbers | प्रथमेश Sonpatki | 2016-02-12 | 1 | -3/+3 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Fix numbers of steps to upgrade Rails [ci skip] | Prathamesh Sonpatki | 2016-02-12 | 1 | -3/+3 |
|/ / / / / |
|
* | | | | | remove detail initialization metaprogramming | Aaron Patterson | 2016-02-11 | 1 | -8/+12 |
* | | | | | Merge pull request #23618 from hashbangnz/document-upgrade-process | Jon Moss | 2016-02-11 | 1 | -0/+15 |
|\ \ \ \ \ |
|
| * | | | | | Improve wording in documentation change | Leslie Viljoen | 2016-02-12 | 1 | -3/+3 |
| * | | | | | Document the upgrade process | Leslie Viljoen | 2016-02-12 | 1 | -0/+15 |
* | | | | | | Merge pull request #23546 from maclover7/cable-readme-update | Jon Moss | 2016-02-11 | 1 | -8/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | ActionCable README updates | Jon Moss | 2016-02-08 | 1 | -8/+7 |
* | | | | | | | Memoize `parsed_body`. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 |
* | | | | | | | [ci skip] Mention `parsed_body` in docs. | Kasper Timm Hansen | 2016-02-11 | 1 | -2/+1 |
* | | | | | | | [ci skip] Fix syntax error in CHANGELOG example. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 |
* | | | | | | | Make `parsed_body` extract parser from the content type. | Kasper Timm Hansen | 2016-02-11 | 4 | -6/+20 |
* | | | | | | | Don't capture the MissingTemplate exception. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 |
* | | | | | | | Oops. :cut: | Aaron Patterson | 2016-02-11 | 1 | -6/+0 |
* | | | | | | | follow indentation rules | Aaron Patterson | 2016-02-11 | 1 | -5/+11 |
* | | | | | | | make the logger method always return something | Aaron Patterson | 2016-02-11 | 1 | -4/+9 |
* | | | | | | | Merge pull request #18109 from k0kubun/unscoped-joins | Sean Griffin | 2016-02-11 | 4 | -6/+29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Allow `joins` to be unscoped | Takashi Kokubun | 2016-01-31 | 4 | -6/+31 |
* | | | | | | | | Merge pull request #23581 from diego-silva/uniqueness-validator-pk-fix | Sean Griffin | 2016-02-11 | 2 | -1/+12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | UniquenessValidator exclude itself when PK changed | Diego Silva | 2016-02-09 | 2 | -1/+12 |
* | | | | | | | | | Ensure prepared statement caching still occurs with Adequate Record | Sean Griffin | 2016-02-11 | 4 | -7/+7 |
* | | | | | | | | | Merge pull request #23605 from y-yagi/remove_warnings_in_finder_methods | Kasper Timm Hansen | 2016-02-11 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|