aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #30797 from y-yagi/fix_formatting_of_use_zoneRyuta Kamizono2017-10-041-4/+4
|\ \ \ \
| * | | | Fix formatting of `Time.use_zone` [ci skip]yuuji.yaginuma2017-10-041-4/+4
|/ / / /
* | | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-10-043-16/+16
* | | | Prefer official name PostgreSQL over PostgresRyuta Kamizono2017-10-041-2/+2
* | | | Merge pull request #30794 from yhirano55/fix_third_party_libs_listRyuta Kamizono2017-10-041-2/+2
|\ \ \ \
| * | | | Fix third-party system libraries list in ActiveStorage::Preview [ci skip]Yoshiyuki Hirano2017-10-041-2/+2
|/ / / /
* | | | Associate blobs with their attachmentsGeorge Claghorn2017-10-031-0/+2
* | | | Merge pull request #30786 from y-yagi/add_test_case_for_font_urlRyuta Kamizono2017-10-031-0/+26
|\ \ \ \
| * | | | Add test case for `font_url`yuuji.yaginuma2017-10-031-0/+26
* | | | | Merge pull request #30781 from mcmire/patch-1Guillermo Iguaran2017-10-021-23/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rails-ujs: Update READMEElliot Winkler2017-10-021-23/+18
|/ / / /
* | | | Merge pull request #30774 from atd/masterRyuta Kamizono2017-10-021-1/+1
|\ \ \ \
| * | | | Add link to Rack websiteAntonio Tapiador del Dujo2017-10-021-1/+1
|/ / / /
* | | | Make internal methods in `AbstractController::Rendering` to privateRyuta Kamizono2017-10-021-0/+1
* | | | Merge pull request #30763 from y-yagi/remove_unused_methodRyuta Kamizono2017-10-011-8/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused `new_credentials_configuration`yuuji.yaginuma2017-10-011-8/+0
|/ / /
* | | Merge pull request #30761 from patrickdavey/fix_broken_link_in_security_guideRyuta Kamizono2017-10-011-1/+1
|\ \ \
| * | | Fix broken link to recaptcha.net [ci skip]Patrick Davey2017-10-011-1/+1
* | | | Ensure `AliasTracker` respects a custom table nameRyuta Kamizono2017-09-303-6/+10
* | | | Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-306-29/+4
* | | | Merge pull request #30759 from y-yagi/remove_unused_methodsRyuta Kamizono2017-09-301-10/+0
|\ \ \ \
| * | | | Remove unused methods from `RenderPartialWithRecordIdentificationController`yuuji.yaginuma2017-09-301-10/+0
* | | | | Testing to ensure both bang and non-bang methods behaves consistentlyRyuta Kamizono2017-09-301-0/+23
| |/ / / |/| | |
* | | | Merge pull request #30756 from y-yagi/dont_use_active_support_where_it_is_not...Ryuta Kamizono2017-09-301-1/+1
|\ \ \ \
| * | | | Don't use Active Support where it is not needed.yuuji.yaginuma2017-09-301-1/+1
| |/ / /
* | | | Merge pull request #30755 from y-yagi/fix_method_refined_warningRyuta Kamizono2017-09-301-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix "warning: method redefined; discarding old test_scaffold_plural_names"yuuji.yaginuma2017-09-301-2/+2
|/ / /
* | | Fix `test "signed URL generation"` failureRyuta Kamizono2017-09-301-1/+1
* | | Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-301-1/+1
* | | Merge pull request #30735 from tjschuck/fix_doc_code_formattingEileen M. Uchitelle2017-09-291-33/+38
|\ \ \
| * | | Fix formatting in ActionDispatch::SSL middleware docsT.J. Schuck2017-09-271-33/+38
| |/ /
* | | Merge pull request #30746 from conradbeach/masterVipul A M2017-09-291-1/+1
|\ \ \
| * | | [ci skip] Fix typo.Conrad Beach2017-09-281-1/+1
|/ / /
* | | Preview PDFs and videosGeorge Claghorn2017-09-2836-68/+444
* | | Test for nil, people not likely to assign it false.Kasper Timm Hansen2017-09-281-2/+2
* | | Merge pull request #30709 from mikeycgto/actiondispatch-use-aead-encrypted-co...Kasper Timm Hansen2017-09-282-3/+28
|\ \ \
| * | | Fixes for use_authenticated_cookie_encryptionMichael Coyne2017-09-272-3/+28
* | | | Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-285-2/+44
* | | | Merge pull request #30736 from bogdanvlviv/fix-activestorage-package_json_ver...Ryuta Kamizono2017-09-281-1/+1
|\ \ \ \
| * | | | Set version in activestorage/package.json in proper format.bogdanvlviv2017-09-271-1/+1
* | | | | Merge pull request #30695 from mikker/add-asserts-enqueued-emails-withGeorge Claghorn2017-09-273-0/+92
|\ \ \ \ \
| * | | | | Add assert_enqueued_email_with to ActionMailer::TestHelperMikkel Malmberg2017-09-273-0/+92
* | | | | | Merge pull request #30471 from dylanahsmith/remove-redundant-trackerAaron Patterson2017-09-272-24/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | activerecord: Remove a redundant mutation trackerDylan Thacker-Smith2017-08-302-24/+10
* | | | | | Merge pull request #30729 from yalab/nested_scaffoldAaron Patterson2017-09-276-10/+75
|\ \ \ \ \ \
| * | | | | | scaffold nested name controller should be fine.yalab2017-09-276-10/+75
* | | | | | | Merge pull request #30614 from kami-zh/yarn-on-bin-updateJavan Makhmali2017-09-271-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Install JavaScript dependencies on updatekami-zh2017-09-161-0/+5
* | | | | | | | Add newlines before/after the `git_source` in bug report templatesRyuta Kamizono2017-09-2711-0/+22
* | | | | | | | Merge pull request #30728 from y-yagi/ensure_transform_keys_of_hwida_to_retur...Ryuta Kamizono2017-09-273-0/+16
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |