Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting Started Guide: typo fix. [ci skip] | Steve Klabnik | 2013-03-16 | 1 | -1/+1 |
| | | | | | | There was an s missing in 'views'. Fixes #9752. | ||||
* | Getting Started Guide: 3.2.9 -> 4.0.0. [ci skip] | Steve Klabnik | 2013-03-14 | 1 | -1/+1 |
| | | | | Brought up in https://github.com/rails/rails/issues/9727 | ||||
* | Reverting commit regarding public/index.html (no longer in Rails 4.) | Christine Hertzel | 2013-03-01 | 1 | -2/+0 |
| | | | | This reverts commit f8461f73c77c186ad0aa735fe9877990bffe1990. | ||||
* | Fixed grammatical error and simplified paragraph concerning controllers. | Christine Hertzel | 2013-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com> | ||||
* | Clarified removal of public/index.html file | Chelsea Macaluso | 2013-03-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Trent Michaels <t.michaels@modcloth.com> | ||||
* | Clarified need to remove existing code in welcome index. | Trent Michaels | 2013-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com> | ||||
* | Prefer Ruby 2.0; require 1.9.3+ | Jeremy Kemper | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | fixing link to validations guide in getting started guide | Steve Klabnik | 2013-01-22 | 1 | -4/+5 |
| | |||||
* | Getting Started Guide: strong_parameters | Steve Klabnik | 2013-01-22 | 1 | -8/+33 |
| | | | | | Stuff didn't work because of strong_parameters. Now the right calls are in place. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -7/+9 |
|\ | | | | | | | | | Conflicts: guides/source/getting_started.md | ||||
| * | The plural of apparatus is apparatuses | Tim Raymond | 2013-01-05 | 1 | -1/+1 |
| | | |||||
| * | wrap terminal prompt marks in a pre tag | Gosha Arinich | 2013-01-05 | 1 | -1/+3 |
| | | |||||
| * | proper article in the getting started guide | Gosha Arinich | 2013-01-05 | 1 | -1/+1 |
| | | |||||
| * | let's get started with PATCH method rather than PUT | Akira Matsuda | 2013-01-03 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #8802 from claudiob/patch-1 | Guillermo Iguaran | 2013-01-07 | 1 | -1/+1 |
|\ \ | | | | | | | Update guides/source/getting_started.md [ci skip] | ||||
| * | | Update guides/source/getting_started.md | Claudio B. | 2013-01-07 | 1 | -1/+1 |
| | | | | | | | | | Reflect change in 009873a that renamed the script/ folder to bin/ | ||||
* | | | doc/README_FOR_APP is no longer generated | Xavier Noria | 2013-01-08 | 1 | -1/+0 |
|/ / | |||||
* | | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -1/+1 |
| | | |||||
* | | Change guides to use update instead of update_attributes | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -4/+4 |
|/ | |||||
* | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | This is an alternative implementation to #7771 thanks to the advice of @spastorino Rails is a dynamic framework that serves a static index.html by default. One of my first questions ever on IRC was solved by simply deleting my public/index.html file. This file is a source of confusion when starting as it over-rides any set "root" in the routes yet it itself is not listed in the routes. By making the page dynamic by default we can eliminate this confusion. This PR moves the static index page to an internal controller/route/view similar to `rails/info`. When someone starts a rails server, if no root is defined, this route will take over and the "dynamic" index page from rails/welcome_controller will be rendered. These routes are only added in development. If a developer defines a root in their routes, it automatically takes precedence over this route and will be rendered, with no deleting of files required. In addition to removing this source of confusion for new devs, we can now use Rails view helpers to build and render this page. While not the primary intent, the added value of "dogfooding" should not be under-estimated. The prior PR #7771 had push-back since it introduced developer facing files. This PR solves all of the same problems, but does not have any new developer facing files (it actually removes one). cc/ @wsouto, @dickeyxxx, @tyre, @ryanb, @josevalim, @maxim, @subdigital, @steveklabnik ATP Railties and Actionpack. | ||||
* | Revert "Introduce Bundler and Gemfiles in a NOTE" | Vijay Dev | 2012-12-08 | 1 | -2/+0 |
| | | | | | | | | This reverts commit 83cb6fbd13f3c5ea3106b9a57964b1a6fb243682. Reason: very trivial [ci skip] | ||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Introduce Bundler and Gemfiles in a NOTE | Pablo Torres | 2012-12-05 | 1 | -0/+2 |
| | |||||
* | Define a generator before referring to it | Pablo Torres | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Correct bad English | Pablo Torres | 2012-12-04 | 1 | -2/+2 |
| | |||||
* | added full file path in all file references | Yoni Yalovitsky | 2012-12-03 | 1 | -9/+9 |
| | | | | | It's really comfy being able to copy-paste the file paths. I suppose there's also some benefit in trying to figure out the file name as a small exercise, but I don't think that sort of thing belongs in "Getting Started". | ||||
* | removed an extra slash before the 'app' dir | Yoni Yalovitsky | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -2/+3 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Remove 'This guide is based on ' warnings. | Steve Klabnik | 2012-11-29 | 1 | -3/+0 |
| | | | | It's obvious that the guide is based on this version of Rails, and may not be backwards compatible. | ||||
* | Getting Started: Improve instructions on opening a terminal | Steve Klabnik | 2012-11-29 | 1 | -1/+4 |
| | |||||
* | Getting Started: remove reference to attr_accessible | Steve Klabnik | 2012-11-29 | 1 | -11/+0 |
| | |||||
* | Getting Started: mac -> Mac OS X | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | It's properly called "Mac OS X" | ||||
* | Getting Started: Rails 3.2 -> Rails 4. | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | This is based on Rails 4, not Rails 3.2. | ||||
* | Set fixed-width style where appropriate on Getting Started guide. | Hendy Tanata | 2012-11-27 | 1 | -2/+2 |
| | |||||
* | Revert "Updated with where functional/helper tests go" | Jason Noble | 2012-11-25 | 1 | -2/+2 |
| | | | | | | This reverts commit c94cfdad6388dcdfaf4c10b9e8cee46baf2a7901. * This is the new 4.0 (master) directory structure | ||||
* | Reword Post model to note there are lines not shown | Jason Noble | 2012-11-24 | 1 | -1/+2 |
| | |||||
* | We should use post_path, not post_url | Jason Noble | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | Updated with where functional/helper tests go | Jason Noble | 2012-11-24 | 1 | -2/+2 |
| | |||||
* | Moved position of has_many | Jason Noble | 2012-11-24 | 1 | -2/+3 |
| | |||||
* | Added new line to make it more readable | Jason Noble | 2012-11-24 | 1 | -1/+2 |
| | | | | * This shows the reader there is a method: and data: parameters | ||||
* | Changed the Using Partials section to read a little better | Jason Noble | 2012-11-24 | 1 | -25/+4 |
| | | | | * No need to give a simple example, as we have a partial that we create in the blog app | ||||
* | Modified "Allowing the update of fields" section | Jason Noble | 2012-11-24 | 1 | -12/+6 |
| | | | | | | | * Rails generate model Post ______ creates the attr_accessible line for you for any fields you specify. Changed the section to describe what this line in the model does. | ||||
* | Update version numbers of Ruby and Rails | Jason Noble | 2012-11-24 | 1 | -2/+2 |
| | |||||
* | Updated link to RubyGems site | Jason Noble | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -5/+5 |
| | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+1787 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -1787/+0 |
| | |||||
* | Fix typos and clean up Getting Started guide | Jaime Iniesta | 2012-10-12 | 1 | -14/+17 |
| | |||||
* | specify path to CommentsController again inline | Tim McEwan | 2012-10-12 | 1 | -1/+1 |
| | | | | (incorporating feedback from a newbie) | ||||
* | 1.9 hash syntax for guides, work-in-progress | AvnerCohen | 2012-10-11 | 1 | -44/+44 |
| |