aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
Commit message (Collapse)AuthorAgeFilesLines
* minor edits in getting started guideVijay Dev2012-01-161-2/+2
|
* change class to id per scaffold changeDan Pickett2012-01-151-7/+7
| | | #4472
* Improve description of :allow_destroy option for nested attributes in ↵Carlos Antonio da Silva2012-01-151-7/+7
| | | | getting started guide
* Fix styling of example layout. Fixes #4461Jason Noble2012-01-131-1/+1
|
* Getting Started Guide: Update reference about JavaScript runtimesGuillermo Iguaran2012-01-131-1/+7
|
* Rails::Plugin has goneSantiago Pastorino2012-01-031-1/+1
|
* remove wiki linkVijay Dev2011-12-311-1/+0
|
* fix a couple of formatting issuesVijay Dev2011-12-311-3/+2
|
* remove unnecessary link. This is already mentioned in section 3 of the guideVijay Dev2011-12-201-3/+0
|
* wrong link markupMikhail Dieterle2011-12-211-1/+1
|
* revises some stuff that was out of sync with the recent generated README.rdocXavier Noria2011-12-101-1/+1
|
* Revert "fixed typo in getting started form_for for comments"Arun Agrawal2011-11-281-1/+1
| | | | | | This reverts commit 2f428a6245a18017c7942f8fef3da4a85bec8cc5. See comments here 2f428a6245a18017c7942f8fef3da4a85bec8cc5
* fixed typo in getting started form_for for commentsTim Reischmann2011-11-281-1/+1
|
* Let's say this 3.1.3 instead of 3.1.1 in docsArun Agrawal2011-11-261-1/+1
|
* 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
|\