aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/command_line.textile
Commit message (Collapse)AuthorAgeFilesLines
* expand tmp:* tasks, and a few more additions in the command line guideVijay Dev2011-08-131-6/+12
|
* Adding more info as rake about is fixedArun Agrawal2011-08-131-0/+2
|
* Rack::Sendfile is no more default middleware.Arun Agrawal2011-08-131-1/+1
|
* corrected sentences to make them consistent in command line guideVijay Dev2011-07-231-2/+2
|
* alias added for rails generate guide Vishnu Atrai2011-07-221-0/+2
|
* alias added for rails runner guide Vishnu Atrai2011-07-211-0/+2
|
* updating pg supported versions docco. fixes #1959Aaron Patterson2011-07-051-1/+1
|
* copy-edits 7c2db6c, cbf2af1, and f391f94Xavier Noria2011-06-181-2/+2
|
* minor clean up generators sectionVijay Dev2011-06-161-4/+5
|
* add info that plugin installs need git or svn installedVijay Dev2011-06-161-1/+1
|
* document doc:* rake tasksVijay Dev2011-06-161-1/+7
|
* typo changes fixedJudeAr2011-06-151-1/+1
|
* fixed typo chnagesJudeAr2011-06-151-1/+1
|
* add details on how to use specific annotations in rake:notesVijay Dev2011-06-151-2/+16
|
* document how rake notes workVijay Dev2011-06-151-1/+22
|
* Add example for rails server port option.Sebastian Martinez2011-06-111-1/+1
|
* document server optionsVijay Dev2011-06-121-0/+6
|
* more command guide changesVijay Dev2011-06-121-8/+6
|
* make some changes to the command line guideVijay Dev2011-06-111-7/+13
|
* remove generators section from command line guide in favor of the separate ↵Vijay Dev2011-06-081-94/+0
| | | | generator guide
* fix generators guide urlVijay Dev2011-06-081-2/+2
|
* rearrange sections of the commandline guide giving more importance to rake tasksVijay Dev2011-06-071-63/+60
|
* document assets related rake tasksVijay Dev2011-06-071-0/+4
|
* fix typoVijay Dev2011-05-291-1/+1
|
* document aliases for commands and update rails versionsVijay Dev2011-05-281-13/+19
|
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-191-3/+6
|\ | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile
| * Remove extra whitespaceSebastian Martinez2011-04-141-1/+1
| |
| * Update guides with controller generator producing asset stubsSebastian Martinez2011-04-141-1/+4
| |
| * Moving note out of prologue to match other guides and so it'll display correctlyMatt Duncan2011-04-131-2/+2
| |
* | Update scaffold controller to generate scss file if Sass is availablePrem Sichanugrist2011-04-151-2/+2
|/
* s/ERb/ERB/g (part II)Akira Matsuda2011-04-031-1/+1
|
* standardize all shell commands with the $ prefixVijay Dev2011-02-251-1/+1
|
* fix typos, minor editsVijay Dev2011-02-101-5/+5
|
* minor fixes in generatorsVijay Dev2011-02-091-10/+12
|
* removed info about deprecated rake tasks, documented the sandbox option for ↵Vijay Dev2010-12-161-24/+18
| | | | the rails console and minor corrections
* Add note which links to documentation regarding the types of columns available.Ryan Bigg2010-12-091-0/+2
|
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-3/+0
| | | | archived LH project
* Removed miscelenous letters.Ugis Ozols2010-10-131-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* Command Line Guide: changes all 'rails app' commands to 'rails new app'Arkadiusz Holko2010-07-301-6/+6
|
* Guides: Fix numerous broken linksJosiah Ivey2010-05-161-1/+1
|
* Rails 3.0.0 version bootup messagesSantiago Pastorino2010-04-191-6/+7
|
* let's talk about the same pathSantiago Pastorino2010-04-191-3/+3
|
* rails about is now rake aboutSantiago Pastorino2010-04-191-13/+12
|
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵Anil Wadghule2010-04-121-1/+1
| | | | significant places.
* CL guide: fix font format in rails plugin sectioneparreno2010-04-081-4/+4
|
* CL guide: convert rails server to shell texteparreno2010-04-081-2/+6
|
* fix font format in Command Line Basics sectioneparreno2010-04-081-6/+6
|
* Updating command line guideMikel Lindsaar2010-03-111-59/+61
|
* fix usage examples and more to use new invocationsRomD2010-02-061-29/+29
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>