| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a single term instead of all terms used to describe path and URL helpers ... | Sharang Dashputre | 2019-07-26 | 1 | -1/+1 |
* | Add some commands to misc section in CLI guide | OKURA Masafumi | 2019-06-20 | 1 | -0/+2 |
* | List available skip options in command line guide [ci skip] | Younes SERRAJ | 2019-05-15 | 1 | -0/+22 |
* | [ci skip] Update the guide's model generator output. | Alec Clarke | 2019-04-27 | 1 | -4/+7 |
* | Update the generate command sample codes [skip ci] | soartec-lab | 2019-04-17 | 1 | -6/+5 |
* | Adds `register_tags` | Younes SERRAJ | 2019-04-12 | 1 | -0/+16 |
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -1/+1 |
* | Spelling error | Sergio | 2019-03-26 | 1 | -1/+1 |
* | Update links and code examples in the guides to use HTTPS where the host supp... | Nathaniel Suchy | 2019-03-06 | 1 | -1/+1 |
* | Indent guides as rails help command output[ci skip] | Alberto Almagro | 2018-11-19 | 1 | -25/+25 |
* | Update the docs now that webpacker is default [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 1 | -3/+2 |
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -1/+1 |
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -87/+82 |
|\ |
|
| * | Homogenize rails commands and former rake tasks | Alberto Almagro | 2018-07-06 | 1 | -58/+53 |
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -38/+38 |
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #33220 from anniecodes/notes-command | Kasper Timm Hansen | 2018-07-05 | 1 | -28/+53 |
|\ |
|
| * | [ci skip] Update documentation related to `rails notes` | Annie-Claude Côté | 2018-07-03 | 1 | -28/+53 |
* | | OS X -> macOS [Closes #30313] | Xavier Noria | 2018-06-23 | 1 | -2/+2 |
|/ |
|
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -7/+7 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -4/+4 |
* | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 1 | -1/+1 |
* | Use `-e` option to specify the environment in console command [ci skip] | yuuji.yaginuma | 2017-11-10 | 1 | -1/+1 |
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 1 | -1/+1 |
* | Update database config in The Rails Comamnd Line of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -4/+7 |
* | Fix guide about command_line [ci skip] | Yoshiyuki Hirano | 2017-08-15 | 1 | -0/+3 |
* | Clear screenshots files in `tmp:clear` task | yuuji.yaginuma | 2017-06-27 | 1 | -7/+8 |
* | Update middleware list | Jon Moss | 2017-03-25 | 1 | -1/+1 |
* | Upgrade various Rails 5.0 references to 5.1 | Jon Moss | 2017-03-25 | 1 | -4/+4 |
* | Update schema cache doc in guides/command_line | Kir Shatrov | 2016-12-31 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-08-02 | 1 | -1/+7 |
|\ |
|
| * | Add note about `config.annotations.register_directories` option in the guides... | Prathamesh Sonpatki | 2016-07-10 | 1 | -1/+7 |
* | | Correct link for model generator field types | Josh Justice | 2016-07-13 | 1 | -1/+1 |
|/ |
|
* | The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and `ActiveRecor... | Vipul A M | 2016-05-16 | 1 | -1/+1 |
* | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides... | willnet | 2016-04-30 | 1 | -1/+1 |
* | MariaDB Documentation | iangilfillan | 2016-04-14 | 1 | -1/+1 |
* | Match Puma 3 startup messages [ci skip] | Sam Ruby | 2016-03-04 | 1 | -3/+4 |
* | SQLite 2 support has been dropped [ci skip] | Ryuta Kamizono | 2016-02-04 | 1 | -1/+1 |
* | update supported version of PostgreSQL in docs [ci skip] | yuuji.yaginuma | 2016-02-03 | 1 | -1/+1 |
* | Merge pull request #22857 from bdewater/interlock-doc | Vipul A M | 2016-02-01 | 1 | -1/+1 |
|\ |
|
| * | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip] | Bart de Water | 2016-01-31 | 1 | -1/+1 |
* | | Rails 5.0+ rake commands implemented in Rails Framework itself. We prefer to ... | Gaurav Sharma | 2016-01-22 | 1 | -43/+62 |
* | | Merge pull request #23125 from Gaurav2728/update_puma_as_webserver | Rafael França | 2016-01-19 | 1 | -7/+8 |
|\ \ |
|
| * | | [ci skip] update guide for Puma web server instead of Webrick | Gaurav Sharma | 2016-01-20 | 1 | -7/+8 |
* | | | - Changed from bin/rake to bin/rails at more application places. | Vipul A M | 2016-01-20 | 1 | -1/+1 |
|/ / |
|
* / | rake log:clear task updated refs[#22544] | Pramod | 2016-01-09 | 1 | -1/+1 |
|/ |
|
* | [ci skip] `rails new project` generates README.md now | Akshay Vishnoi | 2015-12-21 | 1 | -3/+3 |
* | Revert "removing Rack::Runtime from the default stack." | Aaron Patterson | 2015-10-03 | 1 | -1/+1 |
* | removing Rack::Runtime from the default stack. | Aaron Patterson | 2015-10-02 | 1 | -1/+1 |
* | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+1 |