This project is archived and is in readonly mode.
Unable to run 'rake install' to install edge Rails.
Reported by Prem Sichanugrist (sikachu) | February 6th, 2010 @ 02:43 PM | in 3.0.2
Today after the version bump of edge version to
3.0.0.beta1
, I cloned the repository from
git://github.com/rails/rails.git
and try to run
rake install
on it, and it fail to install those
gems.
I found out that the problem was because settings in
version.rb
for each gem was set to
3.0.0.beta
. This patch updates them all to
3.0.0.beta1
.
I've attached the patch for master
Comments and changes to this ticket
-
Repository February 6th, 2010 @ 02:52 PM
(from [1d9d9d2d89a90a85f27a1909e3c435c070bc1b40]) Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' will be run correctly [#3879 status:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/1d9d9d2d89a90a85f27a1909e3c435... -
Prem Sichanugrist (sikachu) February 6th, 2010 @ 03:35 PM
- State changed from open to resolved
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Medium
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
- 3879 Unable to run 'rake install' to install edge Rails. (from [1d9d9d2d89a90a85f27a1909e3c435c070bc1b40]) Fix tin...