Commit Graph

3586 Commits

Author SHA1 Message Date
Guilherme Goettems Schneider
ac6180ec1b Fix email with name format in Guides. [ci skip] 2015-05-26 13:49:41 -03:00
Stephen Puiszis
a48b4ea1a3 Add info on default layout functionality 3.2 >> 4.0 upgrade 2015-05-26 09:59:24 -05:00
Rohan Daxini
498ff4800a Fixed the grammatical mistake in the sentence [ci skip] 2015-05-25 21:05:46 +05:30
Brian Davis
55c79e66d3 Grammar fix to Active Record Basics guide. [ci skip] 2015-05-24 19:50:20 -07:00
Claudio B.
c2ded92e3a Merge pull request #20270 from imtayadeway/tw/association-basics-docs
association basics docs fixes
2015-05-24 09:12:34 -07:00
Daniel Levenson
0fcef173d4 Reword sentences in contributing docs for clarity.
[skip ci]

- removes use "squash" where it doesn't apply to git
- "is a help" -> "helps"
- "if your comment simply says" -> "... simply reads"
2015-05-23 19:05:56 -04:00
Daniel Levenson
1cb94077d9 Reword a sentence about GH Issues in contributing guide.
[skip ci]

"Everyone's Issues" read pretty weird to me, specifically
the use of capitalization. I changed the link text
to be "issue list", which seems to better "go with
the flow", IMHO.
2015-05-23 18:53:21 -04:00
Prathamesh Sonpatki
d3da208048 Remove div_for from guides [ci skip]
Followup of https://github.com/rails/rails/pull/20244.
2015-05-23 17:47:20 +05:30
Tim Wade
5a81779610
[ci skip] Fix markdown issue in association basics docs.
The quoted underscore is being intepreted as markdown, causing the
entire phrase to be italicized.
2015-05-22 21:37:42 -07:00
Tim Wade
f2e2086d53
[ci skip] Use spaceship operator to indicate precedence. 2015-05-22 21:37:01 -07:00
Tim Wade
2ec1fe4379
[ci skip] Fix grammar/syntax in AR assocation basics. 2015-05-22 21:23:57 -07:00
karanarora
0750330941 Spelling/typo/grammatical fixes [ci skip]
spelling fix [ci skip]

example to be consistent [ci skip]

grammatical fix

typo fixes [ci skip]
2015-05-23 03:01:33 +05:30
Eliot Sykes
4311f05124 Link association.exists?(...) to API docs [ci skip] 2015-05-22 09:27:51 +01:00
Eliot Sykes
b539760014 Make link to configuring guide relative [ci skip] 2015-05-22 07:55:54 +01:00
Kasper Timm Hansen
39037b70ef Merge pull request #20244 from y-yagi/remove_div_for_from_guide
remove reference to `div_for` method from guide [ci skip]
2015-05-21 13:04:37 +02:00
yuuji.yaginuma
88787e780b remove reference to div_for method from guide [ci skip]
`div_for` removed in 01e94ef
2015-05-21 19:35:52 +09:00
Ronak Jangir
0d615c3ff9 Rails documentation standard is american english. [ci skip] 2015-05-20 22:42:09 +05:30
karanarora
bb4ef33b0a Rails documentation standard is american english. [ci skip] 2015-05-20 20:39:41 +05:30
Arun Agrawal
879f316995 Fix broken link for minitest. [ci skip]
For more details see #20222
2015-05-20 14:55:58 +02:00
Yves Senn
21474f143a Merge pull request #20222 from Gaurav2728/gaurav-update_ruby_links
[ci skip] updated ruby doc links; for rails next version of ruby will be 2.2x
2015-05-20 14:25:21 +02:00
Gaurav Sharma
3e238b6b0f [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be supported only 2015-05-20 17:41:17 +05:30
Gaurav Sharma
a9aefffea6 Rails 5.0 will target Ruby 2.2+, correct rails guide example [ci skip] 2015-05-20 17:18:24 +05:30
Ronak Jangir
76fbfe9e6c Updated postgresql documentation link to use latest version [ci skip] 2015-05-20 14:00:31 +05:30
Roque Pinel
8f09a8396f [ci skip] add to doc that acceptance validator allows nil by default 2015-05-19 22:20:10 -04:00
Gourav Tiwari
a7e1126519 updated squash docs-section [ci skip]
I happen to squash my couple of commits and when followed steps from guide, I observed that I have to give a commit id after which I want to squash. If I don't provide one it picks last 3 commits, which might not include my commits to squash.
Refer: http://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git
2015-05-19 20:26:11 +00:00
Rafael Mendonça França
7cd2b02190 Merge pull request #20157 from tak1n/master
Clarify view tests
2015-05-19 16:24:23 -03:00
Ankit Gupta
dcb5154e09 updating the links, they were removed in cc30f5f9 [ci skip]
new links as per pull request comment #20160 (OWASP guides)
2015-05-19 11:46:34 -04:00
Santiago Pastorino
1622298428 Merge pull request #20178 from vngrs/fix_wrong_default_value_of_javascript_engine
config.generators javascript_engine default value is :js not nil
2015-05-17 16:30:46 -03:00
Mehmet Emin İNAÇ
8edbb2792b add missing documentation about generators resource_route [ci skip] 2015-05-17 21:10:40 +03:00
Mehmet Emin İNAÇ
6973368719 config.generators javascript_engine default value is :js not nil [ci skip] 2015-05-17 20:36:27 +03:00
Roque Pinel
bea8f7c057 [ci skip] remove unnecessary mention to Test::Unit from docs
Fix the guide to state that Rails uses Minitest as the default test
framework.

Remove unnecessary mention to Test::Unit from the API docs
('constantize' and 'safe_constantize').
2015-05-16 21:44:22 -04:00
Tim Wade
335137148a
[ci skip] Improve grammar/syntax in AR validations docs. 2015-05-16 09:06:34 -07:00
Ankit Gupta
cc30f5f92a Dead blog/site links [ci skip] 2015-05-14 19:46:38 -04:00
Benjamin Klotz
d5847f4cc0 Clarify view tests [ci skip]
Mention that view tests are made in controller tests.
2015-05-14 18:05:21 +02:00
Tim Wade
4cebcaeb2f
[ci skip] Improve phrasing in AR migrations docs.
* insert 'and' into a poorly formed sentence.
* avoid using 'reverse' twice in the same sentence (which would indicate
  the opposite of what is meant)
2015-05-13 21:05:48 -07:00
Yves Senn
e99d909928 Merge pull request #20119 from yui-knk/fix/active_record_querying
[ci skip] Fix `transaction` code example
2015-05-12 08:24:50 +02:00
yui-knk
7656d672aa [ci skip] Fix transaction code example 2015-05-12 13:49:27 +09:00
Kohei Suzuki
c59382b3b1 Fix default value in guide [ci skip] 2015-05-12 00:37:46 +09:00
Tim Wade
663ffe9216
[ci skip] Improve phrasing on #explain pretty printing. 2015-05-10 09:43:13 -07:00
yui-knk
5f3bd44710 [ci skip] Fix purpose of assert_kind_of 2015-05-10 21:40:31 +09:00
Yves Senn
986fdc4e73 Merge pull request #20087 from kuldeepaggarwal/fix-engine-guides
correct error text message in engines.md [ci skip]
2015-05-09 19:03:49 +02:00
kuldeepaggarwal
f4fd4d617f [CI SKIP] correct error text message 2015-05-09 21:51:06 +05:30
Faruk AYDIN
a834c64a75 promote :except option instead of :only for before action docs [ci skip] 2015-05-09 17:36:05 +03:00
Arun Agrawal
145b7ce53c Merge pull request #20079 from ankit8898/aj_all
docs: syncing with the code, adding aj [ci skip]
2015-05-08 21:39:33 +02:00
Ankit Gupta
d9e76bd389 docs: syncing with the code, adding aj [ci skip] 2015-05-08 15:22:28 -04:00
Vijay Dev
9c290fbe7f Merge branch 'master' of github.com:rails/docrails 2015-05-08 16:20:27 +00:00
Ankit Gupta
1b62428c13 added activejob in list [ci skip] 2015-05-07 22:24:06 -04:00
Ankit Gupta
e82247aabc Typo fix [ci skip]
Single brackets
2015-05-07 14:24:56 -04:00
Anton Davydov
8a40bf2081 [skip ci] Fix typos in actionpack changelog and security guide 2015-05-07 14:49:34 +03:00
Zachary Scott
c5ee5cf582 s/snipped/snippet for @senny :trollface: 2015-05-06 22:31:22 -07:00