| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow using env var to specify pidfile | Ben Thorner | 2019-06-19 | 1 | -1/+1 |
* | [ci skip] Fix rails/command.rb document | kojoma | 2019-06-10 | 1 | -2/+2 |
* | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
* | fix error of a file name | sohopro | 2018-07-02 | 1 | -1/+1 |
* | [ci skip]Change requring order of files in doc | willnet | 2018-02-27 | 1 | -1/+1 |
* | Cosmetic changes [ci skip] | Yauheni Dakuka | 2017-11-30 | 1 | -1/+1 |
* | Remove not used gems by default [ci skip] | yuuji.yaginuma | 2017-09-11 | 1 | -2/+0 |
* | Update The Rails Initialization Process of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -7/+10 |
* | Replace Erubis with Erubi in a part of guide [ci skip] | Koichi ITO | 2017-07-16 | 1 | -1/+1 |
* | Fix grammar for documentation of rails/command.rb [ci skip] | James Bush | 2017-06-28 | 1 | -1/+1 |
* | allow to pass describe option to rake | yuuji.yaginuma | 2017-01-17 | 1 | -1/+1 |
* | [ci skip] Update initialization guide samples. | Kasper Timm Hansen | 2016-12-20 | 1 | -81/+84 |
* | Merge pull request #26390 from Neodelf/format_mds | Vipul A M | 2016-09-07 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Simply formatting documents | Neodelf | 2016-09-06 | 1 | -1/+1 |
* | | Remove the word "mongrel" from documents | Ryunosuke Sato | 2016-09-07 | 1 | -1/+1 |
|/ |
|
* | update doc for prefer require_relative over require + File.expand_path [ci skip] | Gaurav Sharma | 2016-07-07 | 1 | -4/+4 |
* | [ci skip] Remove reference to Rails 4 in the initialization guide. | willnet | 2016-07-06 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] Remove reference to Rails 4 in the initialization guide. | Prathamesh Sonpatki | 2016-02-26 | 1 | -2/+2 |
* | | Match Puma 3 startup messages [ci skip] | Sam Ruby | 2016-03-04 | 1 | -2/+0 |
|/ |
|
* | Change command_task.rb to commands_task.rb in docs | Ryan Nielson | 2016-02-02 | 1 | -1/+1 |
* | [ci skip] Update rails/all.rb reference. | Kasper Timm Hansen | 2015-12-30 | 1 | -9/+10 |
* | Merge branch 'rails-rake-proxy' | Kasper Timm Hansen | 2015-12-13 | 1 | -5/+7 |
|\ |
|
| * | Implement Rake proxy for Rails' command line interface. | Dharam Gollapudi | 2015-12-13 | 1 | -5/+7 |
|/ |
|
* | Edits default `config/boot.rb` to match what's generated by Rails 4.2. | AnnaErshova | 2015-10-26 | 1 | -2/+1 |
* | Merge pull request #19867 from radar/rename-app-rails-loader | Rafael Mendonça França | 2015-05-27 | 1 | -3/+3 |
|\ |
|
| * | Remove redundant 'Rails' from Rails::AppRailsLoader constant | Ryan Bigg | 2015-05-21 | 1 | -3/+3 |
* | | Remove unnecessary reference to example Blog app [ci skip] | Jake Gavin | 2015-05-27 | 1 | -3/+2 |
* | | docs: syncing with the code, adding aj [ci skip] | Ankit Gupta | 2015-05-08 | 1 | -0/+1 |
* | | added activejob in list [ci skip] | Ankit Gupta | 2015-05-07 | 1 | -0/+1 |
|/ |
|
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -2/+2 |
* | Update command_tasks source code | Szymon Madeja | 2015-04-05 | 1 | -1/+1 |
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 1 | -4/+4 |
* | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 1 | -4/+4 |
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
* | Remove the tmp/sessions folder and its clear task | Robin Dupret | 2015-01-03 | 1 | -8/+7 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | treetop is no longer a mail (rails) dependency | Washington Luiz | 2014-08-24 | 1 | -2/+0 |
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2014-06-29 | 1 | -3/+3 |
* | [ci skip] Add missing colon and period in initialization.md. | Juanito Fatas | 2014-06-25 | 1 | -3/+3 |
* | wrap methods in backticks [ci skip] | Anton Kalyaev | 2014-04-19 | 1 | -2/+2 |
* | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 1 | -1/+1 |
* | [ci skip] Update code snippets to latest master (initialization.md). | Juanito Fatas | 2014-04-10 | 1 | -53/+102 |
* | docs, update broken link. [ci skip] | Yves Senn | 2014-02-10 | 1 | -2/+2 |
* | a couple of copy-edits before merging [ci skip] | Xavier Noria | 2013-11-24 | 1 | -3/+2 |
* | Fix RailsServer#start content in initialization guide | Alex Johnson | 2013-11-12 | 1 | -17/+23 |
* | Add section for command_tasks in initialization guide | Alex Johnson | 2013-11-08 | 1 | -12/+42 |
* | Update commands.rb content in initialization guide | Alex Johnson | 2013-11-08 | 1 | -2/+8 |
* | Update Rails initialization guide to explain how bin/rails is executed | Alex Johnson | 2013-11-06 | 1 | -3/+36 |
* | exists? is deprecated in ruby trunk [ci skip] | Rashmi Yadav | 2013-11-01 | 1 | -2/+2 |