aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|/ /
* | Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-1/+1
| |
* | Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-4/+4
|/
* Use Rails to Render Default Index Pageschneems2012-12-101-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 Dev2012-12-081-2/+0
| | | | | | | | This reverts commit 83cb6fbd13f3c5ea3106b9a57964b1a6fb243682. Reason: very trivial [ci skip]