This project is archived and is in readonly mode.
ActiveSupport doesn't know it's version
Reported by bsears | September 30th, 2010 @ 12:42 AM
ActiveSupport currently doesn't require it's own version file,
forcing users to explicitly require
'active_support/version'
it in order to determine which
version is available at runtime. This patch adds the file to the
autoload list.
Comments and changes to this ticket
-
David Trasbo October 10th, 2010 @ 04:47 PM
- State changed from new to open
- Assigned user set to Santiago Pastorino
- Importance changed from to Low
+1
Patch applies cleanly to master and seems quite reasonable. Removes the need of requiring
active_support/version
explicitly, as described. -
Jeff Kreeftmeijer October 10th, 2010 @ 08:09 PM
- Title changed from [PATCH] ActiveSupport doesn't know it's version to ActiveSupport doesn't know it's version
- Tag changed from active_support, version to active_support, patch, version
+1
I can see why this would be useful. :)
Using the "patch" tag instead of prefixing the ticket title with "[PATCH]" to make sure patched tickets end up in the open patches bin. :)
-
Repository October 10th, 2010 @ 10:48 PM
- State changed from open to committed
(from [de05e1c33ce13069025d1531e082adc5fe62e79a]) Make ActiveSupport load own version.
[#5739 state:committed]
Signed-off-by: Santiago Pastorino santiago@wyeworks.com
http://github.com/rails/rails/commit/de05e1c33ce13069025d1531e082ad... -
Repository October 10th, 2010 @ 10:48 PM
(from [4245dcd5218a4d18c86afa34657a3208ded15573]) Make ActiveSupport load own version.
[#5739 state:committed]
Signed-off-by: Santiago Pastorino santiago@wyeworks.com
http://github.com/rails/rails/commit/4245dcd5218a4d18c86afa34657a32...
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
- 5739 ActiveSupport doesn't know it's version [#5739 state:committed]
- 5739 ActiveSupport doesn't know it's version [#5739 state:committed]