1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

30 commits

Author SHA1 Message Date
John Kelly Ferguson
45072f34d2 Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip] 2014-05-25 18:48:14 -04:00
Chulki Lee
1ab6c656d6 Use single quotes in generated files 2014-01-14 11:13:42 -08:00
Ankit Gupta
53f12b073c Refactored strong paramters usage and updated Gemfile.lock with Rails 4 2013-07-07 15:59:18 +01:00
Carlos Antonio da Silva
7438e2fa83 Fix another "error_explanation" css class in guides [ci skip] 2013-06-25 19:07:49 -03:00
Nick
877920ba55 Removed incorrect warning from application.js templates and replaced it with stub command description 2013-05-15 11:38:49 +07:00
Steve Klabnik
c9a92a247d Getting rid of a few other vestiges of rails.png.
We don't actually need a rails.png in the AP fixtures, the tests
that use it don't actually try to load the file.

We also don't need to get rid of it with the dummy reset either.

Finally, it's not needed in the sample application that's included
with the Rails Guides.
2013-04-02 17:44:46 -07:00
Yves Senn
239f0d0ffd replace non-breaking spaces with normal spaces [ci skip] 2013-03-07 16:05:32 +01:00
Steve Klabnik
2214237c39 Re-do Getting Started application with Rails 4.
The sample application with the Getting Started Guide was very out of
date. I've re-done it on edge (as of 51b9def5bf) so it should
be good to go with Rails 4. It's also in synch with what the guide
actually says.
2013-01-22 00:12:29 -05:00
Amparo Luna + Guillermo Iguaran
03ac174f2d Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
claudiob
44592334d5 Remove duplicate 'the' article in commented line
The sentence used to read "at the bottom of the the compiled file"
2012-10-08 14:00:59 -07:00
Carlos Galdino
fb8a830a32 Remove :confirm in favor of :data => { :confirm => 'Text' } option
This applies to the following helpers:
`button_to`
`button_tag`
`image_submit_tag`
`link_to`
`submit_tag`
2012-07-18 10:32:17 -03:00
Vijay Dev
983687a9e5 fix up the example app for getting started guide [ci skip] 2012-06-02 21:38:32 +05:30
spyhole
cd31eb19dd change welcome_helper.rb to home_helper.rb 2012-06-01 02:56:42 -04:00
spyhole
890c4b7778 the file name should be changed to home_helper.rb 2012-06-02 13:20:17 +08:00
spyhole
81281befb2 Update guides/code/getting_started/app/controllers/home_controller.rb 2012-06-02 12:17:48 +08:00
Oscar Del Ben
c55ee77623 Remove tags from getting started guide and adapt some of the content to
the new guide
2012-05-02 11:40:25 +02:00
Oscar Del Ben
323d2c42c3 Rewrite refactoring section in getting started guide 2012-05-02 11:40:25 +02:00
Oscar Del Ben
47ec49276d Rewrite comments action in getting started guide 2012-05-02 11:40:25 +02:00
Oscar Del Ben
06a1519a4d Rewrite adding a second model section of Getting Started Guide 2012-04-30 09:08:32 +02:00
Oscar Del Ben
f4447607f2 Add delete post section to Getting Started guide 2012-04-27 14:21:02 +02:00
Oscar Del Ben
ee4e7125a6 Add partials section to getting started guide 2012-04-25 15:43:10 +02:00
Oscar Del Ben
f0de7172a6 Add update post section to getting started guide 2012-04-24 14:21:07 +02:00
Oscar Del Ben
5acb345a86 Fix some code in getting started guide 2012-04-24 12:30:24 +02:00
Oscar Del Ben
3da2b530af Add validation code to getting started guide and improve validation
section
2012-04-21 12:17:51 +02:00
Oscar Del Ben
504ba12e8c Add model validation section to Getting Started guide 2012-04-21 12:01:33 +02:00
Oscar Del Ben
e7e72aa253 Add index and links section to Getting started guide 2012-04-20 12:53:18 +02:00
Oscar Del Ben
2e2afc0ac6 Add show action in getting started guide 2012-04-20 12:06:47 +02:00
Oscar Del Ben
dbb4c4ddb6 New Getting started guide wont have tags 2012-04-20 10:47:38 +02:00
Oscar Del Ben
f6d5036dd6 Adapt "Getting started guide" code sample 2012-04-20 10:43:50 +02:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00