Commit Graph

36 Commits

Author SHA1 Message Date
Akira Matsuda
19df76f75e params keys are Strings 2013-07-08 17:21:25 +09:00
Akshay Khole
444d3412b9 Fixing Issue #11083
Removing other occurrences of `the` appearing twice
2013-06-25 16:47:29 +05:30
Sunny Ripert
53607be559 Remove double spaces in guides 2013-05-28 14:38:02 +02:00
Sunny Ripert
70b302b189 Remove double spaces in code examples 2013-05-28 14:38:02 +02:00
Zoltan Debre
c33c4d1bb6 Here was a 404 error: Active Record Validations
Active Record Validations and Callbacks's URL and name is changed.
2013-04-07 18:24:30 +02:00
Andrea
107d199c45 Remove deprecated attr_accessible mention 2013-04-05 19:21:52 +03:00
Vijay Dev
6d8c070821 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
	activerecord/test/cases/adapter_test.rb
	guides/source/testing.md

[ci skip]
2013-03-30 15:46:14 +05:30
Yves Senn
1a5c3f49f1 mention strong parameters in complex forms section of the guides.
Closes #9921.
2013-03-27 15:18:02 +01:00
Vipul A M
926357040b fix introduced : ; fix another typo 2013-03-20 01:50:53 +05:30
Vipul A M
428ff5a896 more typos in guides 2013-03-20 01:23:34 +05:30
Mikhail Dieterle
0ddae9fcf6 fix typo in form helpers guide 2013-03-15 22:48:41 +03:00
Vipul A M
d41c279bf1 do some typo fixing 2013-03-14 10:12:54 +05:30
Vijay Dev
f049016cd3 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/getting_started.md
2013-01-09 01:04:15 +05:30
Amparo Luna + Guillermo Iguaran
03ac174f2d Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
Franck Verrot
25c12de4ff Link to the right fork of country_select. 2013-01-02 16:12:19 +01:00
Mikhail Dieterle
7f5a1d3359 New hash syntax works only with symbol keys 2013-01-01 21:05:08 +03:00
Mikhail Dieterle
1371b24cce fix wrong hash syntax 2013-01-01 20:40:59 +03:00
Ruafozy
f3dc158a01 Improve English
* Fix one error
* Improve wording
* Improve punctuation
2013-01-01 10:22:18 +00:00
Francesco Rodriguez
1e83730067 remove Mass Assignment reference from Form Helpers guide [ci skip] 2012-12-10 19:07:25 -05:00
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
Katie Oldaker
7c05ea23a0 Fixed grammar in a lot of guide prologues. 2012-12-07 12:50:09 -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
e6b8452e58 Fix title of 'form helpers' guide.
They're Rails Guides, so obviously we're talking about Rails Form Helpers.

Also, 'helpers' should be capitalized.
2012-11-29 05:28:52 -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
Agis Anastasopoulos
278e073f46 Switch to 1.9 hash syntax
I've intentionally left out some spots as they're the expected output, and since Hash#inspect yields `=>` I guess it may be confusing for beginners to see one syntax in the guide and a different one in their system.
2012-11-16 00:20:37 +02:00
burningTyger
8dabfbebdb use em-dashes instead of two minuses in guides 2012-11-10 23:00:00 +01:00
Carlos Antonio da Silva
f47026e7f9 Add backticks around link_to example in javascript guide [ci skip] 2012-10-28 12:15:35 -02:00
Prem Sichanugrist
5e2866cc34 No more Textile guide generation support 2012-09-17 15:55:17 -04: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
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