Commit Graph

48 Commits

Author SHA1 Message Date
Jake Gavin
c9f05c92a5 Remove unnecessary reference to example Blog app [ci skip] 2015-05-27 12:24:06 -07:00
Ankit Gupta
d9e76bd389 docs: syncing with the code, adding aj [ci skip] 2015-05-08 15:22:28 -04:00
Ankit Gupta
1b62428c13 added activejob in list [ci skip] 2015-05-07 22:24:06 -04:00
Islam Wazery
4521aadae0 Rename railties/bin to railties/exe
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.
2015-04-11 19:26:34 +02:00
Szymon Madeja
1fda385cdf Update command_tasks source code 2015-04-05 17:10:40 +02:00
Jeremy Kemper
5154089c18 Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Preserving RACK_ENV behavior.

This reverts commit 7bdc7635b885e473f6a577264fd8efad1c02174f, reversing
changes made to 45786be516e13d55a1fca9a4abaddd5781209103.
2015-03-20 08:14:11 -07:00
Damien Mathieu
d578cbfb5c don't fallback to RACK_ENV when RAILS_ENV is not present 2015-03-19 10:06:28 +01:00
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
Robin Dupret
1fd44213aa Remove the tmp/sessions folder and its clear task
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]
2015-01-03 19:42:07 +01:00
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Washington Luiz
da3d6c91ce treetop is no longer a mail (rails) dependency
see 2da7c7985c
2014-08-24 15:24:07 -03:00
Robin Dupret
9ca0f8da2a Tiny documentation fixes [ci skip] 2014-06-29 20:15:28 +02:00
Juanito Fatas
092f53ef97 [ci skip] Add missing colon and period in initialization.md. 2014-06-25 11:15:57 +08:00
Anton Kalyaev
5facaca7d8 wrap methods in backticks [ci skip] 2014-04-19 14:19:53 +04:00
Marcel Morgan
2ddbe87e7a Update documentation to use Rails.application instead
References to ``AppName::Application` removed in favour of ``Rails.application``
as generated with a new rails 4.1 app.

[ci skip]
2014-04-13 05:52:04 -05:00
Juanito Fatas
3664e3a430 [ci skip] Update code snippets to latest master (initialization.md).
Also update the `server.run` example (Replace Mongrel with Puma).
2014-04-10 22:44:47 +08:00
Yves Senn
56fa194daa docs, update broken link. [ci skip]
from https://github.com/rack/rack/blob/master/lib/rack/server.rb#L289-L300.
2014-02-10 15:32:01 +01:00
Xavier Noria
28a6a7ea3b a couple of copy-edits before merging [ci skip] 2013-11-24 19:55:46 +01:00
Alex Johnson
5735a77def Fix RailsServer#start content in initialization guide
[ci skip]
2013-11-12 19:14:13 +05:30
Alex Johnson
83271a64f9 Add section for command_tasks in initialization guide
[ci skip]
2013-11-08 15:14:01 +05:30
Alex Johnson
3d449dee5e Update commands.rb content in initialization guide
[ci skip]
2013-11-08 15:07:39 +05:30
Alex Johnson
cb632188b3 Update Rails initialization guide to explain how bin/rails is executed 2013-11-06 18:24:22 +05:30
Rashmi Yadav
49062c12ed exists? is deprecated in ruby trunk [ci skip]
see here 4d4ff531b8807ee88a3fc46875c7e76f613956fb
2013-11-01 18:07:27 +01:00
Cory Foy
7a1e7b38f2 Modifies the initialization guide to make the initializers process clearer and remove a TODO. [ci skip] 2013-10-09 16:16:12 -04:00
Paul Nikitochkin
2c8bc2cdcd Use Ruby on Rails Coding Conventions for code examples in the guides
* 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]
2013-09-06 21:42:29 +03:00
AJ Acevedo
06344b9416 Updated outdated initialization guide [ci skip] 2013-08-13 13:02:29 -04:00
Ian Fleeton
0e262b3b64 memorized -> memoized typo fix [ci skip]
Reverts one line from 457b7ff9
2013-07-14 11:01:46 +01:00
wangjohn
e3b159724d Adding documentation to the Rails initialization guide. [ci skip] 2013-06-26 08:08:31 -04:00
Sunny Ripert
70b302b189 Remove double spaces in code examples 2013-05-28 14:38:02 +02:00
Prathamesh Sonpatki
ad692f3516 dir -> directory 2013-05-04 20:08:58 +05:30
Jonathan Roes
6e5b0f9d25 Grammar 2013-04-18 23:09:10 -03:00
Jonathan Roes
48cd23570b Be more specific about the root directory. 2013-04-18 23:02:54 -03:00
Jonathan Roes
1af528df58 Remove versions from gems listing
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.
2013-04-18 23:00:47 -03:00
Gabe Kopley
b0557389de More helpful message when starting server
v2 of pull request based on feedback from @rafaelfranca, @schneems, and @carlosantoniodasilva
2013-03-18 10:46:21 -07:00
Jeremy Kemper
009873aec8 Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. 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' 2013-01-06 21:41:36 -07:00
Gosha Arinich
732d3507da prefer do-end for multiline block 2013-01-06 02:01:22 +03:00
Katie Oldaker
7c05ea23a0 Fixed grammar in a lot of guide prologues. 2012-12-07 12:50:09 -05:00
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Steve Klabnik
6dcae8ae9c Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
2012-11-29 05:14:08 -08:00
Rafael Mendonça França
fc32ff4ee3 Now the Sprockets railtie lives in sprockets/railtie 2012-10-18 01:03:24 -03:00
mdaisuke
4c9afc79a1 fix typo in "The Rails Initialization Process" 2012-10-10 10:19:02 +09:00
Prem Sichanugrist
41dbb58e2d Fix the usage of * in Markdown
In Textile `*` would convert to `<strong>`, but in Markdown we have to
use `**` instead.
2012-09-17 15:54:23 -04:00
Prem Sichanugrist
721afdcc4b Fix remaining formatting problems in the guide 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
31ef4cf656 Convert all inline codes to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
c89c163a0e Convert inline code tags to Markdown 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
872b7af337 Convert heading tags and heading section 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
7bc1ca3515 Convert code blocks into GFM style 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
5137d03cc5 Rename the rest of the guides to Markdown 2012-09-17 15:54:22 -04:00