aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/posts/index.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Re-do Getting Started application with Rails 4.Steve Klabnik2013-01-221-8/+6
| | | | | | | 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.
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-181-1/+1
| | | | | | | | | This applies to the following helpers: `button_to` `button_tag` `image_submit_tag` `link_to` `submit_tag`
* Add delete post section to Getting Started guideOscar Del Ben2012-04-271-0/+2
|
* Add update post section to getting started guideOscar Del Ben2012-04-241-0/+2
|
* Add index and links section to Getting started guideOscar Del Ben2012-04-201-13/+5
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+27