[rspec-devel] [ rspec-Feature Requests-10932 ] Documentation on upgrading the Rspec on Rails Plugin
noreply at rubyforge.org
noreply at rubyforge.org
Sat Jun 2 14:42:18 EDT 2007
Feature Requests item #10932, was opened at 2007-05-20 04:44
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3152&aid=10932&group_id=797
Category: rails plugin
Group: None
Status: Open
Priority: 3
Submitted By: Brian Takita (btakita)
>Assigned to: Aslak Hellesøy (aslak_hellesoy)
Summary: Documentation on upgrading the Rspec on Rails Plugin
Initial Comment:
Upgrading rpsec can be a pain.
There should be some procedues.
e.g.
svn mv Rename existing plugin
install latest version of plugin
remove renamed old version of plugin
----------------------------------------------------------------------
Comment By: David Chelimsky (dchelimsky)
Date: 2007-06-01 10:44
Message:
Good point. I'll extend it.
----------------------------------------------------------------------
Comment By: Aslak Hellesøy (aslak_hellesoy)
Date: 2007-06-01 07:33
Message:
This won't work for people who checked it into svn - or people using svn:externals. It looks like these instructions will only work for people not using an scm at all(?)
----------------------------------------------------------------------
Comment By: David Chelimsky (dchelimsky)
Date: 2007-05-31 23:40
Message:
Added this to docs in r2067
# from the root of your rails project
rm -rf vendor/plugins/rspec
rm -rf vendor/plugins/rspec_on_rails
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails
ruby script/generate rspec
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3152&aid=10932&group_id=797
More information about the rspec-devel
mailing list