[rspec-devel] rspec_on_rails fix for edge rails 8862
David Chelimsky
dchelimsky at gmail.com
Fri Feb 15 00:27:49 EST 2008
On Thu, Feb 14, 2008 at 3:34 PM, Rick Olson <technoweenie at gmail.com> wrote:
> > It's simple. Rails made a backwards compatibility breaking change.
>
> Well, the status argument was deprecated *before* rails 1.0 and
> removed completely in Rails 2.0.
Agreed. It's tricky. For a normal consumer of Rails that's just fine.
For anything that monkey patches rails because there isn't a logical
extension point for what it wants to do (like rspec_on_rails) it's a
different situation.
I wasn't making a criticism, just an observation. The change did break
backwards compatibility. RSpec can't now support both rails 1.x and
2.x without code that accounts for the different versions.
FWIW,
David
>
> --
> Rick Olson
> http://lighthouseapp.com
> http://weblog.techno-weenie.net
> http://mephistoblog.com
>
>
> _______________________________________________
> rspec-devel mailing list
> rspec-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-devel
>
More information about the rspec-devel
mailing list