Commit Graph

1609 Commits

Author SHA1 Message Date
Ian Fleeton
0e262b3b64 memorized -> memoized typo fix [ci skip]
Reverts one line from 457b7ff9
2013-07-14 11:01:46 +01:00
Evan Goer
1720be8a68 [ci-skip] Update link, tweak UglifyJS 2013-07-13 18:01:21 -07:00
wangjohn
c2fc9f6080 ActionController::Live documentation in the guides.
I'm adding documentation to the action_controller_overview guide which
should tell people how to stream arbitrary data.
2013-07-13 14:53:14 -04:00
Carlos Souza
ef77d40649 Remove block argument from callback example.
[ci skip]
2013-07-13 11:00:42 -04:00
Yves Senn
d864dcd02a Merge pull request #11401 from dpdawson/master
Improved Active View Overview guide. [ci skip]
2013-07-12 01:51:37 -07:00
Daniel Dawson
9cf1f9e6f5 Improve Active View Overview guide. [ci skip] 2013-07-12 09:43:05 +01:00
Rafael Mendonça França
55f8f63ad8 Documment config.log_formatter added on 51aeae91
[ci skip]
2013-07-11 16:02:06 -03:00
Daniel Dawson
8cece08ce3 Fix a grammatical error/typo in Active Record Associations guide. 2013-07-11 12:09:59 +01:00
Rafael Mendonça França
6f014b346f Merge pull request #11073 from tricknotes/improve-guides-js
Improve guides js
2013-07-09 02:47:04 -07:00
Rafael Mendonça França
76e95c0ce8 Merge pull request #11143 from robin850/upgrading-rails
Add few information about missing steps [ci skip]
2013-07-09 02:40:57 -07:00
Rafael Mendonça França
74da4d1ad2 Merge pull request #11361 from jetthoughts/add_cursor_pointer_for_menu
Added cursor pointer for 'More Ruby on Rails' dropdown menu on guides page (which appear on small windows)
2013-07-09 01:07:23 -07:00
Rafael Mendonça França
449b5f3ed8 Merge pull request #11368 from Amit-Thawait/master
Fixed Travis CI link for rails
2013-07-09 01:00:25 -07:00
Amit Thawait
d92d28dde1 link break added after the Travis CI link
link break added after the Travis CI link
2013-07-09 11:35:12 +05:30
Daniel Dawson
e863410b58 Fix a grammatical error/typo in Active Record Migrations guide. [ci skip] 2013-07-08 22:56:09 +01:00
Amit Thawait
d78f8c8c7f Fixed broken link of Travis CI for rails and added full path 2013-07-08 12:49:36 -07:00
Daniel Dawson
a8b1eca2d8 Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip] 2013-07-08 12:25:10 +01:00
Paul Nikitochkin
448ed61b8d Added cursor pointer for 'More Ruby on Rails'
dropdown menu on guides page (which appear on small windows)
[ci skip]
2013-07-08 11:52:52 +03:00
Yves Senn
4be2003778 Merge pull request #11359 from willnet/patch-1
Update 'Active Record Migrations' guide [ci skip]
2013-07-08 01:46:59 -07:00
Akira Matsuda
f573df32d4 Fix SyntaxError in guides sample code
[ci skip]
2013-07-08 17:21:45 +09:00
Akira Matsuda
874fbdaad6 1.9 Hash Syntax 2013-07-08 17:21:25 +09:00
Akira Matsuda
19df76f75e params keys are Strings 2013-07-08 17:21:25 +09:00
Shinichi Maeshima
f6b75ff377 Update 'Active Record Migrations' guide [ci skip]
Delete an unneeded line.
2013-07-08 16:44:42 +09:00
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