| Commit message (Expand) | Author | Age | Files | Lines |
* | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 1 | -0/+5 |
* | Add bootsnap to default Gemfile: | Burke Libbey | 2017-07-17 | 1 | -0/+4 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 1 | -0/+5 |
* | Deprecate environment as an argument for dbconsole and console | Robin Dupret | 2017-07-16 | 1 | -0/+14 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -0/+7 |
* | Do not generate unused components contents in `app:update` task | yuuji.yaginuma | 2017-07-16 | 1 | -0/+7 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -0/+8 |
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+6 |
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+4 |
* | 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 |
* | 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 |
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -0/+6 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+0 |
* | Added a shared section to config/database.yml that will be loaded for all env... | Pierre Schambacher | 2017-04-26 | 1 | -3/+7 |
* | Namespace CSS selectors on error pages | Jan Krutisch | 2017-04-20 | 1 | -0/+7 |
* | No need to duplicate 5-1-stable CHANGELOG. [ci skip] | Yves Senn | 2017-03-28 | 1 | -8/+0 |
* | 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 |
* | 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 |
* | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 1 | -0/+4 |
* | Add CHANGELOG entry for --skip-coffee [ci skip] | claudiob | 2017-03-14 | 1 | -0/+4 |
* | Move "fixes" to a new line | Jon Moss | 2017-03-13 | 1 | -1/+3 |
* | [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 |
* | [ci skip] Add changelog entry for #28139. | Kasper Timm Hansen | 2017-03-02 | 1 | -0/+16 |
* | [ci skip] Add changelog entry for encrypted secrets. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+14 |
* | 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 |
* | Collect all file patterns when running multiple rake test tasks | Dominic Cleal | 2017-02-04 | 1 | -0/+6 |
* | 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 | dixpac | 2017-01-12 | 1 | -0/+5 |
* | | 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 |
|/ |
|
* | Don't generate HTML/ERB templates for scaffold controller with --api flag | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+6 |
* | 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 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 |
| * | | Remove random extra spaces from Action Pack and Railties CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -2/+2 |
| |/ |
|
| * | Add option to trigger JS framework-specific installation as part of webpack s... | David Heinemeier Hansson | 2016-12-12 | 1 | -0/+12 |