This project is archived and is in readonly mode.
Use correct RUBY_PLATFORM regex for Windows platform
Reported by Anil Wadghule | April 13th, 2010 @ 08:24 PM
Looks like grouping in regex "/(:?mswin|mingw)/" is superfluous and probably not needed. It can be replaced with cleaner regex "/mswin|mingw/".
Comments and changes to this ticket
-
Repository April 13th, 2010 @ 08:39 PM
- State changed from new to resolved
(from [518891f4907c9967cad22552eac110e81a0d44c0]) Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/518891f4907c9967cad22552eac110...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4385 Use correct RUBY_PLATFORM regex for Windows platform (from [518891f4907c9967cad22552eac110e81a0d44c0]) Use cor...