Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Elixir agents/maps, Ruby conventions/docs (#2116) | Ryan Plant | 2016-07-12 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add name to contributors list * Fix typo * Note convention on curly-braced blocks * Replace hardcoded link to 2.1.1 documentation with generic current link * Add notes on Elixir agents * Add explanation of maps * Add name to contributors list * Fix code fence that was obscuring markdown * Fix syntax error * Remove disputed comment * Remove from contributors list | |||
* | Fix formatting on comments | Ryan Plant | 2016-01-26 | -2/+2 |
| | ||||
* | Add note on method naming conventions | Ryan Plant | 2016-01-26 | -0/+13 |
| | ||||
* | Add note on destructuring assignment | Ryan Plant | 2016-01-26 | -0/+9 |
| | ||||
* | Fix typo | Ryan Plant | 2016-01-26 | -1/+1 |
| | ||||
* | Merge pull request #1800 from volcov/add-ruby-reference | Geoff Liu | 2016-01-04 | -0/+1 |
|\ | | | | | [ruby/en] add a cool reference for learn Ruby =) | |||
| * | remove contributors name | Bruno Volcov | 2016-01-04 | -1/+0 |
| | | ||||
| * | add a cool reference for learn Ruby =) | Bruno Volcov | 2015-10-26 | -1/+3 |
| | | ||||
* | | Merge pull request #1977 from BlueAccords/patch-2 | Spurlow | 2015-11-27 | -0/+1 |
|\ \ | | | | | | | Added new ruby resource | |||
| * | | Added new ruby resource | Ryan | 2015-10-31 | -0/+1 |
| | | | ||||
* | | | Replace Hash#has_key? with Hash#key? | Leslie Zhang | 2015-11-23 | -2/+2 |
| | | | | | | | | | | | | 1. Replace Hash#has_key? with Hash#key? 2. Replace Hash#has_value? with Hash#value? | |||
* | | | adds JF to authors | Jake Faris | 2015-11-02 | -0/+1 |
| | | | ||||
* | | | Merge pull request #1793 from kethomassen/patch-1 | Spurlow | 2015-11-02 | -2/+2 |
|\ \ \ | |/ / |/| | | Fixed typo in docs | |||
| * | | Fixed typo in docs | Kristian | 2015-10-26 | -2/+2 |
| | | | | | | | | | + Added a better description for 'nil' | |||
* | | | Merge pull request #1908 from farisj/ruby-add-bitwise-operators | Adam Bard | 2015-10-31 | -1/+5 |
|\ \ \ | | | | | | | | | Adds bitwise operators (AND, OR, XOR) | |||
| * | | | Adds bitwise operators (AND, OR, XOR) | Jake Faris | 2015-10-30 | -1/+5 |
| |/ / | ||||
* / / | Adds combined comparison operator to Ruby | Jake Faris | 2015-10-30 | -0/+5 |
|/ / | ||||
* | | Merge pull request #1552 from adback03/master | Levi Bostian | 2015-10-18 | -0/+1 |
|\ \ | | | | | | | ruby and csharp code example updates | |||
| * | | [ruby/en] bitwise xor operator | Andrew Backes | 2015-10-15 | -0/+1 |
| | | | | | | | | | Basic arithmetic bitwise xor operator example | |||
* | | | Fixes output on combining strings and operators | Persa | 2015-10-17 | -1/+1 |
| | | | ||||
* | | | Adds more string operations to ruby doc | Persa Zula | 2015-10-17 | -2/+9 |
|/ / | ||||
* / | Fix header to hopefully bring back ruby to the site. | Levi Bostian | 2015-10-14 | -2/+1 |
|/ | ||||
* | Merge pull request #1392 from ghalley/updates | Levi Bostian | 2015-10-12 | -0/+10 |
|\ | | | | | [ruby/en] Add modulus, array.first, array.last, and each_with_index | |||
| * | Fix puts typo | Gabriel Halley | 2015-10-09 | -1/+1 |
| | | ||||
| * | Add ghalley as ruby contributor | Gabriel Halley | 2015-10-07 | -0/+1 |
| | | ||||
| * | ruby each with index | Gabriel Halley | 2015-10-07 | -0/+6 |
| | | ||||
| * | array first and last methods | Gabriel Halley | 2015-10-07 | -0/+2 |
| | | ||||
| * | add modulus operator | Gabriel Halley | 2015-10-07 | -0/+1 |
| | | ||||
* | | Merge pull request #1374 from kalebdavis/patch-2 | Levi Bostian | 2015-10-09 | -0/+13 |
|\ \ | | | | | | | Add information about mapping arrays | |||
| * | | Add information about mapping arrays | Kaleb Davis | 2015-10-06 | -0/+13 |
| |/ | ||||
* / | Update ruby.html.markdown | Kaleb Davis | 2015-10-06 | -1/+7 |
|/ | ||||
* | Reverse an array | Chashmeet Singh | 2015-10-05 | -1/+1 |
| | ||||
* | Reverse a list | Chashmeet Singh | 2015-10-05 | -2/+2 |
| | ||||
* | Reverse an array | Chashmeet Singh | 2015-10-05 | -0/+4 |
| | ||||
* | Add #push to Array besides shovel operator | Arthur Vieira | 2015-08-26 | -0/+2 |
| | | | #push is commonly used imho and it is also used in other languages (e.g. Javascript). | |||
* | Fix explanation of "and" and "or" in ruby. | Geoff Liu | 2015-06-16 | -4/+8 |
| | ||||
* | add to ruby contributors | Rahil Momin | 2015-03-19 | -0/+1 |
| | ||||
* | add has_key? and has_value? methods on hashes | Rahil Momin | 2015-03-19 | -0/+4 |
| | ||||
* | add include? method on arrays | Rahil Momin | 2015-03-19 | -0/+3 |
| | ||||
* | Add logical operators to Ruby tutorial | Geoff Liu | 2015-03-04 | -4/+13 |
| | ||||
* | Typo | Kevin Busby | 2014-11-20 | -1/+1 |
| | | | | Typo: “addition” corrected to “edition”. | |||
* | Add colon to introduce the exception handling section | Levi Bostian | 2014-11-11 | -1/+1 |
| | ||||
* | Add Ruby exceptions. | Levi Bostian | 2014-11-10 | -0/+14 |
| | ||||
* | Make style fixes to conform to ruby style guide | Dzianis Dashkevich | 2014-08-19 | -51/+51 |
| | | | | | Made style fixes to conform to Ruby style guide. Added a reference to a community-driven Ruby coding style guide. | |||
* | fixed space | Ariel | 2014-03-10 | -2/+2 |
| | ||||
* | Added some example code and resources. | Ariel | 2014-03-10 | -0/+32 |
| | ||||
* | Ruby: Adds attr_accessor, attr_reader, and attr_writer to class docs | David Underwood | 2013-12-01 | -0/+7 |
| | ||||
* | Corrects Array#[,] entry | Jake Romer | 2013-11-20 | -2/+2 |
| | | | The #[i,l] method returns a subarray starting at index i and continuing for length l. [source](http://ruby-doc.org/core-1.9.3/Array.html#method-i-5B-5D) | |||
* | ADD: "&" and "*" use cases in function parameters | Marcin Wawrzyniak | 2013-09-29 | -0/+12 |
| | ||||
* | Added module extension and inclusion examples | Matthew Johnston | 2013-09-08 | -0/+51 |
| | | | | | Also added examples for callbacks made when modules are included and extended. |