aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip]Add info for specifying logger in different envrionments.Kuldeep Aggarwal2016-02-271-1/+1
* :scissors:Rafael Mendonça França2016-02-261-2/+2
* Merge pull request #23917 from chashmeetsingh/patch-1Rafael Mendonça França2016-02-261-1/+3
|\
| * Create tmp folder if not presentChashmeet Singh2016-02-271-1/+3
* | Merge pull request #23920 from ianks/masterRafael França2016-02-261-1/+1
|\ \ | |/ |/|
| * Specify plaform: :mri for byebugIan Ker-Seymer2016-02-261-1/+1
|/
* Merge pull request #23915 from sikachu/pr-23710-updateRafael França2016-02-263-3/+30
|\
| * Add CHANGELOG entry for "Rendering ..." loggingPrem Sichanugrist2016-02-261-0/+6
| * Update to use Subscriber#start insteadPrem Sichanugrist2016-02-262-7/+15
| * Added log "Rendering ...", when starting to render a template, to log that we...Vipul A M2016-02-263-3/+16
* | Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an...Jeremy Daer2016-02-261-2/+6
|\ \ | |/ |/|
| * Use redis_connector to create redis connections for both subscriptions and br...Pratik Naik2016-02-261-2/+6
* | Merge pull request #23906 from schneems/schneems/puma-3-0Richard Schneeman2016-02-262-1/+6
|\ \
| * | [close #23681] Use puma 3.0.0+ schneems2016-02-262-1/+6
|/ /
* | Merge pull request #23902 from prajakta-tambe/update-debuggings-rails-app-docप्रथमेश Sonpatki2016-02-261-5/+5
|\ \
| * | - Changed Debugging Rails Applications doc's logger introduction section. Cha...prajakta2016-02-261-5/+5
* | | Merge pull request #23899 from y-yagi/fix_typo_in_pull_request_templateप्रथमेश Sonpatki2016-02-261-1/+1
|\ \ \
| * | | fix typo in pull_request_template [ci skip]yuuji.yaginuma2016-02-261-1/+1
|/ / /
* | | :nail_care:Arthur Nogueira Neves2016-02-251-1/+1
* | | The async.callback call should live with the hijackMatthew Draper2016-02-261-4/+5
* | | Merge pull request #23738 from maclover7/issue-templateRafael França2016-02-252-0/+33
|\ \ \
| * | | Add `issue_template.md` and `pull_request_template.md`Jon Moss2016-02-182-0/+33
* | | | :nail_care:Rafael Mendonça França2016-02-251-2/+2
* | | | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-256-8/+69
|\ \ \ \
| * | | | Update documentation and deprecation messagePrathamesh Sonpatki2016-02-251-3/+3
| * | | | Add CHANGELOG entryPrathamesh Sonpatki2016-02-251-0/+4
| * | | | Added deprecation for older appsPrathamesh Sonpatki2016-02-252-8/+28
| * | | | Old applications will not get the ssl_options initializerPrathamesh Sonpatki2016-02-252-0/+33
| * | | | New applications will be generated with ssl_options to enable HSTS with subdo...Prathamesh Sonpatki2016-02-251-0/+4
| * | | | HSTS without IncludeSubdomains is often uselessEgor Homakov2016-02-251-1/+1
* | | | | Merge pull request #23846 from y-yagi/correctly_check_ApplicationRecord_in_mo...Rafael França2016-02-253-11/+31
|\ \ \ \ \
| * | | | | correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-253-11/+31
* | | | | | Merge pull request #23887 from jrafanie/fix_uniqueness_validation_on_after_cr...Matthew Draper2016-02-262-1/+19
|\ \ \ \ \ \
| * | | | | | Fix uniqueness validation with an after_create hook.Joe Rafaniello2016-02-252-1/+19
* | | | | | | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-263-21/+2
* | | | | | | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-268-127/+16
* | | | | | | Merge pull request #23889 from claudiob/fix-getting-startedClaudio B2016-02-251-16/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Doc: update AC::Parameters guides for Rails 5claudiob2016-02-251-2/+2
| * | | | | | Doc: update routes guides for Rails 5claudiob2016-02-251-14/+18
|/ / / / / /
* | | | | | Merge pull request #23874 from st0012/update-documentsAndrew White2016-02-251-1/+3
|\ \ \ \ \ \
| * | | | | | Add config.debug_exception_response_format into configuration guideStan Lo2016-02-251-0/+2
| * | | | | | Update config.force_ssl's documentationStan Lo2016-02-251-1/+1
| | |/ / / / | |/| | | |
* | | | | | Additional review of 6b31761.Kasper Timm Hansen2016-02-253-3/+2
* | | | | | Merge pull request #23827 from rails/new_implicit_renderGodfrey Chan2016-02-2514-57/+235
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-2514-57/+235
|/ / / / /
* | | | | Merge pull request #23843 from maclover7/fix-23471Matthew Draper2016-02-253-10/+29
|\ \ \ \ \
| * | | | | Only hijack Rack socket when first neededJon Moss2016-02-243-10/+29
* | | | | | Merge pull request #23863 from delftswa2016/fix-readme-headingJon Moss2016-02-243-4/+4
|\ \ \ \ \ \
| * | | | | | Fix title of README according to Markdown conventionsAaron Ang2016-02-253-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #23488 from maclover7/actioncable-defaultsMatthew Draper2016-02-2512-21/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |