Commit Graph

29 Commits

Author SHA1 Message Date
Steve Klabnik
d4d9e1f9bf Add multipart: true to form for file upload.
I was slightly overzealous when removing this before.

Identified here: ed78770b1a\#commitcomment-2281181
2012-12-10 11:01:43 -08:00
Vijay Dev
0a33fcd68b Merge branch 'master' of github.com:lifo/docrails 2012-12-08 23:11:37 +05:30
Steve Klabnik
ed78770b1a Remove references to Rails versions.
There's no reason for guides to reference old behaviors. They should
be current as of the versions of Rails that they ship with, and including
older information just clutters thing.

I discussed this change with @fxn and he agrees.
2012-12-07 23:20:35 -08:00
Francesco Rodriguez
f19e41fb16 update guides to use _action callbacks [ci skip] 2012-12-07 23:43:46 -05:00
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Steve Klabnik
6dcae8ae9c Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
2012-11-29 05:14:08 -08:00
Vijay Dev
1fd008cd44 copy edits and fixes [ci skip] 2012-11-17 01:42:38 +05:30
Agis Anastasopoulos
fe66191515 Add a consideration note and a WIP note 2012-11-16 03:32:40 +02:00
Agis Anastasopoulos
21ef4e17ec Remove the ActiveRecordHelper section
Since ActionView::Helpers::ActiveRecordHelper is removed.
2012-11-16 03:25:22 +02:00
Agis Anastasopoulos
204d3afb2a Fix 'persons' to 'people' and add some whitespace 2012-11-15 23:07:34 +02:00
Agis Anastasopoulos
3f8bd32de1 Switch to 1.9 hash syntax plus minor fixes 2012-11-15 22:43:23 +02:00
Agis Anastasopoulos
90d780c027 Update links to API documentation & add a TODO 2012-11-15 20:30:23 +02:00
Agis Anastasopoulos
3fb67b4a9d Minor improvements & fixes 2012-11-15 20:14:10 +02:00
Agis Anastasopoulos
472b25c1a6 Minor improvements & fixes 2012-11-15 19:51:50 +02:00
Agis Anastasopoulos
42707dba12 Update table of contents as a result of #bf63c4971d73e80739c9f2619a9fa0dfb2223435 2012-11-15 19:28:03 +02:00
Agis Anastasopoulos
c1a661479e Improve the starting sentence 2012-11-15 19:22:00 +02:00
Agis Anastasopoulos
bf63c4971d Move "Using Action View outside of Rails" at the bottom
See 8db41ff7698eed542fb09821de37fc7ea1f2bd5d why
2012-11-15 19:13:33 +02:00
Agis Anastasopoulos
c675922fa5 Some minor fixes & improvements 2012-11-15 19:08:32 +02:00
Agis Anastasopoulos
8db41ff769 Add a consideration note
I believe this paragraph should move to the end as it's a little out of the scope of Rails guides.
2012-11-15 18:56:38 +02:00
Agis Anastasopoulos
763c82e623 Some minor fixes 2012-11-15 16:28:32 +02:00
Prem Sichanugrist
41dbb58e2d Fix the usage of * in Markdown
In Textile `*` would convert to `<strong>`, but in Markdown we have to
use `**` instead.
2012-09-17 15:54:23 -04:00
Prem Sichanugrist
721afdcc4b Fix remaining formatting problems in the guide 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
9873dd800b Convert all the links into Markdown format 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
31ef4cf656 Convert all inline codes to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
21a0b20e39 change shell to bash 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
c89c163a0e Convert inline code tags to Markdown 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
872b7af337 Convert heading tags and heading section 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
7bc1ca3515 Convert code blocks into GFM style 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
5137d03cc5 Rename the rest of the guides to Markdown 2012-09-17 15:54:22 -04:00