make it ruby 1.9.x compatible
Reported by Guilherme Silveira | May 28th, 2010 @ 08:24 AM | in 0.8.1
Make restfulie run with ruby 1.9.x
Comments and changes to this ticket
-
Cipriani May 28th, 2010 @ 05:46 PM
I already removed core_ext/proc.rb from master. If there is no more compatibility issue, consider it done.
-
Guilherme Silveira May 28th, 2010 @ 06:27 PM
Unit spec tests seem not to run so far. To simulate it, change any
green test in spec/unit. i.e. change
feed.title.should == "new title"
to
feed.title.should == "new title2"With such a failing change, the build does not break in 1.9.2-head.
Therefore I guess its not running them (although its parsing those
files) -
Guilherme Silveira May 31st, 2010 @ 05:53 PM
- State changed from new to resolved
- Assigned user set to Guilherme Silveira
Pulled final changes from elomar's master.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »