aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* [ruby/csv] RDoc Recipes for write converters and RFC 4180 compliance (#185)Burdette Lamar2020-11-242-17/+209
| | | | https://github.com/ruby/csv/commit/bee48b04c4
* [ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184)Burdette Lamar2020-11-244-239/+342
| | | | | | Co-authored-by: Sutou Kouhei <kou@clear-code.com> https://github.com/ruby/csv/commit/f0bab6a592
* [ruby/csv] More on Recipes headers (#183)Burdette Lamar2020-11-241-86/+86
| | | | https://github.com/ruby/csv/commit/d7ae3df801
* [ruby/csv] Refine RDoc for headers recipes (#182)Burdette Lamar2020-11-241-55/+105
| | | | https://github.com/ruby/csv/commit/bd8085e126
* [ruby/csv] RDoc recipes: add introductory texts to code recipes (#181)Burdette Lamar2020-11-241-23/+61
| | | | https://github.com/ruby/csv/commit/c52d53761e
* [ruby/csv] Emphasize with-headers over without-headers in recipes (#180)Burdette Lamar2020-11-241-103/+103
| | | | https://github.com/ruby/csv/commit/c7bbedd28a
* [ruby/csv] More RDoc for field converters (#179)Burdette Lamar2020-11-241-0/+28
| | | | https://github.com/ruby/csv/commit/2a4ef5d86a
* [ruby/csv] Recipes for field converters (#177)Burdette Lamar2020-11-241-0/+53
| | | | https://github.com/ruby/csv/commit/aea896f030
* [ruby/csv] Organize page Recipes better (#176)Burdette Lamar2020-11-241-47/+78
| | | | https://github.com/ruby/csv/commit/338b7f0d57
* [ruby/csv] Experimenting with recipes in CSV RDoc (#175)Burdette Lamar2020-11-241-0/+325
| | | | https://github.com/ruby/csv/commit/01ffd0d2de
* `Fiber.new(blocking: false)` is now the default.Samuel Williams2020-11-081-1/+1
|
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-071-3/+3
|
* Promote un.rb to the default gems. It's preparation for 3.0.0-preview2.Hiroshi SHIBATA2020-11-052-3/+3
|
* use httpsHiroshi SHIBATA2020-11-041-1/+1
|
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-011-48/+18
|
* [DOC] standard_library.rdoc: tweaked to make style consistentNobuyoshi Nakada2020-10-311-1/+1
| | | | [ci skip]
* Promote debug.rb to default gems.Hiroshi SHIBATA2020-10-302-3/+3
| | | | It have no upstream repo yet. This change is experimental for 3.0.0-preview2.
* Promote win32ole to default gems.Hiroshi SHIBATA2020-10-302-3/+3
| | | | | But win32ole gem is still experimental for 3.0.0-preview2. I'm working to extract this library on https://github.com/ruby/win32ole.
* Added rbs and typeprof to doc/*Hiroshi SHIBATA2020-10-202-0/+6
|
* Followed up with 708413807ae958afb79257b18475424e0a8a4a56Hiroshi SHIBATA2020-10-192-3/+4
| | | | | | * Added sync task for digest * Update doc/* for default gems * Update the latest version of gemspec
* Promote pathname to default gemsHiroshi SHIBATA2020-10-142-3/+4
|
* Promote drb to the default gemsHiroshi SHIBATA2020-10-142-3/+4
|
* Respectively, instead of respentivelyVictor Goff2020-10-121-1/+1
|
* Add Ractor#receive and Ractor.receive and use it in all placesBenoit Daloze2020-10-101-41/+41
| | | | * Keep Ractor#recv/Ractor.recv as an alias for now.
* Promote prettyprint to default gemsHiroshi SHIBATA2020-10-082-3/+4
|
* Promote pp to default gemsHiroshi SHIBATA2020-10-082-3/+4
|
* Fix traditional Ring example in Actor-modelSvyatoslav Kryukov2020-10-051-1/+1
|
* Update marshal.rdocGwitr2020-10-021-1/+1
|
* doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]Nobuyoshi Nakada2020-09-291-2/+3
|
* doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`Yusuke Endoh2020-09-291-0/+3
|
* Update NEWS & documentation relating to scheduler.Samuel Williams2020-09-212-137/+127
|
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-171-1/+1
| | | | s/overriden/overridden/
* Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams2020-09-141-1/+1
|
* Promote time.rb to default gemsHiroshi SHIBATA2020-09-122-3/+4
|
* Promote resolv-replace to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote resolv to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote securerandom to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote open-uri to default gemsHiroshi SHIBATA2020-09-112-3/+4
|
* Promote syslog to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote base64 to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote shellwords to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote abbrev to default gemsHiroshi SHIBATA2020-09-102-3/+4
|
* Promote tsort to default gemsHiroshi SHIBATA2020-09-092-3/+4
|
* Add `*.md` to doc/.document [ci skip]Kazuhiro NISHIYAMA2020-09-061-0/+1
|
* Fixed some typos in ractor.md (#3522)Ashwin Elangovan2020-09-051-20/+20
|
* Fix typo in ractor.mdandrewmelis2020-09-051-1/+1
|
* Fix typos in Ractor README.Tom Schady2020-09-041-2/+2
|
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-0/+883
| | | | | | | | | | | | | | | | This commit introduces Ractor mechanism to run Ruby program in parallel. See doc/ractor.md for more details about Ractor. See ticket [Feature #17100] to see the implementation details and discussions. [Feature #17100] This commit does not complete the implementation. You can find many bugs on using Ractor. Also the specification will be changed so that this feature is experimental. You will see a warning when you make the first Ractor with `Ractor.new`. I hope this feature can help programmers from thread-safety issues.
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-09-031-1/+1
|
* Add alias treatment to method_documentation.rdoc (#3468)Burdette Lamar2020-08-281-0/+7
| | | | * Add alias treatment to method_documentation.rdoc