aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fixturesyuuji.yaginuma2017-09-263-7/+0
* Merge pull request #30700 from y-yagi/respect_quiet_optionKasper Timm Hansen2017-09-253-17/+22
|\
| * Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-253-17/+22
* | Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-252-35/+31
|/
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-242-0/+6
* 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-232-1/+147
|/
* Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-222-2/+14
* 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-172-0/+7
* Merge pull request #30609 from y-yagi/add_tests_for_credentials_commandKasper Timm Hansen2017-09-171-0/+19
|\
| * Add tests for credentials commandyuuji.yaginuma2017-09-151-0/+19
* | Merge pull request #30625 from y-yagi/remove_frozen_string_literal_from_templ...Ryuta Kamizono2017-09-1712-24/+0
|\ \
| * | Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-1712-24/+0
| |/
* / Don't expose Active Storage routesyuuji.yaginuma2017-09-161-28/+13
|/
* 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-144-17/+45
|\ \
| * | Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-144-17/+45
| |/
* | [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-132-3/+3
* | Use escaped character in regexpyhirano552017-09-111-1/+1
|/
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-1120-115/+384
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-093-17/+3
* Remove unused `fork` arg for `rails`yuuji.yaginuma2017-09-081-4/+2
* Reorganize secrets test to use only `isolation/abstract_unit`yuuji.yaginuma2017-09-071-14/+18
* Merge pull request #30520 from rails/railties-rails-commandMatthew Draper2017-09-0521-289/+339
|\
| * Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-0421-289/+339
* | Explicitly require `test_unit/reporter` in test helperyuuji.yaginuma2017-09-042-0/+7
|/
* Don't need the layout hereMatthew Draper2017-09-041-0/+2
* Preload some additional specific filesMatthew Draper2017-09-041-0/+3
* Preload Rails component gems in railties testsMatthew Draper2017-09-044-2/+22
* Run all railties tests before reporting failureMatthew Draper2017-09-031-1/+14
* Don't start a new process for every test fileMatthew Draper2017-09-031-10/+34
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-011-4/+1
* Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_methodMatthew Draper2017-08-313-9/+25
|\
| * Support multiple versions arguments for `gem` method of GeneratorsYoshiyuki Hirano2017-08-193-9/+25
* | Update RDOC_MAIN.rdoc [ci skip]Yoshiyuki Hirano2017-08-311-42/+60
* | Fix `can't modify frozen String` error in `DBConsole`yuuji.yaginuma2017-08-292-1/+7
* | Merge pull request #30370 from yhirano55/fix_indentation_in_secrets_yaml_temp...Kasper Timm Hansen2017-08-283-5/+5
|\ \
| * | Fix indentation in the template for secretsYoshiyuki Hirano2017-08-233-5/+5
* | | 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