Which versions (rspec and tmbundle) should we use with rails 2 (stable)? Can we just keep using rspec 1.08 with rails2? I noticed running specs from textmate with rails2 throws some errors.
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dep endencies.rb:263:in `load_missing_constant': uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper (NameError) from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dep endencies.rb:453:in `const_missing' from /Users/jeroen/rails2-lostboysnl/vendor/plugins/rspec_on_rails/lib/spec/rails /dsl/behaviour/helper.rb:31 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dep endencies.rb:496:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dep endencies.rb:342:in `new_constants_in' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib/active_support/dep endencies.rb:496:in `require' from /Users/jeroen/rails2-lostboysnl/vendor/plugins/rspec_on_rails/lib/spec/rails /dsl/behaviour.rb:8 ... 29 levels... from /Users/jeroen/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `chdir' from /Users/jeroen/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `run' from /Users/jeroen/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:25:in `run_file' from /tmp/temp_textmate.UgXRgh:4 Thanks, Jeroen On 12/11/07 7:40 PM, "David Chelimsky" <[EMAIL PROTECTED]> wrote: > On Dec 11, 2007 12:28 PM, Ben Mabey <[EMAIL PROTECTED]> wrote: >> >> Nathan Sutton wrote: >>> I tried checking it out today using instructions here: >>> http://rspec.rubyforge.org/tools/extensions/editors/textmate.html >>> >>> I get a 'svn: Connection closed unexpectedly'. Did it move or is it >>> down? >>> >>> Nathan Sutton >>> [EMAIL PROTECTED] >>> rspec edge revision 3052 >>> rspec_on_rails edge revision 3049 >>> rails edge revision 8269 >>> >>> >>> >>> >>> >>> _______________________________________________ >>> rspec-users mailing list >>> [email protected] >>> http://rubyforge.org/mailman/listinfo/rspec-users >>> >> Last I heard it was officially moved into the Textmate bundle repo. I >> may be wrong, but check that out. > > The one in the Textmate repo is aligned w/ 1.0.8. If you want one that > works w/ trunk, try > http://rspec.rubyforge.org/svn/trunk/RSpec.tmbundle. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
