aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * explain how to check if the server has returned on *nix systems in ↵schneems2012-10-021-1/+1
| | | | | | | | getting_started guide
| * Explain that command line commands have $schneems2012-10-021-0/+7
| | | | | | | | This was extremely confusing to new programmers, also different operating systems call the command line something different
| * change `#` to `$` in bash sectionschneems2012-10-021-1/+1
| |
| * use <url> markdown syntax instead of [url](url) [ci skip]Francesco Rodriguez2012-10-011-13/+13
| |
* | Update test locationsMike Moore2012-10-091-12/+12
|/ | | | | | | | | | | | | | 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 some md syntax errors and general revisions [ci skip]Vijay Dev2012-09-211-17/+16
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-5/+6
| | | | | | | | | | | | | | | | 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 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-44/+39
|
* Convert image tags to Markdown syntaxPrem Sichanugrist2012-09-171-12/+12
|
* Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-171-7/+10
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-33/+33
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-212/+212
|
* change shell to bashPrem Sichanugrist2012-09-171-17/+17
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-9/+9
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-40/+52
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-164/+164
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+1767