aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
Commit message (Collapse)AuthorAgeFilesLines
* [getting started] [ci skip] Fix incongruant use of 'we' and 'you'. Expand ↵Ryan Bigg2012-03-141-4/+82
| | | | upon creating posts section
* [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
| | | | | | ground work' This section involves a medium amount of setup and explanation (for the end user's own good!). It's not really about creating a post... that's for the *next* section
* [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
| | | | | | This guide will now create the new action first, then the create action and so on and so forth until the controller has all seven RESTful actions. We are doing this to demonstrate to a user how to *properly* build a controller. We do not mention scaffold *ON PURPOSE*. Scaffold is evil. We want to show the users the different facets of creating a resource, and this is how we're going to do it.
* [getting started] Default root route in config/routes.rb is for a welcome ↵Ryan Bigg2012-03-141-5/+5
| | | | controller. Let's make it easy by creating a WelcomeController, not a HomeController, in the guide
* [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
| | | | This is to show one of the 'wins' of Rails nice and early. More are demonstrated as we flow through the guide.
* [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
| | | | This should be a configuration setting on your text editor, rather than hard-coded into the guide
* [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+. ↵Ryan Bigg2012-03-141-2/+1
| | | | You should not run this as the root user.
* [getting started] Remove super-early mention of REST from Getting Started guide.Ryan Bigg2012-03-141-148/+1
| | | | We will mention this as we introduce the routing components for Rails later on in the guide.
* Move database configuration section from Getting Started Guide into ↵Ryan Bigg2012-03-141-140/+0
| | | | | | Configuration guide This is because newbies don't need to know immediately all the different ways of configuring a database on Rails. The default is SQLite3 which'll work on most operating systems by default. The only reason for it to *not* work is due to missing packages on the operating system, which should be taken care of in some sort of 'Installing Rails for <Operating System> guide.
* Revert "updates the new default pool size in some additional places"Xavier Noria2012-03-071-9/+3
| | | | | | Reason: We are about to temporarily revert the change to the default. This reverts commit 5c0aba238c37a71fce08f949bc2c6bdd9aab4f7b.
* 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 ↵ciastek2012-01-231-1/+1
| | | | code's modification is somehow related to posts, while it's application-wide
* 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
| |