Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -1709/+0 |
| | |||||
* | [getting started] [ci skip] Fix incongruant use of 'we' and 'you'. Expand ↵ | Ryan Bigg | 2012-03-14 | 1 | -4/+82 |
| | | | | upon creating posts section | ||||
* | [getting started] Round out 'Laying down the ground work' section | Ryan Bigg | 2012-03-14 | 1 | -1/+62 |
| | |||||
* | [getting started] rename initial 'meat' section of guide to 'Laying down the ↵ | Ryan Bigg | 2012-03-14 | 1 | -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 path | Ryan Bigg | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | [getting started] Improve explanation around initial controller generator usage | Ryan Bigg | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | [getting started] remove indentation for get 'posts/new' | Ryan Bigg | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | [getting started] Reworking beginnings of the 'meat' of the guide | Ryan Bigg | 2012-03-14 | 1 | -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 Bigg | 2012-03-14 | 1 | -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 Bigg | 2012-03-14 | 1 | -0/+2 |
| | |||||
* | [getting started] Link to Bundler website when explaining Gemfile[.lock] | Ryan Bigg | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | [getting started] Improve prose for initial routing section | Ryan Bigg | 2012-03-14 | 1 | -6/+5 |
| | |||||
* | [getting started] mention generators early on, when rails new is mentioned. | Ryan Bigg | 2012-03-14 | 1 | -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 are | Ryan Bigg | 2012-03-14 | 1 | -1/+8 |
| | |||||
* | [getting started] more line lengthening | Ryan Bigg | 2012-03-14 | 1 | -63/+18 |
| | |||||
* | [getting started] fix lines that are too short. | Ryan Bigg | 2012-03-14 | 1 | -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.2 | Ryan Bigg | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | [getting started] *THE* way to install Rails is by running +gem install+. ↵ | Ryan Bigg | 2012-03-14 | 1 | -2/+1 |
| | | | | You should not run this as the root user. | ||||
* | [getting started] Remove super-early mention of REST from Getting Started guide. | Ryan Bigg | 2012-03-14 | 1 | -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 Bigg | 2012-03-14 | 1 | -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 Noria | 2012-03-07 | 1 | -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 places | Xavier Noria | 2012-02-26 | 1 | -3/+9 |
| | |||||
* | minor text change [ci skip] | Vijay Dev | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | use CamelCase convention for "tag" model name | ciastek | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | "will be used throughout all the views for posts." could suggest, that ↵ | ciastek | 2012-01-23 | 1 | -1/+1 |
| | | | | code's modification is somehow related to posts, while it's application-wide | ||||
* | minor edits in getting started guide | Vijay Dev | 2012-01-16 | 1 | -2/+2 |
| | |||||
* | change class to id per scaffold change | Dan Pickett | 2012-01-15 | 1 | -7/+7 |
| | | | #4472 | ||||
* | Improve description of :allow_destroy option for nested attributes in ↵ | Carlos Antonio da Silva | 2012-01-15 | 1 | -7/+7 |
| | | | | getting started guide | ||||
* | Fix styling of example layout. Fixes #4461 | Jason Noble | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | Getting Started Guide: Update reference about JavaScript runtimes | Guillermo Iguaran | 2012-01-13 | 1 | -1/+7 |
| | |||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | remove wiki link | Vijay Dev | 2011-12-31 | 1 | -1/+0 |
| | |||||
* | fix a couple of formatting issues | Vijay Dev | 2011-12-31 | 1 | -3/+2 |
| | |||||
* | remove unnecessary link. This is already mentioned in section 3 of the guide | Vijay Dev | 2011-12-20 | 1 | -3/+0 |
| | |||||
* | wrong link markup | Mikhail Dieterle | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | revises some stuff that was out of sync with the recent generated README.rdoc | Xavier Noria | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | Revert "fixed typo in getting started form_for for comments" | Arun Agrawal | 2011-11-28 | 1 | -1/+1 |
| | | | | | | This reverts commit 2f428a6245a18017c7942f8fef3da4a85bec8cc5. See comments here 2f428a6245a18017c7942f8fef3da4a85bec8cc5 | ||||
* | fixed typo in getting started form_for for comments | Tim Reischmann | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Let's say this 3.1.3 instead of 3.1.1 in docs | Arun Agrawal | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | rephrased ef38c3089e1269e2b315aff503e61c0b23c95f00 and | Vijay Dev | 2011-11-26 | 1 | -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 Pearson | 2011-11-24 | 1 | -12/+6 |
| | | | | gem install. | ||||
* | Add step to getting_started to install JS Runtime. | Michael Pearson | 2011-11-24 | 1 | -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 option | Jason Noble | 2011-11-13 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-11-13 | 1 | -66/+82 |
|\ | |||||
| * | copy edits in getting started guide | Vijay Dev | 2011-11-13 | 1 | -15/+12 |
| | | |||||
| * | Revert "Move Tip up higher so users who are fine with SQLite can skip to the ↵ | Vijay Dev | 2011-11-13 | 1 | -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 Dev | 2011-11-13 | 1 | -1/+2 |
| | | | | | | | | This reverts commit 6ac65c92029d3eefd101f9458d86bae0314cd14c. | ||||
| * | Revert "Update guide to use Ruby 1.9 hash syntax" | Vijay Dev | 2011-11-13 | 1 | -43/+45 |
| | | | | | | | | | | | | This reverts commit 50a9de514f8724b04d3681aa9ca228a8ca490909. Reason: Let's keep the guides at 1.8 syntax | ||||
| * | Update guide to use Ruby 1.9 hash syntax | Jason Noble | 2011-11-13 | 1 | -45/+43 |
| | | |||||
| * | Add output for add_index command | Jason Noble | 2011-11-13 | 1 | -2/+4 |
| | |