summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-1/+1
|
* Fix typosKazuki Tsujimoto2020-04-051-2/+2
|
* Enhance pattern matching introductionzverok2020-04-041-27/+16
|
* The upstream repository of bundler was changed rubygems/rubygems now.Hiroshi SHIBATA2020-03-161-1/+1
| | | | https://github.com/rubygems/rubygems/pull/3166
* Use URL instead of relative pathKazuhiro NISHIYAMA2020-03-101-1/+1
|
* Add link to ../benchmark/README.md from make_cheatsheet [ci skip]Kazuhiro NISHIYAMA2020-03-101-0/+4
|
* Document defined? and global_variables handling of regexp global variables ↵Jeremy Evans2020-03-061-0/+30
| | | | | | [ci skip] Fixes [Bug #11304]
* Add pattern matching documentationzverok2020-02-243-1/+459
| | | | | | | | | 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.
* Move an entry of net-ftp to the default gems sectionHiroshi SHIBATA2020-02-212-3/+4
|
* Move an entry of net-ftp to the default gems sectionHiroshi SHIBATA2020-02-212-3/+4
|
* Fix typo in NEWS-2.7.0Masataka Pocke Kuwabara2020-02-211-1/+1
|
* Move an entry of net-imap to the default gems sectionHiroshi SHIBATA2020-02-202-3/+4
|
* doc/make_cheatsheet.md: fix typosMarcus Stollsteimer2020-02-191-3/+3
|
* Move the entry of net-protocol on docsHiroshi SHIBATA2020-02-171-2/+3
|
* Move the English entries to the default gems at docsHiroshi SHIBATA2020-02-132-3/+4
|
* Move the entries of tempfile on docsHiroshi SHIBATA2020-02-122-3/+4
|
* Move the entries of tempfile on docsHiroshi SHIBATA2020-02-122-3/+4
|
* Add backwards compatibility example macro for rb_eval_cmd_kwd [ci skip]Jeremy Evans2020-02-111-0/+1
|
* Monitor is extention library nowHiroshi SHIBATA2020-02-112-3/+3
|
* Update the documentation for weakrefHiroshi SHIBATA2020-02-112-3/+4
|
* Update readline-ext entry at docsHiroshi SHIBATA2020-02-101-2/+4
|
* Added commands of test-bundler to cheatsheet.Hiroshi SHIBATA2020-02-101-0/+3
|
* doc/make_cheatsheet.md: add a memo about how to run one rubyspec fileYusuke Endoh2020-02-091-0/+4
|
* fix rdoc formatting [ci skip]Taha Husain2020-02-011-2/+1
|
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-01-241-1/+1
|
* rename make-cheetsheet.md [ci skip]MSP-Greg2020-01-241-0/+0
|
* doc/make-cheetsheet.md: AddedYusuke Endoh2020-01-241-0/+89
|
* Update documentation for Array/Hash Argument section of methods.rdocAdam Isom2020-01-171-2/+13
|
* Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA2020-01-162-6/+0
| | | | [Feature #16484][ruby-core:96682]
* Make rss library to the bundle gemsHiroshi SHIBATA2020-01-122-5/+3
| | | | [Feature #16485][ruby-core:96683]
* Make rexml library to the bundle gemsHiroshi SHIBATA2020-01-122-5/+3
| | | | [Feature #16485][ruby-core:96683]
* Fixed the wrong url for benchmarkHiroshi SHIBATA2020-01-101-1/+1
|
* Update the upstream repository of bundlerHiroshi SHIBATA2020-01-101-1/+1
|
* Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun2019-12-316-12/+12
| | | | to /projects/ruby-master
* Copy NEWS to doc/NEWS-2.7.0Kazuhiro NISHIYAMA2019-12-311-0/+828
|
* syntax.rdoc: remove "experimental" from refinements (#2796)Vladimir Dementyev2019-12-291-1/+1
|
* [DOC] Fix typo and languageMarcus Stollsteimer2019-12-241-3/+3
|
* [DOC] Fix typoMarcus Stollsteimer2019-12-241-1/+1
|
* [DOC] Use capitalized "Ruby"Marcus Stollsteimer2019-12-231-3/+3
|
* [DOC] Various fixes in bug triaging guideMarcus Stollsteimer2019-12-231-13/+12
|
* Fix typos of previous docs PRzverok2019-12-231-1/+1
| | | | | | In #2612 I made two typos (extra ,, and copy-pasted same line of code instead of showing two different ones), fixing them.
* Update private visibility explanationzverok2019-12-221-3/+35
|
* shell.rb is no longer bundled [ci skip]Nobuyoshi Nakada2019-12-201-335/+0
|
* Fixed misspellingsNobuyoshi Nakada2019-12-204-4/+4
| | | | Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
* Promote did_you_mean to default gemKevin Deisz2019-11-302-3/+4
| | | | 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.
* Remove e2mmap entries from docsHiroshi SHIBATA2019-11-302-4/+0
|
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-12/+22
|
* Remove mention of $SAFE and taint from doc [ci skip]Jeremy Evans2019-11-183-39/+0
|
* Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA2019-11-112-3/+4
| | | | | | This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
* Revert "Promote uri to default gems"Hiroshi SHIBATA2019-11-092-4/+3
| | | | | | | This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]