You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think HOST variable in Rakefile should be a localhost such as 'localhost:9292'. In development environment we are testing the changes for this environment. Now check:markup task uses 'www.ruby-lang.org' as its host but it is not useful for a local environment. So it should be changed. Checking main site may be done in another environment such as a CI environment.
I don't want to open a PR because I didn't know what is the reason behind this setting. Also I couldn't find any reasonable reason for it in history.
What is your thought about it? Am I wrong about anything?
The text was updated successfully, but these errors were encountered:
Hi.
I think HOST variable in Rakefile should be a localhost such as 'localhost:9292'. In development environment we are testing the changes for this environment. Now
check:markup
task uses 'www.ruby-lang.org' as its host but it is not useful for a local environment. So it should be changed. Checking main site may be done in another environment such as a CI environment.I don't want to open a PR because I didn't know what is the reason behind this setting. Also I couldn't find any reasonable reason for it in history.
What is your thought about it? Am I wrong about anything?
The text was updated successfully, but these errors were encountered: