aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/initialization.md
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Refer actionmailbox and actiontext in the guidedineshpanda2019-06-261-0/+4
|
* Allow using env var to specify pidfileBen Thorner2019-06-191-1/+1
| | | | | | | | | | | | | | | | Previously it was only possible to specify the location of the pidfile for the 'rails server' command with the '-P' flag. This adds support for specifying the pidfile using a PIDFILE env var, which can still be overridden by the '-P' flag and with the default pidfile path unchanged. The motivation for this feature comes from using Docker to run multiple instances of the same rails app. When developing a rails app with Docker, it's common to bind-mount the rails root directory in the running container, so that changes to files are shared between the container and the host. However, this doesn't work so well with the pidfile and it's necessary to (remember to) add a '-P' flag to the 'rails server' command line; being able to specify this flag using an env var would make developing with Rails+Docker a bit simpler.
* [ci skip] Fix rails/command.rb documentkojoma2019-06-101-2/+2
|
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
| | | | | http links will be redirected to the https version, but still better to just directly link to the https version.
* fix error of a file namesohopro2018-07-021-1/+1
|
* [ci skip]Change requring order of files in docwillnet2018-02-271-1/+1
| | | | This change was made at 4a835aa3236eedb135ccf8b59ed3c03e040b8b01
* Cosmetic changes [ci skip]Yauheni Dakuka2017-11-301-1/+1
|
* Remove not used gems by default [ci skip]yuuji.yaginuma2017-09-111-2/+0
| | | | | | | | | `rack-mount` switched to journey with 5f0b37c. Also, `rack-cache` will not be used unless you explicitly specify it. Ref: https://github.com/rails/rails/commit/037e50ec39c7c3d58a102a6584e2740652420d1d https://github.com/rails/rails/commit/1fc795468525d8622cdca474a54c8310a514aa46
* Update The Rails Initialization Process of guide [ci skip]Yoshiyuki Hirano2017-08-201-7/+10
|
* Replace Erubis with Erubi in a part of guide [ci skip]Koichi ITO2017-07-161-1/+1
|
* Fix grammar for documentation of rails/command.rb [ci skip]James Bush2017-06-281-1/+1
|
* allow to pass describe option to rakeyuuji.yaginuma2017-01-171-1/+1
| | | | | | Since `Thor::HELP_MAPPINGS` contains `-D`, so `bin/rails -D` show rails's help. But, in Rails 5.0.1, `bin/rails -D` show the description of rake task. I think that it is better to have the same behavior.
* [ci skip] Update initialization guide samples.Kasper Timm Hansen2016-12-201-81/+84
| | | | Rewrite bits and pieces to mention the command infrastructure.
* Merge pull request #26390 from Neodelf/format_mdsVipul A M2016-09-071-1/+1
|\ | | | | [ci skip] Simply formatting documents
| * [ci skip] Simply formatting documentsNeodelf2016-09-061-1/+1
| |
* | Remove the word "mongrel" from documentsRyunosuke Sato2016-09-071-1/+1
|/ | | | | | | | | Currently mongrel is not maintained. And it couldn't be built with any Ruby versions that supported by Rails. It is reasonable to remove the word "mongrel" in order to avoid confusion from newcomer.
* update doc for prefer require_relative over require + File.expand_path [ci skip]Gaurav Sharma2016-07-071-4/+4
|
* [ci skip] Remove reference to Rails 4 in the initialization guide.willnet2016-07-061-1/+1
| | | | | | Following commit removed reference to rails 4, but there is one left. https://github.com/rails/rails/commit/a9f50f87c38659d0e9425f86f613cf5328d55d27
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-03-061-2/+2
|\ | | | | | | | | Conflicts: guides/source/association_basics.md
| * [ci skip] Remove reference to Rails 4 in the initialization guide.Prathamesh Sonpatki2016-02-261-2/+2
| |
* | Match Puma 3 startup messages [ci skip]Sam Ruby2016-03-041-2/+0
|/
* Change command_task.rb to commands_task.rb in docsRyan Nielson2016-02-021-1/+1
| | | The initialization documentation references `rails/commands/command_task.rb`. This appears to be a typo as the file is actually `rails/commands/commands_task.rb`.
* [ci skip] Update rails/all.rb reference.Kasper Timm Hansen2015-12-301-9/+10
| | | | It didn't mention Action Cable's engine.
* Merge branch 'rails-rake-proxy'Kasper Timm Hansen2015-12-131-5/+7
|\
| * Implement Rake proxy for Rails' command line interface.Dharam Gollapudi2015-12-131-5/+7
|/ | | | | | | Allows any Rake task to be run through `bin/rails` such as `bin/rails db:migrate`, `bin/rails notes` etc. The Rake tasks are appended to Rails' help output, and blend in as standard commands.
* Edits default `config/boot.rb` to match what's generated by Rails 4.2.AnnaErshova2015-10-261-2/+1
|
* Merge pull request #19867 from radar/rename-app-rails-loaderRafael Mendonça França2015-05-271-3/+3
|\ | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constant
| * Remove redundant 'Rails' from Rails::AppRailsLoader constantRyan Bigg2015-05-211-3/+3
| |
* | Remove unnecessary reference to example Blog app [ci skip]Jake Gavin2015-05-271-3/+2
| |
* | docs: syncing with the code, adding aj [ci skip]Ankit Gupta2015-05-081-0/+1
| |
* | added activejob in list [ci skip]Ankit Gupta2015-05-071-0/+1
|/
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-2/+2
| | | | | | That will match the new Bundler executables convention. Bundler Blog Post: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html Also updated the necessary tests.
* Update command_tasks source codeSzymon Madeja2015-04-051-1/+1
|
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-4/+4
| | | | | | | Preserving RACK_ENV behavior. This reverts commit 7bdc7635b885e473f6a577264fd8efad1c02174f, reversing changes made to 45786be516e13d55a1fca9a4abaddd5781209103.
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-4/+4
|
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | - Changed `IN` to `ON` in all note sentences in guides.
* Remove the tmp/sessions folder and its clear taskRobin Dupret2015-01-031-8/+7
| | | | | | | | | | Commit 1aea470 introduced this directory but this was at a time when the default way to store sessions was on the file system under the tmp directory. Let's remove references to it from the documentation as well. [Robin Dupret & yui-knk]
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* treetop is no longer a mail (rails) dependencyWashington Luiz2014-08-241-2/+0
| | | | see https://github.com/mikel/mail/commit/2da7c7985c221272f6451b27ab8b41e84e0a6804
* Tiny documentation fixes [ci skip]Robin Dupret2014-06-291-3/+3
|
* [ci skip] Add missing colon and period in initialization.md.Juanito Fatas2014-06-251-3/+3
|
* wrap methods in backticks [ci skip]Anton Kalyaev2014-04-191-2/+2
|
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-1/+1
| | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip]
* [ci skip] Update code snippets to latest master (initialization.md).Juanito Fatas2014-04-101-53/+102
| | | | Also update the `server.run` example (Replace Mongrel with Puma).
* docs, update broken link. [ci skip]Yves Senn2014-02-101-2/+2
| | | | from https://github.com/rack/rack/blob/master/lib/rack/server.rb#L289-L300.
* a couple of copy-edits before merging [ci skip]Xavier Noria2013-11-241-3/+2
|
* Fix RailsServer#start content in initialization guideAlex Johnson2013-11-121-17/+23
| | | | [ci skip]
* Add section for command_tasks in initialization guideAlex Johnson2013-11-081-12/+42
| | | | [ci skip]
* Update commands.rb content in initialization guideAlex Johnson2013-11-081-2/+8
| | | | [ci skip]
* Update Rails initialization guide to explain how bin/rails is executedAlex Johnson2013-11-061-3/+36
|