Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+6 |
| | | | | | | | | | Currently the environment file is not loaded in `dbconsole` command. Therefore, for example, if use encrypted secrets values in database.yml, `read_encrypted_secrets` will not be true, so the value can not be used correctly. Fixes #29717 | ||||
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+4 |
| | | | | | | | | | | | When secrets confirmed with the `secrets:edit` command, `secrets.yml.enc` will change without updating the secrets. Therefore, even if only want to check secrets, the difference will come out. This is a little inconvenient. In order to solve this problem, added the `secrets:show` command. If just want to check secrets, no difference will occur use this command. | ||||
* | Allow mounting same engine under several locations | David Rodríguez | 2017-07-05 | 1 | -0/+6 |
| | |||||
* | Add backticks [ci skip] | Ryuta Kamizono | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Clear screenshots files in `tmp:clear` task | yuuji.yaginuma | 2017-06-27 | 1 | -0/+4 |
| | | | | | | | | | If system test fails, it creates screenshot under `tmp/screenshots`. https://github.com/rails/rails/blob/34fe2a4fc778d18b7fe6bdf3629c1481bee789b9/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb#L45 But currently, screenshot files is not cleared by `tmp:clear` task. This patch make clears screenshot files with `tmp:clear` task as well as other tmp files. | ||||
* | Add `railtie.rb` to the plugin generator | Tsukuru Tanimichi | 2017-06-26 | 1 | -0/+4 |
| | |||||
* | Deprecate an `capify!` method in generators and templates | yuuji.yaginuma | 2017-06-18 | 1 | -0/+4 |
| | | | | | | | | | The `capify` command has been removed by Capistrano 3 and became to `cap install`. Therefore, the `capify!` method has no meaning in Capistrano 3. I think that should deprecate. Ref: https://github.com/capistrano/capistrano/commit/492793916acf32ffe1604daec6fd4892c8935018 | ||||
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -0/+6 |
| | | | | Fixes #28988 | ||||
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+0 |
| | | | | | | * Remove trailing spaces. * Add backticks around method and command. * Fix indentation. | ||||
* | Added a shared section to config/database.yml that will be loaded for all ↵ | Pierre Schambacher | 2017-04-26 | 1 | -3/+7 |
| | | | | environments | ||||
* | Namespace CSS selectors on error pages | Jan Krutisch | 2017-04-20 | 1 | -0/+7 |
| | | | | The css selectors on the generated error pages are too broad (for example `text-align: center` on `body` and thus bleed out to the following pages (say, by pressing the back button) when using Turbolinks. This commit namespaces all the selectors. | ||||
* | No need to duplicate 5-1-stable CHANGELOG. [ci skip] | Yves Senn | 2017-03-28 | 1 | -8/+0 |
| | | | | | | The `master` changelog refer back to the `5-1-stable` changelog as a base. No need to duplicate backported entries in the changelogs on `master`. | ||||
* | minor CHANGELOG formatting changes. [ci skip] | Yves Senn | 2017-03-26 | 1 | -3/+2 |
| | |||||
* | add field ids when generating a scaffold form. | Yves Senn | 2017-03-26 | 1 | -0/+9 |
| | | | | | | This is a follow up to a6d065e. When using `form_with` you must supply field ids manually. Since the scaffold generator is using labels we need to make sure that they are linked up properly. | ||||
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -199/+1 |
| | |||||
* | Remove 5.0.0 entry from 5.1.0 CHANGELOG [ci skip] | claudiob | 2017-03-20 | 1 | -4/+0 |
| | | | | | | | | | | | The entry for PR #25430 is currently present both in the CHANGELOG for Rails 5.0 and for Rails 5.1: https://github.com/rails/rails/blame/9d3a352777c2594123583b0bc02d0dd80f1e385b/railties/CHANGELOG.md#L61-L72 Since the PR was backported to 5-0-stable in #25499, I believe it should be removed from the CHANGELOG of 5.1, otherwise it looks like something changed from 5.0 to 5.1 | ||||
* | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 1 | -0/+4 |
| | | | | | | Occasionally we update the file generated by engine. Therefore, I think that there is a task for updating as well as application in the engine, it is convenient for updating. | ||||
* | Add CHANGELOG entry for --skip-coffee [ci skip] | claudiob | 2017-03-14 | 1 | -0/+4 |
| | | | | Was added in #25248 by @bluesh55 | ||||
* | Move "fixes" to a new line | Jon Moss | 2017-03-13 | 1 | -1/+3 |
| | | | | [ci skip] | ||||
* | [ci skip] 🎬 expensive: take two | Kasper Timm Hansen | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Avoid running system tests by default | Robin Dupret | 2017-03-05 | 1 | -0/+5 |
| | | | | | | | | | | These tests may be expansive so let's only allow users to run them through `bin/rails test:system` or by passing a path to the `test` command. The same applies for `bin/rake test`. Refs #28109. | ||||
* | [ci skip] Add changelog entry for #28139. | Kasper Timm Hansen | 2017-03-02 | 1 | -0/+16 |
| | | | | Includes a script to ease an app's upgrade. | ||||
* | [ci skip] Add changelog entry for encrypted secrets. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+14 |
| | | | | Just dispatch to the command help itself for more info. | ||||
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -0/+2 |
| | |||||
* | Revert back to the original of using package.json in the root of the project ↵ | David Heinemeier Hansson | 2017-02-21 | 1 | -1/+1 |
| | | | | (#28093) | ||||
* | Collect all file patterns when running multiple rake test tasks | Dominic Cleal | 2017-02-04 | 1 | -0/+6 |
| | | | | | | | Replaces the rake_patterns instance variable with simple require, as `autorun` will run tests from all eagerly required test files. Fixes #27801 | ||||
* | add warnings option to test runner | yuuji.yaginuma | 2017-01-24 | 1 | -0/+4 |
| | |||||
* | Merge pull request #27632 from dixpac/repo_initialize | Rafael Mendonça França | 2017-01-18 | 1 | -0/+5 |
|\ | | | | | | | Initalize git repo when creatin new rails app | ||||
| * | Initalize git repo when creatin new rails app | dixpac | 2017-01-12 | 1 | -0/+5 |
| | | | | | | | | | | * If `--skip-git` is not specified initalize git repo when creating new rails app | ||||
* | | Install Byebug gem as default in Windows (mingw and x64_mingw) platform. | Junichi Ito | 2017-01-18 | 1 | -0/+4 |
| | | |||||
* | | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 1 | -0/+4 |
|/ | | | | | | | | Currently, all rails commands can be executed in engine, but `server`, `console`, `dbconsole` and `runner` do not work. This make all rails commands work in engine. Related to #22588 | ||||
* | Don't generate HTML/ERB templates for scaffold controller with --api flag | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+6 |
| | | | | - Fixes #27591. | ||||
* | Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-vars | Rafael Mendonça França | 2017-01-03 | 1 | -0/+4 |
|\ | | | | | | | Rails env for empty string env vars | ||||
| * | Rails.env falls back to dev mode when env var is empty | Daniel Deng | 2017-01-04 | 1 | -0/+4 |
| | | |||||
* | | Remove deprecated CONTROLLER environment variable for routes task | Rafael Mendonça França | 2017-01-03 | 1 | -0/+4 |
| | | |||||
* | | Remove deprecated tasks in railties | Rafael Mendonça França | 2017-01-03 | 1 | -0/+5 |
| | | |||||
* | | Remove deprecated file `rails/rack/debugger | Rafael Mendonça França | 2017-01-03 | 1 | -0/+4 |
| | | |||||
* | | Remove deprecated config.serve_static_files | Rafael Mendonça França | 2017-01-03 | 1 | -0/+4 |
| | | |||||
* | | Remove deprecated `config.static_cache_control` | Rafael Mendonça França | 2017-01-03 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into clear_all_environments_log_by_default | Rafael França | 2016-12-29 | 1 | -0/+31 |
|\ \ | |||||
| * | | Add backticks to show shell command | Jon Moss | 2016-12-27 | 1 | -2/+2 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Remove random extra spaces from Action Pack and Railties CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -2/+2 |
| |/ | | | | | | | [ci skip] | ||||
| * | Add option to trigger JS framework-specific installation as part of webpack ↵ | David Heinemeier Hansson | 2016-12-12 | 1 | -0/+12 |
| | | | | | | | | setup | ||||
| * | Make Yarn the default, drop default vendor/asset directories (#27300) | David Heinemeier Hansson | 2016-12-08 | 1 | -2/+1 |
| | | |||||
| * | Fix binstop -> binstub typo in railties changelog. | Josef Šimánek | 2016-12-05 | 1 | -1/+1 |
| | | | | | | [ci skip] | ||||
| * | Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245) | David Heinemeier Hansson | 2016-12-01 | 1 | -2/+2 |
| | | | | | | Move node_modules, package.json, and yarn.lock file to vendor | ||||
| * | fix typo in changelog | Robert Glaser | 2016-11-30 | 1 | -1/+1 |
| | | |||||
| * | Add CHANGELOG entry for --yarn option | Liceth Ovalles | 2016-11-29 | 1 | -0/+5 |
| | | |||||
| * | rails-ujs is now shipped with Action View | Guillermo Iguaran | 2016-11-29 | 1 | -2/+2 |
| | | |||||
| * | Add CHANGELOG entry | Guillermo Iguaran | 2016-11-21 | 1 | -0/+5 |
| | |