This project is archived and is in readonly mode.
[PATCH] read version from RAILS_VERSION, so `rake install` will be run correctly
Reported by Juice | March 6th, 2010 @ 12:32 PM
because we don't require '*/version' in Rakefile anymore,
so there would be no const ActionPack::VERSION::STRING.
and this would raise an error when we run rake
install
.
Comments and changes to this ticket
-
Repository March 27th, 2010 @ 11:10 AM
- State changed from new to resolved
(from [c428fbdb1d4773b177247e0648c933ad9cc92a44]) Use the new RAILS_VERSION in rake install (ht: ZhangJinzhu) [#4116 state:resolved] http://github.com/rails/rails/commit/c428fbdb1d4773b177247e0648c933...
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
Referenced by
- 4116 [PATCH] read version from RAILS_VERSION, so `rake install` will be run correctly (from [c428fbdb1d4773b177247e0648c933ad9cc92a44]) Use the...