aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/initialization.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* exists? is deprecated in ruby trunk [ci skip]Rashmi Yadav2013-11-011-2/+2
| | | see here 4d4ff531b8807ee88a3fc46875c7e76f613956fb
* Modifies the initialization guide to make the initializers process clearer ↵Cory Foy2013-10-091-6/+16
| | | | and remove a TODO. [ci skip]
* Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-6/+6
| | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip]
* Updated outdated initialization guide [ci skip]AJ Acevedo2013-08-131-1/+1
|
* memorized -> memoized typo fix [ci skip]Ian Fleeton2013-07-141-1/+1
| | | | Reverts one line from 457b7ff9
* Adding documentation to the Rails initialization guide. [ci skip]wangjohn2013-06-261-8/+21
|
* Remove double spaces in code examplesSunny Ripert2013-05-281-5/+5
|
* dir -> directoryPrathamesh Sonpatki2013-05-041-1/+1
|
* GrammarJonathan Roes2013-04-181-6/+6
|
* Be more specific about the root directory.Jonathan Roes2013-04-181-1/+1
|
* Remove versions from gems listingJonathan Roes2013-04-181-29/+27
| | | Since they will undoubtedly change often, it would be simpler to just include the names of the gems instead of updating this list every time Rails is released.
* More helpful message when starting serverGabe Kopley2013-03-181-1/+1
| | | | v2 of pull request based on feedback from @rafaelfranca, @schneems, and @carlosantoniodasilva
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵Jeremy Kemper2013-01-061-115/+5
| | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* prefer do-end for multiline blockGosha Arinich2013-01-061-2/+2
|
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-1/+1
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-0/+2
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-1/+1
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Now the Sprockets railtie lives in sprockets/railtieRafael Mendonça França2012-10-181-1/+1
|
* fix typo in "The Rails Initialization Process"mdaisuke2012-10-101-1/+1
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-2/+2
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-3/+3
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-85/+85
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-1/+1
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-21/+25
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-70/+70
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+666