Petrik de Heus

Results 64 issues of Petrik de Heus

Since https://github.com/ruby/psych/pull/487 YAML.load will use YAML.safe_load by default. Loading Rack::QueryParser::Params needs to be explicitly permitted. This fixes the following failing specs: Failures: 1) Rack::App#params when query string given in request...

To make it easier to switch to documentation of other versions, add a select box to select other versions. For example, the versions can be defined in `.rdoc_options`: ```yaml versions:...

Docs for ghost methods would get thrown away if the following method does not have a comment. By parsing comments on linebreaks we avoid this problem. Builds on: #1258

`:on_nl`, `:on_ignored_nl`, `:on_comment`, `:on_embdoc` are handled by a single `when` branch. In this branch there are multiple `if` branches handling `:on_nl` and `:on_ignored_nl` separately from `:on_comment` and `:on_embdoc`. By having...