Mohit Sindhwani
Mohit Sindhwani
## What problems are you experiencing? If the path has special characters in it and you try to run a Ruby script that does a relative_require on that path, it...
### Steps to reproduce On WIndows with Ruby 3.2, do `gem install rails` ### Expected behavior No warnings about README.md files should be found. ### Actual behavior Instead, we get...
### Steps to reproduce After setting up a new application with Rails main, create a controller in the empty application. ``` $ ruby bin\rails g controller home welcome ``` ###...
Hi, I am using a theme with Jekyll that automatically uses JS to create a table of contents (TOC) to have anchors within the page. This requires that each heading...
Hi, I am working on this: https://github.com/jgarber/redcloth/issues/85 since a Jekyll theme I am using can automatically create a table of contents but requires that each heading have an ID that...