summaryrefslogtreecommitdiff
path: root/doc/contributing
Commit message (Collapse)AuthorAgeFilesLines
* Mentioned gmp at requirementsHiroshi SHIBATA2023-02-071-0/+1
|
* Added tarball instruction to building_ruby.mdHiroshi SHIBATA2023-02-071-10/+27
|
* OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rbHiroshi SHIBATA2023-01-201-3/+3
|
* Added supported versions to OpenSSL and libyamlHiroshi SHIBATA2023-01-201-2/+2
|
* Added version policy of BASERUBYHiroshi SHIBATA2023-01-201-0/+1
| | | | [Misc #16671]
* Separate dependencies section from quick startHiroshi SHIBATA2023-01-201-8/+10
|
* fixed wrong version of baserubyHiroshi SHIBATA2023-01-201-1/+1
|
* [DOC] Mention `configure` options earlier, not after failureNobuyoshi Nakada2023-01-061-13/+10
| | | | | | The command line arguments to `configure` are stored in `rbconfig.rb`. Usually these are just useless but harmless after the installation, however could affect unexpectedly when updating default gems.
* [DOC] Specify `shell` format to shell commandsNobuyoshi Nakada2023-01-061-9/+9
|
* YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun2022-11-211-1/+1
|
* Update required Bison version in building_ruby.md [ci skip]yui-knk2022-11-101-1/+1
| | | | See [Feature #19068] for the context.
* [doc] Clarify how to build OpenSSL on macOSMatt Valentine-House2022-11-081-5/+1
|
* [DOC] Properly number the list in building_ruby.mdPeter Zhu2022-11-071-8/+8
|
* [DOC] Improve building_ruby.mdPeter Zhu2022-11-071-10/+45
|
* Update configure command in building_ruby.mdPeter Zhu2022-11-031-1/+1
| | | | | Readers didn't realize that you can use --prefix with --disable-install-doc.
* Update docs wrt YJIT limitations and building YJIT (#6641)Maxime Chevalier-Boisvert2022-10-271-0/+1
| | | | | | | * Update docs wrt YJIT limitations and building YJIT * Update building_ruby.md Fix relative link
* [DOC] Add note about method names (#6620)Burdette Lamar2022-10-241-0/+13
|
* Adapt doc guide to new GFM features (#6504)Burdette Lamar2022-10-061-6/+4
| | | | | * Adapt doc guide to new GFM features * Adapt doc guide to new GFM features
* [DOC] Adding remarks about HTML and tables (#6485)Burdette Lamar2022-10-041-0/+24
| | | | * Adding remarks about HTML and tables
* [DOC] Addition to section 'Related Methods' (#6271)Burdette Lamar2022-08-221-6/+16
| | | Addition to section 'Related Methods': suggests adding differentiators to the names of related methods.
* [DOC] Specify ways to run bootstrap testsPeter Zhu2022-08-021-2/+3
|
* [ci-skip]Document how to run an individual bootstrap testMatt Valentine-House2022-07-271-0/+6
|
* [DOC] Revisions for call-seq in doc guidelines (#6121)Burdette Lamar2022-07-121-34/+60
| | | | | | | | Splits certain guidelines for singleton and instance method. Calls for instance method to not prefix anything (like RDoc itself for a Ruby-coded instance method); e.g.: count -> integer, not array.count,. <=> other -> integer or nil, not hash <=> other -> integer or nil. Groups previous guidelines into Arguments, Block, Return types, Aliases.
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-06-061-1/+1
|
* Add information from doc/hacking.md and doc/make_cheatsheet.md back i… (#5963)Jemma Issroff2022-05-302-7/+104
| | | Add information from doc/hacking.md and doc/make_cheatsheet.md back into contributing docs
* [DOC] Re-markup as MarkdownNobuyoshi Nakada2022-05-191-29/+34
|
* [DOC] Use `make gdb-ruby` and `make lldb-ruby` in ↵Kaíque Kandy Koga2022-05-181-2/+2
| | | | doc/contributing/building_ruby.md
* Add a separate doc for contributing to stdlibs [ci skip]Stan Lo2022-05-112-8/+49
| | | | co-authored-by: Peter Zhu <peter@peterzhu.ca>
* Improve documentation on contributing to RubyJemma Issroff2022-05-115-0/+660
co-authored-by: Peter Zhu <peter@peterzhu.ca> co-authored-by: Stan Lo <stan001212@gmail.com>