aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \
| * | Remove unused `action` arg for `generate_routing_code`Ryuta Kamizono2017-08-151-2/+3
* | | Fix RuboCop offensesKoichi ITO2017-08-162-2/+2
* | | Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-153-2/+5
* | | Fix format of generator docs [ci skip]Yoshiyuki Hirano2017-08-151-1/+1
|/ /
* | Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-145-7/+7
|\ \
| * | Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-135-7/+7
* | | Merge pull request #30244 from yhirano55/refactor_max_age_secondsRafael França2017-08-142-2/+2
|\ \ \
| * | | Refactor max-age secondsYoshiyuki Hirano2017-08-142-2/+2
| |/ /
* | | Merge pull request #30235 from bogdanvlviv/omit-additional-removing-cable_ymlRafael França2017-08-141-1/+0
|\ \ \
| * | | Omit additional removing `config/cable.yml` by the app generatorbogdanvlviv2017-08-131-1/+0
| |/ /
* | | Merge pull request #30239 from bogdanvlviv/improve-plugin_generator_codeRafael França2017-08-141-2/+1
|\ \ \