aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #23660 from meinac/change_x_gzip_to_gzipJon Moss2016-02-132-3/+3
|\ \ \ \ \ \
| * | | | | | Change x-gzip to gzip in docs [ci skip]Mehmet Emin İNAÇ2016-02-132-3/+3
* | | | | | | Merge pull request #23377 from bogdan/last-with-sqlEileen M. Uchitelle2016-02-134-17/+78
|\ \ \ \ \ \ \
| * | | | | | | Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-134-17/+78
* | | | | | | | Merge pull request #23654 from kamipo/fix_grammar_a_to_anJon Moss2016-02-1314-14/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-1314-14/+14
* | | | | | | | Merge pull request #23655 from y-yagi/add_missing_option_to_exampleKasper Timm Hansen2016-02-131-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | add missing name option to flash test example [ci skip]yuuji.yaginuma2016-02-131-2/+2
* | | | | | | | Merge pull request #23653 from kamipo/add_missing_author_nameVipul A M2016-02-131-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Add the missing author name [ci skip]Ryuta Kamizono2016-02-131-0/+2
|/ / / / / / / /
* / / / / / / / push kwargs up to the user facing APIAaron Patterson2016-02-123-13/+13
|/ / / / / / /
* | | | | | | Fix expected hash syntax.Kasper Timm Hansen2016-02-121-3/+3
* | | | | | | Prefer empty? to any?.Kasper Timm Hansen2016-02-121-1/+1
* | | | | | | Stop mutating return value.Kasper Timm Hansen2016-02-121-2/+3
* | | | | | | Inline `fetch_or_cache_partial`.Kasper Timm Hansen2016-02-121-10/+6
* | | | | | | Write to collection cache where the template is rendered.Kasper Timm Hansen2016-02-122-9/+15
|/ / / / / /
* | | | | | Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-122-16/+13
* | | | | | Check `partial_rendered_times` to clarify expectations.Kasper Timm Hansen2016-02-121-1/+4
* | | | | | Use Ruby 1.9 hash syntaxRafael Mendonça França2016-02-121-1/+1
* | | | | | Remove useless callable_cache_key? check.Kasper Timm Hansen2016-02-121-2/+1
* | | | | | Test collection caching with callable cache key.Kasper Timm Hansen2016-02-121-0/+25
* | | | | | the lookup context looks in the cwd, so prefix isn't necessaryAaron Patterson2016-02-121-2/+1
* | | | | | use a real LookupContext in the digest testsAaron Patterson2016-02-121-28/+6
| |_|_|/ / |/| | | |
* | | | | Remove single_template_render? method.Kasper Timm Hansen2016-02-121-5/+1
* | | | | Don't search in locals for cache_options.Kasper Timm Hansen2016-02-121-3/+1
* | | | | use assert_not_equal so there will be better error messagesAaron Patterson2016-02-121-1/+1
* | | | | use kwargs to avoid hash slicingAaron Patterson2016-02-121-3/+3
* | | | | Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-122-3/+12
|\ \ \ \ \
| * | | | | Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-112-3/+12
* | | | | | Add fixes accidentally removed.Kasper Timm Hansen2016-02-123-3/+4
* | | | | | Flesh out request encoding + response parsing changelog entry.Kasper Timm Hansen2016-02-121-2/+11
* | | | | | Merge pull request #23642 from tvon/chore/fix-path-omissionVipul A M2016-02-133-3/+3
|\ \ \ \ \ \
| * | | | | | Use correct path in documentation.Tom von Schwerdtner2016-02-123-3/+3
* | | | | | | Merge pull request #23641 from abhishekjain16/docs_fixVipul A M2016-02-123-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ci skip] Fix enqueuing spelling to maintain consistencyAbhishek Jain2016-02-123-3/+3
|/ / / / / /
* | | | | | Merge pull request #23639 from Gaurav2728/update_change_log_entry_action_packRafael França2016-02-122-3/+3
|\ \ \ \ \ \
| * | | | | | use rails instead of rakeGaurav Sharma2016-02-122-3/+3
|/ / / / / /
* | | | | | Merge pull request #23633 from maclover7/sec-releasingJon Moss2016-02-121-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update RELEASING_RAILS.mdJon Moss2016-02-121-1/+1
|/ / / / /
* | | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-argsKasper Timm Hansen2016-02-124-12/+10
|\ \ \ \ \
| * | | | | - Fixed and removed long arguments to rake routesVipul A M2016-02-124-12/+10
* | | | | | Merge pull request #23629 from prathamesh-sonpatki/fix-numbersप्रथमेश Sonpatki2016-02-121-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix numbers of steps to upgrade Rails [ci skip]Prathamesh Sonpatki2016-02-121-3/+3
|/ / / / /
* | | | | remove detail initialization metaprogrammingAaron Patterson2016-02-111-8/+12
* | | | | Merge pull request #23618 from hashbangnz/document-upgrade-processJon Moss2016-02-111-0/+15
|\ \ \ \ \
| * | | | | Improve wording in documentation changeLeslie Viljoen2016-02-121-3/+3
| * | | | | Document the upgrade processLeslie Viljoen2016-02-121-0/+15
* | | | | | Merge pull request #23546 from maclover7/cable-readme-updateJon Moss2016-02-111-8/+7
|\ \ \ \ \ \
| * | | | | | ActionCable README updatesJon Moss2016-02-081-8/+7
* | | | | | | Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1