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 build for branch 3-0-stable - failing in ruby 1.8.8-p358 #5600

Merged
merged 2 commits into from
Mar 27, 2012

Conversation

carlosantoniodasilva
Copy link
Member

This fixes failing tests related to form options, and a random issue that happens with rjs tests, all related to Ruby 1.8.7-p358. I had to change a little bit the implementation of the FixtureResolver to avoid calling hash.select {}.each - it also is more similar to the implementation in 3-1 forward.

These rjs tests were completely removed in 3-1 together with render :update. And I didn't find any other test that uses FixtureResolver relying on ordering like this one.

Let me know if something needs improvement. Thanks.

josevalim added a commit that referenced this pull request Mar 27, 2012
Fix build for branch 3-0-stable - failing in ruby 1.8.8-p358
@josevalim josevalim merged commit 5790269 into rails:3-0-stable Mar 27, 2012
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.

None yet

3 participants