Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Amos King
I went back to a plugin. The gem isn't working right now, and their were some others in the irc channel that had the same issue when they uninstalled the system gem. If I change the frozen directory to not have the version number it works, but rails complains. So I did just change the plugin loa

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread David Chelimsky
On Thu, Apr 30, 2009 at 10:05 PM, Amos King wrote: > should I go with the plugin.  It doesn't work as a gem now? I didn't say that :) It still works as a gem (I don't understand why it's not working for you as a gem), *and* I fixed the problem using it as a plugin, so you should be able to use it

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Amos King
should I go with the plugin. It doesn't work as a gem now? On Thu, Apr 30, 2009 at 10:04 PM, David Chelimsky wrote: > On Thu, Apr 30, 2009 at 9:55 PM, Amos King wrote: >> frozen as gems and still the same problems. > > The 1.2.6 release should work as a plugin again. > >> >> On Thu, Apr 30, 200

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread David Chelimsky
On Thu, Apr 30, 2009 at 9:55 PM, Amos King wrote: > frozen as gems and still the same problems. The 1.2.6 release should work as a plugin again. > > On Thu, Apr 30, 2009 at 3:05 PM, Nicholas Van Weerdenburg > wrote: >> On Thu, Apr 30, 2009 at 3:34 PM, Amos King wrote: >>> >>> So why am I requi

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Amos King
frozen as gems and still the same problems. On Thu, Apr 30, 2009 at 3:05 PM, Nicholas Van Weerdenburg wrote: > On Thu, Apr 30, 2009 at 3:34 PM, Amos King wrote: >> >> So why am I required to install rspec as a frozen/system gem to work >> with rails?  I would be happy with that if the support fo

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Nicholas Van Weerdenburg
On Thu, Apr 30, 2009 at 3:34 PM, Amos King wrote: > So why am I required to install rspec as a frozen/system gem to work > with rails? I would be happy with that if the support for rails gems > was a little better. I'm stuck to the published gem at that point, or > I have to jump through hoops

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Amos King
So why am I required to install rspec as a frozen/system gem to work with rails? I would be happy with that if the support for rails gems was a little better. I'm stuck to the published gem at that point, or I have to jump through hoops on every deployment or build box. On Thu, Apr 30, 2009 at 2

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Amos King
yes, but when you add it does it. On Thu, Apr 30, 2009 at 1:33 PM, Scott Taylor wrote: > > On Apr 30, 2009, at 2:26 PM, Amos King wrote: > >> I started a brand new rails app and then ran the following. >> >> %>git submodule add git://github.com/aslakhellesoy/cucumber.git >> vendor/plugins/cucumbe

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Scott Taylor
On Apr 30, 2009, at 2:26 PM, Amos King wrote: I started a brand new rails app and then ran the following. %>git submodule add git://github.com/aslakhellesoy/cucumber.git vendor/plugins/cucumber %>git submodule add git://github.com/brynary/webrat.git vendor/ plugins/webrat %>git submodule add

Re: [rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread David Chelimsky
On Thu, Apr 30, 2009 at 1:26 PM, Amos King wrote: > I started a brand new rails app and then ran the following. > > %>git submodule add git://github.com/aslakhellesoy/cucumber.git > vendor/plugins/cucumber > %>git submodule add git://github.com/brynary/webrat.git vendor/plugins/webrat > %>git subm

[rspec-users] submodule rspec and rspec-rails issues

2009-04-30 Thread Amos King
I started a brand new rails app and then ran the following. %>git submodule add git://github.com/aslakhellesoy/cucumber.git vendor/plugins/cucumber %>git submodule add git://github.com/brynary/webrat.git vendor/plugins/webrat %>git submodule add git://github.com/dchelimsky/rspec.git vendor/plugins