aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove BestStandardsSupport referencesrobertomiranda2013-02-011-1/+1
|
* script => binAkira Matsuda2013-01-181-1/+1
|
* clear specific logs when using rake log:clearMatt Bridges2013-01-161-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-31/+13
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * get rid of outdated "`server` with Different Backends" sectionAkira Matsuda2013-01-041-25/+0
| | | | | | | | | | | | | | * I don't think people are running Rails under mongrel today * it's better not to sudo gem install * basically all we need to do is just bundle the server. No need to give its name as a parameter * I could write ^^^, but I realized that it's not really about "command line"
| * update the example of generated postgresql configAkira Matsuda2013-01-041-5/+11
| |
| * update the scaffold generator outputsAkira Matsuda2013-01-041-1/+2
| |
* | update rake tasks output [ci skip]Vijay Dev2013-01-011-1/+1
|/
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-5/+5
|
* 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.
* Command Line: remove 'A Guide to'Steve Klabnik2012-11-291-2/+2
| | | | It's obvious that this is a guide.
* Remove 'This guide is based on ' warnings.Steve Klabnik2012-11-291-2/+0
| | | | It's obvious that the guide is based on this version of Rails, and may not be backwards compatible.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-5/+5
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-1/+1
|
* Update test locationsMike Moore2012-10-091-11/+11
| | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional)
* Fix syntax error in the command_line guide [ci skip]Rafael Mendonça França2012-09-281-2/+2
|
* revise commandline guide [ci skip]Vijay Dev2012-09-281-12/+6
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-1/+1
| | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes.
* Fix broken and duplicate headingsPrem Sichanugrist2012-09-171-1/+1
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-7/+7
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-1/+1
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-10/+10
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-62/+62
|
* change shell to bashPrem Sichanugrist2012-09-171-27/+27
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-24/+24
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-24/+28
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-64/+64
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+614