aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
Commit message (Collapse)AuthorAgeFilesLines
* rephrased ef38c3089e1269e2b315aff503e61c0b23c95f00 andVijay Dev2011-11-261-5/+1
| | | | mentioned about OS X and windows usually having a JS runtime
* Move JS runtime instructions to where the error would be encountered, remove ↵Michael Pearson2011-11-241-12/+6
| | | | gem install.
* Add step to getting_started to install JS Runtime.Michael Pearson2011-11-241-0/+12
| | | | | abstrakt on #rubyonrails found that the guide, when followed step by step, does fails at the 'rails server' command due to a lacking JS runtime.
* Move tooltip on re-running rails new with a different --database optionJason Noble2011-11-131-8/+8
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-131-66/+82
|\
| * copy edits in getting started guideVijay Dev2011-11-131-15/+12
| |
| * Revert "Move Tip up higher so users who are fine with SQLite can skip to the ↵Vijay Dev2011-11-131-18/+16
| | | | | | | | | | | | | | | | | | next section" This reverts commit 4bf057b8661754948681a18cf17ff5676518d774. Reason: Prefer to keep the configuration of all databases at the same level
| * Revert "Use rails help new instead of rails new -h"Vijay Dev2011-11-131-1/+2
| | | | | | | | This reverts commit 6ac65c92029d3eefd101f9458d86bae0314cd14c.
| * Revert "Update guide to use Ruby 1.9 hash syntax"Vijay Dev2011-11-131-43/+45
| | | | | | | | | | | | This reverts commit 50a9de514f8724b04d3681aa9ca228a8ca490909. Reason: Let's keep the guides at 1.8 syntax
| * Update guide to use Ruby 1.9 hash syntaxJason Noble2011-11-131-45/+43
| |
| * Add output for add_index commandJason Noble2011-11-131-2/+4
| |
| * Convert tables to table formatJason Noble2011-11-131-10/+13
| |
| * Grammar changeJason Noble2011-11-131-1/+1
| |
| * Be explicit on where the show.html.erb is locatedJason Noble2011-11-131-1/+1
| |
| * Make the guide more friendlyJason Noble2011-11-131-8/+10
| | | | | | - Changed Rails 3.0 to 3.0+
| * Be explicit about changing codeJason Noble2011-11-131-2/+2
| |
| * p.errors.full_messages is a little more human readableJason Noble2011-11-131-4/+2
| |
| * Add link to AR Validations and Callbacks to further explain validationsJason Noble2011-11-131-1/+2
| |
| * Update wording to read betterJason Noble2011-11-131-1/+1
| |
| * Update wording to be more explicit on what the timestamp fields trackJason Noble2011-11-131-5/+5
| |
| * Update order so they show up in the order they do in the scaffolding outputJason Noble2011-11-131-7/+7
| |
| * Update wording to flow betterJason Noble2011-11-131-3/+3
| |
| * Fix typoJason Noble2011-11-131-1/+1
| |
| * Move Tip up higher so users who are fine with SQLite can skip to the next ↵Jason Noble2011-11-131-16/+18
| | | | | | | | section
| * Updated wording to read betterJason Noble2011-11-131-3/+4
| |
| * Updated wording on what 'rails new blog' did for the userJason Noble2011-11-131-11/+11
| | | | | | | | | | - Alphabetized the files/folders created - Added link to Configuring Rails Applications
| * Use rails help new instead of rails new -hJason Noble2011-11-131-2/+1
| |
| * Move paragraphs to flow betterJason Noble2011-11-131-7/+15
| | | | | | - Give the user a way to know they are fully installed and ready to continue
| * Add Tip about skipping to Section 3 if they want to come back to the ↵Jason Noble2011-11-131-0/+4
| | | | | | | | philosophy later
* | Use head :no_content on the guides as well.José Valim2011-11-091-2/+2
|/
* copy editingVijay Dev2011-10-051-5/+4
|
* Several other small corrections.Manuel Menezes de Sequeira2011-10-011-30/+31
|
* Several small corrections and clarifications.Manuel Menezes de Sequeira2011-10-011-29/+31
|
* Small typo corrected.Manuel Menezes de Sequeira2011-09-301-3/+3
|
* No more changelogs inside guidesVijay Dev2011-09-151-21/+0
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-09-131-5/+5
|\
| * getting_started.textile: Fix typo and split up a sentence in section ↵dharmatech2011-09-121-2/+2
| | | | | | | | "Building a Multi-Model Form"
| * Merge pull request #67 from alanzeino/masterVijay Dev2011-09-121-2/+2
| |\ | | | | | | 'Getting Started' guide typo fix
| | * Slight change to reflect current 'destroy' code generated by scaffold in 3.1 ↵Alan Zeino2011-09-121-2/+2
| | | | | | | | | | | | release.
| * | getting_started.textile: Fix typos in section "Rendering a Partial Form"dharmatech2011-09-121-1/+1
| |/
* / Added getting_started code, updated guide with link to rails github repo and ↵James Gifford2011-09-121-0/+3
|/ | | | path to code
* Update to conform to rails 3.1 generated caodeMichael P Laing2011-09-101-2/+2
|
* some copy-editsVijay Dev2011-09-081-3/+3
|
* getting_started.textile section 6: Correct file names in tabledharmatech2011-09-071-3/+3
|
* getting_started.textile: Fix another typodharmatech2011-09-071-1/+1
|
* getting_started.textile: fix minor typodharmatech2011-09-051-1/+1
|
* Fixed a typo in the section about migration.David Peckham2011-09-021-1/+1
|
* make code example agree with text just aboveRay Baxter2011-08-311-1/+1
|
* removed the link to my blog to help stop endless commentsJoost Baaij2011-08-231-1/+1
|
* Revert "Removed my name from the changelog as the amount of blogspam became ↵Joost Baaij2011-08-231-0/+1
| | | | | | ridiculous. " This reverts commit 95bece9155c46a2273a3febc3a2e176b8c15df8f.