Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several of the rubygem issues in rails 2-3-stable. #536

Merged
merged 6 commits into from
May 27, 2011

Conversation

zenspider
Copy link
Contributor

There were a lot of simple errors with railties' gem code causing exceptions to be raised when starting a rails 2.3 app with rubygems 1.8.x installed. This fixes those errors. This should also address nearly all deprecations.

I still need to work the use of SourceIndex out of it, but that can come later.

…VER change the semantics of the parent (returning nil if default).
name and requirement. Better, just activate the spec for the
dependency (1.8 only)
This may cause problems. I dunno.
The real solution is to get rid of all of this mess and use gem paths properly.
@zenspider
Copy link
Contributor Author

shit shit shit... I said I'd push my fixes to the specs/rakefiles... doing so now!

+ Fixed deprecated usage in gemspecs.

Bumped the version to 2.3.12 so I could test locally with actual
installs. If this is bad form for this project, please beat me up and
I'll split them out.
@flippingbits
Copy link

BTW, you may use gemsets for local tests instead of bumping versions.

@dmathieu
Copy link
Contributor

The part about rake/rdoctask => rdoc/task has already been committed b921679

@zenspider
Copy link
Contributor Author

flippingbits: I don't use rvm and was installing into a private gem repo (essentially a gemset) with 2.3.11 for performance testing (with 300ish other gems).

dmathieu: thanks, but I did this more than 14 hours ago :) I guess it doesn't need to be backported then (since that was on master). Alternatively, I can roll that commit out and we can backport...

@tenderlove tenderlove merged commit 79aa54d into rails:2-3-stable May 27, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants