Commit Graph

1585 Commits

Author SHA1 Message Date
Rafael Mendonça França
a67cc28311 Merge pull request #11347 from ankit8898/refactoring-sp
Refactored strong parameters usage and updated Gemfile.lock with Rails 4
2013-07-07 08:26:11 -07:00
Ankit Gupta
53f12b073c Refactored strong paramters usage and updated Gemfile.lock with Rails 4 2013-07-07 15:59:18 +01:00
blahedo
726530689e Cleaned up wording and tags.
Replaced <br /> with <br> for consistency; Added note about
singular/plural distinction (which was previously confusing to a Rails
noob); Rephrased explanation of how form is routed to controller, again
to reduce confusion; and added explanation to replace incorrect link.
[ci skip]
2013-07-06 18:36:23 -04:00
blahedo
c6009b2d0d Merged sections to reflect current contents of guide.
Section "allowing the update of fields" was now just a general
introduction to the idea of the model (actual updating was two sections
later).  So, merged into the section about validation.
2013-07-05 22:31:22 -04:00
Vijay Dev
69e7e6ba89 Merge branch 'master' of github.com:rails/docrails 2013-07-06 00:08:40 +05:30
Yves Senn
3196ceaba2 explain how to extend application templates. [ci skip] 2013-07-05 13:22:07 +02:00
Yves Senn
efeb03901f Merge pull request #11201 from jetthoughts/fix_create_post_example_in_getting_started
Improve Getting Started Guide
2013-07-05 03:00:46 -07:00
Brian Foshee
e0b3920873 removed markdown code markers which were rendering in the generated AR querying guide 2013-07-04 20:26:07 -04:00
Carlos Antonio da Silva
f3f46a6f4a Merge pull request #11303 from evsyukovmv/specify-request-method-in-guides
Specify request method in guides [ci skip]
2013-07-04 14:03:50 -07:00
Mihail Evsyukov
867138aa99 Specify request method in guides [ci skip] 2013-07-04 23:45:58 +03:00
Paul Nikitochkin
87f249ee36 Added link to Form Helper article from getting strated [ci skip] 2013-07-04 23:28:13 +03:00
Yves Senn
a9a40b5f9f Merge pull request #11261 from ryan-endacott/fixguide
Removed redundant upgrade docs on new cookies.
2013-07-04 09:02:42 -07:00
Ryan Endacott
746b7ddee7 Removed redundant upgrade docs on new cookies.
[ci skip]
2013-07-04 09:35:27 -05:00
Yves Senn
6707f92c08 cleanup, remove trailing whitespace from guides/CHANGELOG 2013-07-03 21:47:08 +02:00
Ryan Williams
7ec63bb73e Grammar fix debugging rails applications [ci skip] 2013-07-03 11:51:12 -04:00
Yves Senn
33c61e3265 use American English: "favor" not "favour" [ci skip]
according to http://guides.rubyonrails.org/api_documentation_guidelines.html#english
2013-07-03 11:52:52 +02:00
Arun Agrawal
9bcc2bb6fa [doc] fixed printing of code samples 2013-07-02 23:35:06 +02:00
Cesar Carruitero
a028b16db8 update test names in testing guide [ci-skip] 2013-07-02 06:34:02 -05:00
Carlos Antonio da Silva
1feab8dac5 Merge pull request #11205 from Gawyn/using-preferred-find_by-syntax-in-guides
Using preferred find_by syntax in guides
2013-06-30 17:23:57 -07:00
Cristian Planas
93fd780a88 Using preferred find_by syntax in guides 2013-07-01 01:38:46 +02:00
Cristian Planas
7451c2f7cc Adding find_by in guide to methods that trigger after_find 2013-07-01 01:27:44 +02:00
Paul Nikitochkin
24ec5697c5 Removed params permit step from 5.6 section [ci skip] 2013-06-30 22:54:19 +03:00
Yves Senn
996f9b5873 Merge pull request #11186 from jetthoughts/synchronize_create_method_body
Synchronize PostController#create code from 5.6 to others sections in Getting Started guide.
2013-06-30 06:44:03 -07:00
Robin Dupret
82551712b3 Complete a sentence in i18n guide's introduction
Add a list of what will be covered into this guide
2013-06-30 12:34:46 +02:00
Paul Nikitochkin
bb8f0b401d Synchronize PostController#create code from 5.6 to others sections. [ci skip]
Fixed `permit` using for comments.
2013-06-30 13:34:11 +03:00
Yves Senn
4a9cf2e382 Merge pull request #11180 from robin850/patch-5
Remove a duplicated section [ci skip]
2013-06-30 03:12:28 -07:00
Yves Senn
e9ba6eca65 Merge pull request #11189 from jetthoughts/destroy_link_description_for_getting_started
Added clarification for destroy link_to description in 5.14
2013-06-30 03:09:31 -07:00
dkaplan88
a0bdf2fff5 Typo in Active Record Migrations Guide [ci skip] 2013-06-29 17:38:30 -05:00
Paul Nikitochkin
17b01b8057 Added clarification for destroy link_to description in 5.14 [ci skip] 2013-06-30 00:33:12 +03:00
Robin Dupret
59efb76306 Remove a duplicated section [ci skip]
Attachments were previously covered so remove the useless part. Just
move a note about multipart headers set when the mail method is
triggered to the kept section.
2013-06-29 19:14:09 +02:00
Vishnu Atrai
f5599826d4 doc for more input tag types 2013-06-29 20:25:15 +05:30
Neeraj Singh
1f35f04bf3 cookies are encrypted starting Rails 4 2013-06-29 17:21:03 +05:30
Vijay Dev
317aaa0588 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/layout.html.erb
2013-06-26 22:57:34 +05:30
wangjohn
e3b159724d Adding documentation to the Rails initialization guide. [ci skip] 2013-06-26 08:08:31 -04:00
Carlos Antonio da Silva
e66c148571 Merge pull request #11104 from drewda/patch-1
Adding additional plugins to debugging guide [ci skip]
2013-06-28 05:19:58 -07:00
Carlos Antonio da Silva
bd277ac6ef Fix layouts and rendering guide example using flash.now instead
Thanks @lintzchiang. [ci skip]
2013-06-28 09:08:24 -03:00
Drew Dara-Abrams
5a399dc6fa adding additional plugins for debugging [ci skip] 2013-06-27 20:35:21 -07:00
Paul Nikitochkin
9d9b4b5116 Asking user to declare post resource in guide [ci skip] 2013-06-27 22:21:29 +03:00
Jeff Rodriguez
d4dca25d9d Removed "to:" from root directive and fixed typo ":to"
`root :to` is invalid syntax
`root to:` is valid, but the generated routes file omits `to:`
2013-06-27 09:18:08 -07:00
Akira Matsuda
b22cbf8267 Fix punctuation in config templates 2013-06-28 00:43:02 +09:00
Yves Senn
3dcc0b7afc Merge pull request #11136 from prathamesh-sonpatki/rails4
Use activerecord 4.0.0 for reporting bugs using the template
2013-06-27 01:25:40 -07:00
Wouter van Lelyveld
8c0fc98214 Fixing links to accept_language plugin/middleware 2013-06-27 09:18:52 +02:00
Prathamesh Sonpatki
2a7882f0fd Use activerecord 4.0.0 for reporting bugs using the template[ci skip] 2013-06-27 12:26:58 +05:30
Yves Senn
cf4270e16b Merge pull request #11128 from edg3r/patch-1
linking small rails 4 features image to a bigger one
2013-06-26 13:25:40 -07:00
R4K3
6056356159 linking small rails 4 features image to a bigger one [ci skip]
View a bigger version onclick
https://github.com/rails/rails/issues/11100
2013-06-27 00:15:04 +04:00
Yves Senn
577fad1908 mention the removal of --builder in 4.0 release notes. 2013-06-26 22:02:07 +02:00
mariozig
bf044a9bbe Fix typo in docs. HABTM associations should use a pluralized name 2013-06-25 15:35:03 -07:00
Carlos Antonio da Silva
7438e2fa83 Fix another "error_explanation" css class in guides [ci skip] 2013-06-25 19:07:49 -03:00
Luzi Humm
1238b5dc02 change id="errorExplanation" to id="error_explanation" to match the generated files 2013-06-25 19:07:49 -03:00
Xavier Noria
da8cb2acc4 Merge pull request #11095 from vipulnsward/rails_4_docs
We are now rails 4
2013-06-25 14:34:12 -07:00