aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app
Commit message (Collapse)AuthorAgeFilesLines
* replace non-breaking spaces with normal spaces [ci skip]Yves Senn2013-03-072-4/+4
|
* Re-do Getting Started application with Rails 4.Steve Klabnik2013-01-2224-62/+85
| | | | | | | The sample application with the Getting Started Guide was very out of date. I've re-done it on edge (as of 51b9def5bf108fb566e) so it should be good to go with Rails 4. It's also in synch with what the guide actually says.
* Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
|
* Remove duplicate 'the' article in commented lineclaudiob2012-10-081-1/+1
| | | | The sentence used to read "at the bottom of the the compiled file"
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-182-3/+3
| | | | | | | | | This applies to the following helpers: `button_to` `button_tag` `image_submit_tag` `link_to` `submit_tag`
* fix up the example app for getting started guide [ci skip]Vijay Dev2012-06-024-7/+6
|
* change welcome_helper.rb to home_helper.rbspyhole2012-06-011-0/+0
|
* the file name should be changed to home_helper.rbspyhole2012-06-021-1/+1
|
* Update guides/code/getting_started/app/controllers/home_controller.rbspyhole2012-06-021-1/+1
|
* Remove tags from getting started guide and adapt some of the content toOscar Del Ben2012-05-022-2/+5
| | | | the new guide
* Rewrite refactoring section in getting started guideOscar Del Ben2012-05-023-34/+12
|
* Rewrite comments action in getting started guideOscar Del Ben2012-05-021-0/+12
|
* Rewrite adding a second model section of Getting Started GuideOscar Del Ben2012-04-302-4/+20
|
* Add delete post section to Getting Started guideOscar Del Ben2012-04-272-0/+9
|
* Add partials section to getting started guideOscar Del Ben2012-04-251-1/+1
|
* Add update post section to getting started guideOscar Del Ben2012-04-245-3/+19
|
* Fix some code in getting started guideOscar Del Ben2012-04-241-0/+0
|
* Add validation code to getting started guide and improve validationOscar Del Ben2012-04-212-0/+11
| | | | section
* Add model validation section to Getting Started guideOscar Del Ben2012-04-218-76/+5
|
* Add index and links section to Getting started guideOscar Del Ben2012-04-208-18/+15
|
* Add show action in getting started guideOscar Del Ben2012-04-203-25/+10
|
* New Getting started guide wont have tagsOscar Del Ben2012-04-205-25/+1
|
* Adapt "Getting started guide" code sampleOscar Del Ben2012-04-204-109/+19
|
* moves the guides up to the root directoryXavier Noria2012-03-1733-0/+395