aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up wording and tags.blahedo2013-07-061-17/+43
| | | | | | | | Replaced <br /> with <br> for consistency; Added note about singular/plural distinction (which was previously confusing to a Rails noob); Rephrased explanation of how form is routed to controller, again to reduce confusion; and added explanation to replace incorrect link. [ci skip]
* Merged sections to reflect current contents of guide.blahedo2013-07-051-3/+1
| | | | | | Section "allowing the update of fields" was now just a general introduction to the idea of the model (actual updating was two sections later). So, merged into the section about validation.
* Merge pull request #11201 from ↵Yves Senn2013-07-051-13/+10
|\ | | | | | | | | jetthoughts/fix_create_post_example_in_getting_started Improve Getting Started Guide
| * Removed params permit step from 5.6 section [ci skip]Paul Nikitochkin2013-06-301-13/+10
| |
* | Added link to Form Helper article from getting strated [ci skip]Paul Nikitochkin2013-07-041-3/+3
|/
* Merge pull request #11186 from jetthoughts/synchronize_create_method_bodyYves Senn2013-06-301-9/+34
|\ | | | | Synchronize PostController#create code from 5.6 to others sections in Getting Started guide.
| * Synchronize PostController#create code from 5.6 to others sections. [ci skip]Paul Nikitochkin2013-06-301-9/+34
| | | | | | | | Fixed `permit` using for comments.
* | Added clarification for destroy link_to description in 5.14 [ci skip]Paul Nikitochkin2013-06-301-3/+3
|/
* Asking user to declare post resource in guide [ci skip]Paul Nikitochkin2013-06-271-2/+2
|
* Removed "to:" from root directive and fixed typo ":to"Jeff Rodriguez2013-06-271-5/+5
| | | | | `root :to` is invalid syntax `root to:` is valid, but the generated routes file omits `to:`
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-261-1/+1
|\ | | | | | | | | Conflicts: guides/source/layout.html.erb
| * Change "." to ":" for formatting purposeVipul A M2013-06-151-1/+1
| |
* | change id="errorExplanation" to id="error_explanation" to match the ↵Luzi Humm2013-06-251-3/+3
| | | | | | | | generated files
* | Use Colspan in th TagsSıtkı Bağdat2013-06-171-5/+2
|/ | | | | | | | | | Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it? Change repetitive th tags to use colspan attribute Update CHANGELOG.md Update CHANGELOG.md
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-141-10/+10
|\ | | | | | | | | Conflicts: guides/source/upgrading_ruby_on_rails.md
| * Consistent use of one space only after punctuationSunny Ripert2013-05-281-3/+3
| |
| * End-of-line whitespace huntSunny Ripert2013-05-281-8/+8
| |
* | ’ -> ' [ci skip]Steve Klabnik2013-06-081-1/+1
| |
* | Update Getting Started Guide - Strong ParametersAJ Acevedo2013-06-071-4/+11
| | | | | | | | modified: guides/source/getting_started.md
* | As we have moved to rails/docrails from lifo/docrailsArun Agrawal2013-06-061-1/+1
|/ | | | | | Changing links to guides. We are not worried for old versions as GitHub is handling the redirects.
* Update CreateComments migration to reflect the output from Rails 4.Douglas Teoh2013-05-041-9/+5
|
* Fix another incorrect post_path link generation.Douglas Teoh2013-05-041-1/+1
|
* Remove unopened closing brace.Douglas Teoh2013-05-041-2/+1
|
* Fix incorrect post_path link generation.Douglas Teoh2013-05-041-1/+1
|
* Capitalizing internet to Internet. [ci skip]Akshay Khole2013-05-031-1/+1
|
* Move 2 images to getting_started folder. All other images in getting started ↵Richard Owen2013-04-281-2/+2
| | | | guide already in this folder.
* Use instance variables in redirect_toMikhail Dieterle2013-04-281-4/+4
|
* Remove calls to action: and make use of named routes for consistency.Nick Borromeo2013-04-231-106/+35
|
* Move use of named routes to beggining of the guideNick Borromeo2013-04-231-67/+30
|
* Getting Started Guide: add missing PATCHIgor Kapkov2013-04-071-8/+9
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip]
| * s/Textmate/TextMate/Akira Matsuda2013-03-251-1/+1
| |
| * view/views, asset/assetsPrathamesh Sonpatki2013-03-241-1/+1
| |
* | Getting Started Guide: typo fix. [ci skip]Steve Klabnik2013-03-161-1/+1
| | | | | | | | | | | | There was an s missing in 'views'. Fixes #9752.
* | Getting Started Guide: 3.2.9 -> 4.0.0. [ci skip]Steve Klabnik2013-03-141-1/+1
|/ | | | Brought up in https://github.com/rails/rails/issues/9727
* Reverting commit regarding public/index.html (no longer in Rails 4.)Christine Hertzel2013-03-011-2/+0
| | | | This reverts commit f8461f73c77c186ad0aa735fe9877990bffe1990.
* Fixed grammatical error and simplified paragraph concerning controllers.Christine Hertzel2013-03-011-1/+1
| | | | Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com>
* Clarified removal of public/index.html fileChelsea Macaluso2013-03-011-0/+2
| | | | Signed-off-by: Trent Michaels <t.michaels@modcloth.com>
* Clarified need to remove existing code in welcome index.Trent Michaels2013-03-011-1/+1
| | | | Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com>
* Prefer Ruby 2.0; require 1.9.3+Jeremy Kemper2013-02-091-2/+2
|
* fixing link to validations guide in getting started guideSteve Klabnik2013-01-221-4/+5
|
* Getting Started Guide: strong_parametersSteve Klabnik2013-01-221-8/+33
| | | | | Stuff didn't work because of strong_parameters. Now the right calls are in place.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-7/+9
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * The plural of apparatus is apparatusesTim Raymond2013-01-051-1/+1
| |
| * wrap terminal prompt marks in a pre tagGosha Arinich2013-01-051-1/+3
| |
| * proper article in the getting started guideGosha Arinich2013-01-051-1/+1
| |
| * let's get started with PATCH method rather than PUTAkira Matsuda2013-01-031-5/+5
| |
* | Merge pull request #8802 from claudiob/patch-1Guillermo Iguaran2013-01-071-1/+1
|\ \ | | | | | | Update guides/source/getting_started.md [ci skip]
| * | Update guides/source/getting_started.mdClaudio B.2013-01-071-1/+1
| | | | | | | | | Reflect change in 009873a that renamed the script/ folder to bin/
* | | doc/README_FOR_APP is no longer generatedXavier Noria2013-01-081-1/+0
|/ /