aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
Commit message (Expand)AuthorAgeFilesLines
* moves the guides up to the root directoryXavier Noria2012-03-171-1709/+0
* [getting started] [ci skip] Fix incongruant use of 'we' and 'you'. Expand upo...Ryan Bigg2012-03-141-4/+82
* [getting started] Round out 'Laying down the ground work' sectionRyan Bigg2012-03-141-1/+62
* [getting started] rename initial 'meat' section of guide to 'Laying down the ...Ryan Bigg2012-03-141-1/+1
* [getting started] correct typo in welcome/index.html.erb template pathRyan Bigg2012-03-141-1/+1
* [getting started] Improve explanation around initial controller generator usageRyan Bigg2012-03-141-1/+1
* [getting started] remove indentation for get 'posts/new'Ryan Bigg2012-03-141-1/+1
* [getting started] Reworking beginnings of the 'meat' of the guideRyan Bigg2012-03-141-44/+31
* [getting started] Default root route in config/routes.rb is for a welcome con...Ryan Bigg2012-03-141-5/+5
* [getting started] add warning that guide is being worked on (just for edge)Ryan Bigg2012-03-141-0/+2
* [getting started] Link to Bundler website when explaining Gemfile[.lock]Ryan Bigg2012-03-141-1/+1
* [getting started] Improve prose for initial routing sectionRyan Bigg2012-03-141-6/+5
* [getting started] mention generators early on, when rails new is mentioned.Ryan Bigg2012-03-141-3/+4
* [getting started] briefly explain what a controller and view areRyan Bigg2012-03-141-1/+8
* [getting started] more line lengtheningRyan Bigg2012-03-141-63/+18
* [getting started] fix lines that are too short.Ryan Bigg2012-03-141-5/+1
* [getting started] update Rails version to 3.2.2Ryan Bigg2012-03-141-1/+1
* [getting started] *THE* way to install Rails is by running +gem install+. You...Ryan Bigg2012-03-141-2/+1
* [getting started] Remove super-early mention of REST from Getting Started guide.Ryan Bigg2012-03-141-148/+1
* Move database configuration section from Getting Started Guide into Configura...Ryan Bigg2012-03-141-140/+0
* Revert "updates the new default pool size in some additional places"Xavier Noria2012-03-071-9/+3
* updates the new default pool size in some additional placesXavier Noria2012-02-261-3/+9
* minor text change [ci skip]Vijay Dev2012-01-251-1/+1
* use CamelCase convention for "tag" model nameciastek2012-01-231-1/+1
* "will be used throughout all the views for posts." could suggest, that code's...ciastek2012-01-231-1/+1
* minor edits in getting started guideVijay Dev2012-01-161-2/+2
* change class to id per scaffold changeDan Pickett2012-01-151-7/+7
* Improve description of :allow_destroy option for nested attributes in getting...Carlos Antonio da Silva2012-01-151-7/+7
* 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
* 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
* Move JS runtime instructions to where the error would be encountered, remove ...Michael Pearson2011-11-241-12/+6
* Add step to getting_started to install JS Runtime.Michael Pearson2011-11-241-0/+12
* 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
| * Revert "Use rails help new instead of rails new -h"Vijay Dev2011-11-131-1/+2
| * Revert "Update guide to use Ruby 1.9 hash syntax"Vijay Dev2011-11-131-43/+45
| * 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