summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-04-05Fix typosKazuki Tsujimoto
2020-04-04Enhance pattern matching introductionzverok
Notes: Merged: https://github.com/ruby/ruby/pull/2952
2020-03-16The upstream repository of bundler was changed rubygems/rubygems now.Hiroshi SHIBATA
https://github.com/rubygems/rubygems/pull/3166
2020-03-10Use URL instead of relative pathKazuhiro NISHIYAMA
2020-03-10Add link to ../benchmark/README.md from make_cheatsheet [ci skip]Kazuhiro NISHIYAMA
2020-03-06Document defined? and global_variables handling of regexp global variables ↵Jeremy Evans
[ci skip] Fixes [Bug #11304]
2020-02-24Add pattern matching documentationzverok
Add separate doc/syntax/pattern_matching.rdoc, add link to control_expressions.rdoc. The documentation is "reverse-engineered" from Ruby 2.7 behavior and early preview presentations, and corrected by pattern-matching feature author @k-tsj. Notes: Merged: https://github.com/ruby/ruby/pull/2786
2020-02-21Move an entry of net-ftp to the default gems sectionHiroshi SHIBATA
2020-02-21Move an entry of net-ftp to the default gems sectionHiroshi SHIBATA
2020-02-21Fix typo in NEWS-2.7.0Masataka Pocke Kuwabara
Notes: Merged: https://github.com/ruby/ruby/pull/2918
2020-02-20Move an entry of net-imap to the default gems sectionHiroshi SHIBATA
2020-02-19doc/make_cheatsheet.md: fix typosMarcus Stollsteimer
2020-02-17Move the entry of net-protocol on docsHiroshi SHIBATA
2020-02-13Move the English entries to the default gems at docsHiroshi SHIBATA
2020-02-12Move the entries of tempfile on docsHiroshi SHIBATA
2020-02-12Move the entries of tempfile on docsHiroshi SHIBATA
2020-02-11Add backwards compatibility example macro for rb_eval_cmd_kwd [ci skip]Jeremy Evans
2020-02-11Monitor is extention library nowHiroshi SHIBATA
2020-02-11Update the documentation for weakrefHiroshi SHIBATA
2020-02-10Update readline-ext entry at docsHiroshi SHIBATA
2020-02-10Added commands of test-bundler to cheatsheet.Hiroshi SHIBATA
2020-02-09doc/make_cheatsheet.md: add a memo about how to run one rubyspec fileYusuke Endoh
2020-02-01fix rdoc formatting [ci skip]Taha Husain
Notes: Merged: https://github.com/ruby/ruby/pull/2870
2020-01-24Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-01-24rename make-cheetsheet.md [ci skip]MSP-Greg
Notes: Merged: https://github.com/ruby/ruby/pull/2860
2020-01-24doc/make-cheetsheet.md: AddedYusuke Endoh
2020-01-17Update documentation for Array/Hash Argument section of methods.rdocAdam Isom
Notes: Merged: https://github.com/ruby/ruby/pull/2844
2020-01-16Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA
[Feature #16484][ruby-core:96682]
2020-01-12Make rss library to the bundle gemsHiroshi SHIBATA
[Feature #16485][ruby-core:96683] Notes: Merged: https://github.com/ruby/ruby/pull/2832
2020-01-12Make rexml library to the bundle gemsHiroshi SHIBATA
[Feature #16485][ruby-core:96683] Notes: Merged: https://github.com/ruby/ruby/pull/2832
2020-01-10Fixed the wrong url for benchmarkHiroshi SHIBATA
2020-01-10Update the upstream repository of bundlerHiroshi SHIBATA
2019-12-31Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun
to /projects/ruby-master
2019-12-31Copy NEWS to doc/NEWS-2.7.0Kazuhiro NISHIYAMA
2019-12-29syntax.rdoc: remove "experimental" from refinements (#2796)Vladimir Dementyev
2019-12-24[DOC] Fix typo and languageMarcus Stollsteimer
2019-12-24[DOC] Fix typoMarcus Stollsteimer
2019-12-23[DOC] Use capitalized "Ruby"Marcus Stollsteimer
2019-12-23[DOC] Various fixes in bug triaging guideMarcus Stollsteimer
2019-12-23Fix typos of previous docs PRzverok
In #2612 I made two typos (extra ,, and copy-pasted same line of code instead of showing two different ones), fixing them. Notes: Merged: https://github.com/ruby/ruby/pull/2771
2019-12-22Update private visibility explanationzverok
Notes: Merged: https://github.com/ruby/ruby/pull/2768
2019-12-20shell.rb is no longer bundled [ci skip]Nobuyoshi Nakada
2019-12-20Fixed misspellingsNobuyoshi Nakada
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
2019-11-30Promote did_you_mean to default gemKevin Deisz
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details. Notes: Merged: https://github.com/ruby/ruby/pull/2689
2019-11-30Remove e2mmap entries from docsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/2699
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-18Remove mention of $SAFE and taint from doc [ci skip]Jeremy Evans
Notes: Merged: https://github.com/ruby/ruby/pull/2476
2019-11-11Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
2019-11-09Revert "Promote uri to default gems"Hiroshi SHIBATA
This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]
2019-11-09Promote uri to default gemsHiroshi SHIBATA