Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread David Chelimsky
On Sun, Oct 5, 2008 at 11:20 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: >> Why ask us when you can ask rubygems? >> > Well I prefer to ask (and sound stupid 5 minutes) than not ask (and be > stupid all my life), that's the way I work. From the cucumber github > wiki located at: http://github.com

Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread Fernando Perez
I have removed the plugins for both cucumber and webrat. Now I am having the following error message when running rake features or ./script/generate cucumber: -- /usr/local/ruby/lib/ruby/gems/1.8/gems/cucumber-0.1.6/lib/cucumber/cli.rb:83:in `read': No such file or directory - cucumber.yml (Errn

Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread Fernando Perez
> Why ask us when you can ask rubygems? > Well I prefer to ask (and sound stupid 5 minutes) than not ask (and be stupid all my life), that's the way I work. From the cucumber github wiki located at: http://github.com/aslakhellesoy/cucumber/wikis -- Installation (Rails people – see Ruby on Rails

Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread David Chelimsky
On Sun, Oct 5, 2008 at 10:45 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: > Hi, > > Going plugin-less for RSpec went 99% smoothly, here is the only error > message I got: > > $ ./script/generate rspec > Gem::SourceIndex#search support for Regexp patterns is deprecated > /usr/local/ruby/lib/ruby/ge

Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread David Chelimsky
On Sun, Oct 5, 2008 at 10:51 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: > By the way for a RoR application, can I also go plugin-less for Webrat > and Cucumber? From what I understand I still need to install these two > as plugins. Why ask us when you can ask rubygems? $ gem q -drn cucumber $

Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread Fernando Perez
By the way for a RoR application, can I also go plugin-less for Webrat and Cucumber? From what I understand I still need to install these two as plugins. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org h

Re: [rspec-users] Difference between gem and plugin

2008-10-05 Thread Fernando Perez
Hi, Going plugin-less for RSpec went 99% smoothly, here is the only error message I got: $ ./script/generate rspec Gem::SourceIndex#search support for Regexp patterns is deprecated /usr/local/ruby/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails_generator/lookup.rb:211:in `each' is outdated -- Po

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread David Chelimsky
On Sat, Oct 4, 2008 at 1:43 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > On Sat, Oct 4, 2008 at 4:41 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: >> ... >> >> Also - the script files prepend vendor/plugins/rspec/lib to the path, >> but if they are not there, there shouldn't be a problem. That jus

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread Luis Lavena
On Sat, Oct 4, 2008 at 4:41 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > ... > > Also - the script files prepend vendor/plugins/rspec/lib to the path, > but if they are not there, there shouldn't be a problem. That just > ensures that if you DO have the plugin installed it takes precedence > ov

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread David Chelimsky
On Sat, Oct 4, 2008 at 1:38 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Sat, Oct 4, 2008 at 1:06 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: >> On Sat, Oct 4, 2008 at 2:58 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: >>> On Sat, Oct 4, 2008 at 11:54 AM, Fernando Perez <[EMAIL PROTECTED]> w

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread David Chelimsky
On Sat, Oct 4, 2008 at 1:06 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > On Sat, Oct 4, 2008 at 2:58 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: >> On Sat, Oct 4, 2008 at 11:54 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: >>> How do you go plugin-less for RSpec? The plugins require you to gener

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread Luis Lavena
On Sat, Oct 4, 2008 at 2:58 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Sat, Oct 4, 2008 at 11:54 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: >> How do you go plugin-less for RSpec? The plugins require you to generate >> some files, so how do you do that without a plugin? Is there still a

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread David Chelimsky
On Sat, Oct 4, 2008 at 12:01 PM, Fernando Perez <[EMAIL PROTECTED]> wrote: > Cool. > > However what happens when my app is currently using the plugin version, > is it easy to migrate to the gem? Should I regenerate the files? I guess > there is somewhere a line that says to rspec "look into vendor/

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread Fernando Perez
Cool. However what happens when my app is currently using the plugin version, is it easy to migrate to the gem? Should I regenerate the files? I guess there is somewhere a line that says to rspec "look into vendor/plugins"? -- Posted via http://www.ruby-forum.com/. _

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread David Chelimsky
On Sat, Oct 4, 2008 at 11:54 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: > How do you go plugin-less for RSpec? The plugins require you to generate > some files, so how do you do that without a plugin? Is there still a > rake task in the gem to generate the required files? I'll post this up on t

Re: [rspec-users] Difference between gem and plugin

2008-10-04 Thread Fernando Perez
How do you go plugin-less for RSpec? The plugins require you to generate some files, so how do you do that without a plugin? Is there still a rake task in the gem to generate the required files? -- Posted via http://www.ruby-forum.com/. ___ rspec-users

Re: [rspec-users] Difference between gem and plugin

2008-10-03 Thread Pat Maddox
"Zach Dennis" <[EMAIL PROTECTED]> writes: > On Fri, Oct 3, 2008 at 4:46 PM, Donald French <[EMAIL PROTECTED]> wrote: >> Can someone tell me the difference ins the gem versions and the plugin >> versions? do they work together? need both? >> > > You do not need both. The plugin versions are for Rub

Re: [rspec-users] Difference between gem and plugin

2008-10-03 Thread Zach Dennis
On Fri, Oct 3, 2008 at 4:46 PM, Donald French <[EMAIL PROTECTED]> wrote: > Can someone tell me the difference ins the gem versions and the plugin > versions? do they work together? need both? > You do not need both. The plugin versions are for Ruby on Rails projects. Rails had a way of loading plu

[rspec-users] Difference between gem and plugin

2008-10-03 Thread Donald French
Can someone tell me the difference ins the gem versions and the plugin versions? do they work together? need both? Don French On Oct 3, 2008, at 3:14 AM, [EMAIL PROTECTED] wrote: Send rspec-users mailing list submissions to rspec-users@rubyforge.org To subscribe or unsubscribe via th