aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* redis-rb 4.0 supportJeremy Daer2017-10-081-1/+1
* Implement H2 Early Hints for Railseileencodes2017-10-041-1/+7
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+6
* Merge pull request #30729 from yalab/nested_scaffoldAaron Patterson2017-09-274-10/+39
|\
| * scaffold nested name controller should be fine.yalab2017-09-274-10/+39
* | 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
* | Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-252-16/+16
* | Merge pull request #30693 from yhirano55/refactor_css_scaffold_generatorKasper Timm Hansen2017-09-241-3/+3
|\ \
| * | Refactor Css::Generators::ScaffoldGeneratorYoshiyuki Hirano2017-09-251-3/+3
* | | Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+1
* | | Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-1/+4
|/ /
* | Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-221-2/+2
* | Merge pull request #30657 from yhirano55/fix_restful_wordingRyuta Kamizono2017-09-201-1/+1
|\ \
| * | Use RESTful instead of restfulYoshiyuki Hirano2017-09-201-1/+1
* | | Use credentials in `storage.yml` templateyuuji.yaginuma2017-09-201-1/+1
* | | Use credentials, not secrets, for Active Storage (#30650)Claudio B2017-09-192-5/+5
* | | Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-1/+1
|/ /
* | Add `mini_magick` to default `Gemfile` as commentYoshiyuki Hirano2017-09-171-0/+3
* | Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-1712-24/+0
|/
* Inline the lone add_master_key_file_silently use.Kasper Timm Hansen2017-09-141-5/+1
* Merge pull request #30582 from y-yagi/do_no_add_master_key_and_credentialsKasper Timm Hansen2017-09-141-0/+4
|\
| * Do not add master key and credentials when `pretend` option is specifiedyuuji.yaginuma2017-09-121-0/+4
* | Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignoreKasper Timm Hansen2017-09-143-17/+15
|\ \
| * | Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-143-17/+15
| |/
* / [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-132-3/+3
|/
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-118-22/+293
* Explicitly require `test_unit/reporter` in test helperyuuji.yaginuma2017-09-041-0/+1
* Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_methodMatthew Draper2017-08-311-5/+10
|\
| * Support multiple versions arguments for `gem` method of GeneratorsYoshiyuki Hirano2017-08-191-5/+10
* | Fix `can't modify frozen String` error in `DBConsole`yuuji.yaginuma2017-08-291-1/+1
* | Merge pull request #30370 from yhirano55/fix_indentation_in_secrets_yaml_temp...Kasper Timm Hansen2017-08-281-1/+1
|\ \
| * | Fix indentation in the template for secretsYoshiyuki Hirano2017-08-231-1/+1
* | | Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-273-6/+6
* | | Remove Active Storage duplicated classes from the API siteRobin Dupret2017-08-261-1/+8
* | | Add paths to docs for Active StorageYoshiyuki Hirano2017-08-251-0/+1
* | | Merge pull request #30366 from MrOutis/action-cable-env-varRafael França2017-08-231-1/+1
|\ \ \
| * | | Use REDIS_URL var for Action Cable config templateMr. Outis2017-08-221-1/+1
* | | | Merge pull request #30371 from yhirano55/fix_spaces_in_the_comment_blockRichard Schneeman2017-08-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix spaces in the comment block [ci skip]Yoshiyuki Hirano2017-08-231-1/+1
| |/ /
* | | Merge pull request #30348 from koic/remove_frozen_string_literal_from_templatesGeorge Claghorn2017-08-2141-83/+0
|\ \ \
| * | | Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-2241-83/+0
* | | | Merge pull request #30352 from yhirano55/update_licenses_linkRyuta Kamizono2017-08-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
| |/ /
* / / Fix broken link to mysql docs in database.yml [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
|/ /
* | Merge pull request #30332 from y-yagi/fix_29306George Claghorn2017-08-203-3/+7
|\ \
| * | Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-213-3/+7
| |/
* / Remove unused requireyuuji.yaginuma2017-08-191-1/+0
|/
* Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-172-0/+4
* Merge pull request #30260 from kamipo/remove_unused_action_argRafael França2017-08-161-2/+3
|\