[rspec-devel] [ rspec-Bugs-9607 ] Rails 2.0 render issue
noreply at rubyforge.org
noreply at rubyforge.org
Wed Apr 4 15:19:40 EDT 2007
Bugs item #9607, was opened at 2007-03-27 07:19
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=9607&group_id=797
Category: rails plugin
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 3
Submitted By: Zach Inglis (zachinglis)
>Assigned to: David Chelimsky (dchelimsky)
Summary: Rails 2.0 render issue
Initial Comment:
rspec gives the code:
render 'controller/action' which is not allowed in Rails 2.0 and will give you an error. It should render:
render :controller => "controller", :action => "action"
----------------------------------------------------------------------
>Comment By: David Chelimsky (dchelimsky)
Date: 2007-04-04 19:19
Message:
I'm not quite sure what this is talking about. The generated specs are run against rails edge and 1.1.6 through 1.2.3 and there are no problems.
I'm going to close this assuming that it's an obsolete issue, but if you can provide us with a specific example that's failing we'll be glad to look at it again.
----------------------------------------------------------------------
Comment By: Aslak Hellesøy (aslak_hellesoy)
Date: 2007-03-30 06:01
Message:
Is Rails 2.0 the same as http://svn.rubyonrails.org/rails/trunk/ ?
If not, what's the svn URL?
----------------------------------------------------------------------
Comment By: Scott Taylor (smtlaissezfaire)
Date: 2007-03-30 05:31
Message:
Is this in one of the generators?
----------------------------------------------------------------------
Comment By: Zach Inglis (zachinglis)
Date: 2007-03-30 05:26
Message:
Anyone?
----------------------------------------------------------------------
Comment By: Zach Inglis (zachinglis)
Date: 2007-03-27 07:25
Message:
err, actually the substitute code gives me an error.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=9607&group_id=797
More information about the rspec-devel
mailing list