aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/command_line.textile
Commit message (Collapse)AuthorAgeFilesLines
* Revert "updates the new default pool size in some additional places"Xavier Noria2012-03-071-3/+1
| | | | | | Reason: We are about to temporarily revert the change to the default. This reverts commit 5c0aba238c37a71fce08f949bc2c6bdd9aab4f7b.
* updates the new default pool size in some additional placesXavier Noria2012-02-261-1/+3
|
* Rails::Plugin has goneSantiago Pastorino2012-01-031-16/+0
|
* [docs] Ruby upgradeArun Agrawal2011-12-201-1/+1
|
* 4.0.0.beta now :-)Arun Agrawal2011-12-201-6/+6
|
* update command line guide: generated README is now an rdocVijay Dev2011-12-111-3/+3
|
* add haml and slim to the list of extensions supported by rake notesVijay Dev2011-12-091-1/+1
|
* rxml and rhtml are no longer searched for source code annotationsVijay Dev2011-12-061-1/+1
|
* Adding information about ActionDispatch::DebugExceptionsArun Agrawal2011-12-021-1/+1
|
* there is no need to repeat about possibility of using -h option to get full helpSergey Parizhskiy2011-11-281-1/+1
|
* completed documentation for the rails server commandSergey Parizhskiy2011-11-281-0/+2
|
* Updated rack version in docs for 3.2Arun Agrawal2011-10-221-1/+1
|
* Rails version to 3.2.0.beta in docsArun Agrawal2011-10-221-6/+6
|
* Middleware details updated for 3.2Arun Agrawal2011-10-221-1/+1
|
* Add Destroy AliasAndrey Ognevsky2011-08-221-0/+2
| | | | | | | | * Added destroy alias to rails generator * add alias info for destroy command * Updated command line guides
* 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