Commit Graph

24 Commits (589257cf02451514369fff46c091e87d95efde17)

Author SHA1 Message Date
alavia f20230fd06 Minor grammatical fix (#34066) 2019-01-18 18:17:38 -06:00
Annebelle Olminkhof 697c040a66 Added comment usage suggestion (#25941) 2018-12-21 00:58:03 -05:00
Sergei Mellow 2527f61c48 added section on famous websites written in ruby on rails. (#25723) 2018-12-20 21:11:51 -05:00
Sergei Mellow ef28ed677d added to and updated verbiage to account for Ruby lang (#25619)
* added to and updated verbiage to account for Ruby lang

* Added missing word
2018-12-20 21:04:48 -05:00
Michael Kane 10957f405f Add .clear method (#25500) 2018-12-20 07:53:56 -05:00
Jon Kulton 5be558a802 Improvements to Common Array Methods Ruby guide (#24705)
- Edits to the intro paragraph for shorter and clearer sentences.
- Updated the `.length` description to refer to it as *the* array rather than *your*, to be consistent with other descriptions.
- For `.first` and `.last`, I updated the wording from "accesses" to "returns".
- Added clarification that `.pop` returns the removed element (since `.shift` also mentions this).
- Updated the code snippet for `.select`, which mistakenly implied that the original array is modified
- Added clarification that `.include?` returns `true` if the array includes the element.
- The section for `.flatten` was stuck in the code snippet for `include?`, I've fixed that.
- Added clarification that `.uniq` does not modify the original array.
- Updated the `.uniq` description by cutting extra wording. `.uniq` doesn't take an array, it's called on an array.
2018-12-13 06:27:31 -05:00
Christina Linn 28703b5625 Fixed grammatical errors on line 19 (#34045)
Removed a comma and changed the word 'focus' to 'focuses'.
2018-12-05 14:59:06 -08:00
Steven Torrence 49efa04cf2 Fixed formatting errors (#26563) 2018-12-05 14:56:27 -08:00
Steven Torrence 94e095e053 Updated the "Most recent stable version" (#25748) 2018-12-05 14:52:35 -08:00
Michael Kane 2e925ad680 Add text to 'IRB' section. (#25347)
Text added (line 55): "Interactive Ruby Shell is a great way to explore the Ruby language and quickly test scripts."
2018-12-05 14:52:08 -08:00
Michael Kane 25b6f1d924 Add example of Ternary Operator (#25553) 2018-12-02 00:11:31 +05:30
olhadon 15416a1be4 spelling, punctuation, and minor grammar changes. (#23584) 2018-11-26 05:54:00 -05:00
Shafrazi 513d0dfc8a Added to_f and abs methods (#27142) 2018-11-25 19:08:06 -08:00
Sergei Mellow e2e566203c added emphasis on 'for' and fixed typo (#25695) 2018-11-24 23:21:51 -08:00
Michael Kane a15afc0b80 Corrected 'paintjob', added text (#25367)
Text added: ", and wanted to change the color of your Car."
2018-11-20 15:04:57 +05:30
Michael Kane cecb7d9adf Add alternate way of creating array (#25379) 2018-11-20 09:39:50 +05:30
Cale Bybee 041a4fb2d4 crete ruby-puts (#21524) 2018-11-15 01:18:55 +09:00
darkcomet76 69941eb179 Fixed grammar typo (#25389)
Changed friendly to the superlative friendliest to align with the previous 'friendliest'.
2018-11-14 21:22:19 +05:30
Giuseppe Varriale cc84d010fd Fixed pop method description (#21254) 2018-11-08 12:54:19 +00:00
Jon Kulton 66a97b9c3e Grammar/Typo updates to Ruby Guide homepage (#21152)
* Grammar/Typo, and a rewrite for final paragraph

This paragraph had a few typos and was a little wordy. I've fixed typos, broken it into two paragraphs, and updated the format a bit so we're saying the same thing with less words.

* Update index.md
2018-11-08 05:40:10 +07:00
stetsonthree 6c9e39e028 Fixes 2 typos (#20794)
In the opening David Heinemeier Hansson was incorrectly spelled.
Also, in the same sentence "it's" was incorrectly used and has been corrected to "its".
2018-11-02 21:34:06 +07:00
Steven M Peterson 36a64de3e0 Small grammatical error (#21001)
Capitalized the "R" in ruby on line 44
2018-10-23 23:45:34 -06:00
Sergei Mellow 3d694d7ffd added missing closing tag for code snippet (#25673) 2018-10-23 15:09:26 -04:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30