Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add paths to docs for Active Storage | Yoshiyuki Hirano | 2017-08-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #30366 from MrOutis/action-cable-env-var | Rafael França | 2017-08-23 | 1 | -1/+1 |
|\ | | | | | Use REDIS_URL var for Action Cable config template | ||||
| * | Use REDIS_URL var for Action Cable config template | Mr. Outis | 2017-08-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #30371 from yhirano55/fix_spaces_in_the_comment_block | Richard Schneeman | 2017-08-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix spaces in the comment block [ci skip] | ||||
| * | Fix spaces in the comment block [ci skip] | Yoshiyuki Hirano | 2017-08-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #30348 from koic/remove_frozen_string_literal_from_templates | George Claghorn | 2017-08-21 | 41 | -83/+0 |
|\ \ | | | | | | | Remove frozen_string_literal magic comment from templates | ||||
| * | | Remove frozen_string_literal magic comment from templates | Koichi ITO | 2017-08-22 | 41 | -83/+0 |
| | | | |||||
* | | | Merge pull request #30352 from yhirano55/update_licenses_link | Ryuta Kamizono | 2017-08-22 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update MIT licenses link [ci skip] | ||||
| * | | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 |
| |/ | |||||
* / | Fix broken link to mysql docs in database.yml [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #30332 from y-yagi/fix_29306 | George Claghorn | 2017-08-20 | 3 | -3/+7 |
|\ | | | | | Make `restart` and `dev:cache` tasks work when customizing pid file path | ||||
| * | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 3 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | Originally, it hard-coded pid file path. It can not be removed when customizing pid file path. But rake task can not get pid file path. Therefore, do not remove file in rake task, makes it possible to judge whether it is restart from the argument of the command and removes the file in server command. Fixes #29306 | ||||
* | | Remove unused require | yuuji.yaginuma | 2017-08-19 | 1 | -1/+0 |
|/ | | | | Since 0d72489, this file does not use `method_source`. | ||||
* | Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to ↵ | bogdanvlviv | 2017-08-17 | 2 | -0/+4 |
| | | | | `SharedGeneratorTests` | ||||
* | Merge pull request #30260 from kamipo/remove_unused_action_arg | Rafael França | 2017-08-16 | 1 | -2/+3 |
|\ | | | | | Remove unused `action` arg for `generate_routing_code` | ||||
| * | Remove unused `action` arg for `generate_routing_code` | Ryuta Kamizono | 2017-08-15 | 1 | -2/+3 |
| | | |||||
* | | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 2 | -2/+2 |
| | | | | | | | | And enable `context_dependent` of Style/BracesAroundHashParameters cop. | ||||
* | | Add --skip-yarn option to the plugin generator | bogdanvlviv | 2017-08-15 | 3 | -2/+5 |
| | | | | | | | | | | Add SharedGeneratorTests#application_path This method will help to DRY in files app_generator_test.rb, plugin_generator_test.rb | ||||
* | | Fix format of generator docs [ci skip] | Yoshiyuki Hirano | 2017-08-15 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #30219 from yhirano55/fix_app_generator_api_options | Rafael França | 2017-08-14 | 5 | -7/+7 |
|\ | | | | | Refactor `--api` option of the app generator | ||||
| * | Refactor `--api` option of the app generator | Yoshiyuki Hirano | 2017-08-13 | 5 | -7/+7 |
| | | | | | | | | | | It can't use JavaScript in api mode. Action cable should be disabled by default. | ||||
* | | Merge pull request #30244 from yhirano55/refactor_max_age_seconds | Rafael França | 2017-08-14 | 2 | -2/+2 |
|\ \ | | | | | | | Refactor max-age seconds | ||||
| * | | Refactor max-age seconds | Yoshiyuki Hirano | 2017-08-14 | 2 | -2/+2 |
| |/ | |||||
* | | Merge pull request #30235 from bogdanvlviv/omit-additional-removing-cable_yml | Rafael França | 2017-08-14 | 1 | -1/+0 |
|\ \ | | | | | | | Omit additional removing `config/cable.yml` | ||||
| * | | Omit additional removing `config/cable.yml` by the app generator | bogdanvlviv | 2017-08-13 | 1 | -1/+0 |
| |/ | | | | | | | `config/cable.yml` is never created if `--skip-action-cable` is given. | ||||
* | | Merge pull request #30239 from bogdanvlviv/improve-plugin_generator_code | Rafael França | 2017-08-14 | 1 | -2/+1 |
|\ \ | | | | | | | Improve plugin generator codebase | ||||
| * | | Remove `:force` from PASSTHROUGH_OPTIONS for plugin generator | bogdanvlviv | 2017-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | `:force` is setted inside the method `generate_test_dummy` | ||||
| * | | Register `--api` option for plugin generator by PASSTHROUGH_OPTIONS constant | bogdanvlviv | 2017-08-13 | 1 | -2/+1 |
| |/ | |||||
* | | Merge pull request #30241 from yhirano55/optimize_routes_indentation | Rafael Mendonça França | 2017-08-14 | 3 | -34/+28 |
|\ \ | | | | | | | | | | Optimize routes indentation | ||||
| * | | Optimize routes indentation | Yoshiyuki Hirano | 2017-08-14 | 3 | -33/+27 |
| |/ | |||||
* | | Merge pull request #29891 from pat/frozen-string-literals-railties | Rafael França | 2017-08-14 | 185 | -7/+377 |
|\ \ | | | | | | | Railties updates for frozen string literals. | ||||
| * | | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 185 | -0/+370 |
| | | | |||||
| * | | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 7 | -7/+7 |
| |/ | |||||
* | | Merge pull request #29994 from y-yagi/fix_test_runner_help | Kasper Timm Hansen | 2017-08-14 | 3 | -22/+18 |
|\ \ | |/ |/| | Show minitest options in test runner help | ||||
| * | Show minitest options in test runner help | yuuji.yaginuma | 2017-07-31 | 3 | -22/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since #29572, minitest options are available but are no longer showed in help. This fixed to show minitest option in help as with Rails 5.1.2. **before** ``` ./bin/rails t --help You can run a single test by appending a line number to a filename: bin/rails test test/models/user_test.rb:27 You can run multiple files and directories at the same time: bin/rails test test/controllers test/integration/login_test.rb By default test failures and errors are reported inline during a run. Rails options: -w, --warnings Run with Ruby warnings enabled -e, --environment Run tests in the ENV environment -b, --backtrace Show the complete backtrace -d, --defer-output Output test failures and errors after the test run -f, --fail-fast Abort test run on first failure or error -c, --[no-]color Enable color in the output ``` **after** ``` ./bin/rails t --help You can run a single test by appending a line number to a filename: bin/rails test test/models/user_test.rb:27 You can run multiple files and directories at the same time: bin/rails test test/controllers test/integration/login_test.rb By default test failures and errors are reported inline during a run. minitest options: -h, --help Display this help. -s, --seed SEED Sets random seed. Also via env. Eg: SEED=n rake -v, --verbose Verbose. Show progress processing files. -n, --name PATTERN Filter run on /regexp/ or string. --exclude PATTERN Exclude /regexp/ or string from run. Known extensions: rails, pride -w, --warnings Run with Ruby warnings enabled -e, --environment Run tests in the ENV environment -b, --backtrace Show the complete backtrace -d, --defer-output Output test failures and errors after the test run -f, --fail-fast Abort test run on first failure or error -c, --[no-]color Enable color in the output -p, --pride Pride. Show your testing pride! ``` | ||||
* | | Merge pull request #30166 from yhirano55/fix_generator_method_environment | Rafael Mendonça França | 2017-08-11 | 2 | -13/+29 |
|\ \ | | | | | | | | | | Optimize indentation for generator actions | ||||
| * | | Optimize indentation for generator actions | Yoshiyuki Hirano | 2017-08-11 | 2 | -13/+29 |
| | | | |||||
* | | | Merge pull request #30114 from yhirano55/remove_empty_line_from_dummy_manifest | Rafael França | 2017-08-11 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Removed empty line from dummy_manifest | ||||
| * | | | Removed empty line from dummy_manifest | Yoshiyuki Hirano | 2017-08-07 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge pull request #30116 from ↵ | Rafael Mendonça França | 2017-08-11 | 1 | -0/+15 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | yhirano55/skip_unused_components_when_running_rails_command_in_plugin Skip unused components when running `bin/rails` in Rails plugin | ||||
| * | | | | Skip unused components when running in Rails plugin | Yoshiyuki Hirano | 2017-08-09 | 1 | -0/+15 |
| | | | | | |||||
* | | | | | Merge pull request #30110 from yhirano55/add_git_source | Rafael Mendonça França | 2017-08-11 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add git_source to Gemfile for plugin generator | ||||
| * | | | | | Add git_source to Gemfile for plugin generator | Yoshiyuki Hirano | 2017-08-09 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #30092 from bogdanvlviv/prevent-generation-extra-empty-lines | Rafael França | 2017-08-11 | 2 | -7/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Prevent generation extra empty lines in a plugin's Rakefile | ||||
| * | | | | Prevent generation extra empty lines in a plugin's Rakefile | bogdanvlviv | 2017-08-09 | 2 | -7/+6 |
| | | | | | |||||
* | | | | | `--skip-action-cable` pass throughs `rails plugin new` | bogdanvlviv | 2017-08-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #30091 from yhirano55/fix_engine_command | Rafael França | 2017-08-08 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix engine command | ||||
| * | | | | | Fix engine command | Yoshiyuki Hirano | 2017-08-06 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #30088 from y-yagi/use_the_same_key_as_presented_in_doc | Rafael França | 2017-08-08 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Use the same key as presented in doc | ||||
| * | | | | | Use the same key as presented in doc | yuuji.yaginuma | 2017-08-09 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | Ref: https://github.com/rails/rails/blob/a8217bb594a625fb46a6af1488c0bde4aeac4986/railties/lib/rails/generators/rails/app/templates/config/storage.yml#L24 |