Commit Graph

30201 Commits

Author SHA1 Message Date
Vasiliy Ermolovich
219342b642 remove docs related to ruby 1.8 from Array#wrap 2012-05-12 13:31:30 +03:00
Francesco Rodriguez
c78c29556e added examples to Integer#multiple_of? 2012-05-11 23:16:44 -05:00
Francesco Rodriguez
fc6ab69777 removing trailing spaces 2012-05-11 23:06:53 -05:00
Erich Menge
7dba51288f Better document the difference between #clone and #dup.
Add #nodoc to initialize_dup and use :method: to document the #dup method.
Relates to issue #6235
2012-05-11 18:51:01 -05:00
Francesco Rodriguez
a0b46b5f1b added docs to String#to_datetime 2012-05-11 17:30:46 -05:00
Francesco Rodriguez
53cc85fad3 added docs to String#to_date 2012-05-11 17:08:31 -05:00
Francesco Rodriguez
7bf6edf819 added examples to String#exclude? 2012-05-11 16:42:23 -05:00
Francesco Rodriguez
ef440bb0c3 remove unnecessary 'examples' noise 2012-05-11 16:21:32 -05:00
Scott Johnson
f915c2899f Merge pull request #97 from itchy/doc_make_engine_ApplicationController_inherit_from_main_app
Update engines guide ApplicationController
2012-05-11 12:10:43 -07:00
Scott Johnson
a0d9b79035 update engines guide to show how to have an engine's ApplicationController inherit from the main application's ApplicationController 2012-05-11 13:48:34 -05:00
Francesco Rodriguez
39c483fec5 fix String#last example 2012-05-11 13:18:00 -05:00
Francesco Rodriguez
53ef85dae8 fix String#last example 2012-05-11 13:16:35 -05:00
Francesco Rodriguez
ed116eda05 added docs to String#last 2012-05-11 13:11:06 -05:00
Francesco Rodriguez
b2e9d33515 improve String#first docs 2012-05-11 12:56:53 -05:00
Francesco Rodriguez
074359dfa8 fix typo in String#first 2012-05-11 12:24:45 -05:00
Francesco Rodriguez
84784b4f23 added docs to String#first 2012-05-11 12:20:57 -05:00
Francesco Rodriguez
07045fa919 added docs to String#from 2012-05-11 11:47:40 -05:00
Francesco Rodriguez
0822dc01f6 improve String#to docs 2012-05-11 11:41:22 -05:00
Francesco Rodriguez
315350847f added docs to String#to 2012-05-11 11:35:26 -05:00
Eric Carty-Fickes
7d07666e62 Merge branch 'master' of https://github.com/lifo/docrails 2012-05-11 11:16:35 -05:00
Eric Carty-Fickes
1004ccc84b Clarify expire_action with namespaced controllers 2012-05-11 11:12:32 -05:00
Francesco Rodriguez
7ce4ce33c7 added docs to String#at 2012-05-11 10:51:36 -05:00
Hrvoje Šimić
1b956700ee better wording 2012-05-11 16:27:21 +02:00
Hrvoje Šimić
bd2b1c126b missing 'with' 2012-05-11 16:09:10 +02:00
Elia Schito
24e4bc31b9 Move HTTP Token auth docs above the Token module 2012-05-11 14:47:26 +02:00
Egor Homakov
d4f4b858d3 Update guides/source/configuring.textile 2012-05-11 15:40:03 +04:00
Egor Homakov
c9a4e65217 Update guides/source/configuring.textile 2012-05-11 14:48:02 +04:00
Edward Tsech
1065ef8fd3 Fix copypaste. [ci skip] 2012-05-11 11:11:41 +02:00
Ben Wilhelm
c8f5a216df Modified template in sample is new.html.erb, not index.html.erb 2012-05-10 11:15:32 -07:00
Francesco Rodriguez
6cbe8dab1e deleting empty lines in docs parts 2012-05-10 02:09:59 -05:00
Nick Novitski
3a6ffbbe42 remove inappropriate comma
A qualifying clause beginning with words like "as", "if", or "although" should have a comma separating it from any following clauses in a sentence, but should not have a comma immediately after the beginning word, unless it is to separate a third, non-essential clause.  

Example 1: "Although I would quite like to go to lunch with you, I find myself instead writing a detailed commit message to justify a single-character documentation change."

Example 2: "Despite, as you might well imagine, wishing I hadn't even noticed it in the first place, I still felt the error was worth correcting."
2012-05-09 13:20:19 -07:00
Vijay Dev
7918d7bf5c Merge branch 'master' of github.com:lifo/docrails 2012-05-08 23:56:25 +05:30
Vijay Dev
7e26f7f0f7 simplify the alias_attribute example [ci skip] 2012-05-08 23:54:47 +05:30
Vijay Dev
f31613a031 cut some duplication and minor edits [ci skip] 2012-05-08 23:49:20 +05:30
Mark J. Titorenko
e8c9aeca4e Fix NumberHelper options wrapping to prevent verbatim blocks being rendered instead of line continuations. While I'm at it, wrap long comment lines consistently. 2012-05-08 15:44:30 +01:00
Edward Tsech
a9c27e7d5e Add example for image_submit_tag with confirmation. [ci skip] 2012-05-08 16:29:24 +02:00
Xavier Noria
882e750cbe Merge pull request #6205 from arunagw/humnans_txt_test
Adding test for humans.txt
2012-05-08 05:42:42 -07:00
Arun Agrawal
757a0ce6aa Adding test for humans.txt 2012-05-08 18:02:25 +05:30
Xavier Noria
30f5b1a1cb Merge pull request #2734 from paulca/humans
add humans.txt
2012-05-08 03:48:49 -07:00
Paul Campbell
ceb1dcc3db add humans.txt 2012-05-08 11:44:58 +01:00
Edward Tsech
b3bd01c154 Add annotaion for class_eval in AbstractController#helper_method [ci skip] 2012-05-08 11:08:15 +02:00
José Valim
fc5c41e942 Merge pull request #6201 from whistlerbrk/master
Allow explicitly set content-type via head method when status code allows it according to the RFCs
2012-05-08 00:52:31 -07:00
Kunal Shah
c09a92fb9e Add failing test re #3436 which demonstrates content_type is not respected when using the :head method/shortcut 2012-05-08 03:11:46 -04:00
Kunal Shah
3ca28dec0f If content_type is explicitly passed to the :head method use the value or fallback 2012-05-08 03:11:17 -04:00
Edward Tsech
e8d1f10ac4 Improve readability of metaprogramming annotations at AbstractController callbacks. 2012-05-08 09:05:38 +02:00
Francesco Rodriguez
4831a895c4 added docs to alias_attribute method 2012-05-07 22:47:35 -05:00
Michael Koziarski
c52ba1b372 Merge pull request #5500 from panthomakos/load-all
Removed ActiveSupport#load_all!
2012-05-07 18:57:59 -07:00
Francesco Rodriguez
2805c28e3e added docs to cattr_reader 2012-05-07 19:37:00 -05:00
Francesco Rodriguez
1ff3530488 better docs for cattr_accessor and cattr_writer 2012-05-07 19:04:27 -05:00
Francesco Rodriguez
2fb6d12ad3 added docs and examples to cattr_writer method 2012-05-07 17:33:54 -05:00