Mel Riffe
2007-Oct-11 20:46 UTC
[rspec-users] [RSpec] Question about using TextMate Bundle...
Hey Everyone, First time poster! woot! Can someone please point me to a Wiki, FAQ, web page, that I can reference to help me debug why my installation of the TextMate Bundle doesn''t work? Am I supposed to install the gem, then install the plugins into a project, then install the bundle before the bundle can work? I can run ''rake spec'' at the command line just fine; running the spec as a ruby file works too. I''d like to get the bundle working. Thanks Bundleless in Richmond VA (Mel) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071011/2b37dc4d/attachment.html
David Chelimsky
2007-Oct-11 20:50 UTC
[rspec-users] [RSpec] Question about using TextMate Bundle...
On 10/11/07, Mel Riffe <mriffe at gmail.com> wrote:> Hey Everyone, > > First time poster! woot! > > Can someone please point me to a Wiki, FAQ, web page, that I can reference > to help me debug why my installation of the TextMate Bundle doesn''t work?Start here: http://rspec.rubyforge.org/documentation/tools/extensions/editors/textmate.html> > Am I supposed to install the gem, then install the plugins into a project, > then install the bundle before the bundle can work? > > I can run ''rake spec'' at the command line just fine; running the spec as a > ruby file works too. I''d like to get the bundle working. > > Thanks > > Bundleless in Richmond VA (Mel) > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Mel Riffe
2007-Oct-11 21:23 UTC
[rspec-users] [RSpec] Question about using TextMate Bundle...
Thanks for the quick response. I followed the directions but I''m still getting errors trying to run the spec from within TM. I''m going to start fresh - uninstall everything and try again. One thing I did notice is that there were three different ways to install stuff: - gem install rspec - svn co .../tags/CURRENT/rspec - svn co .../trunk/RSpec.tmbundle Is this ok? I''ll post all my steps and error messages if I''m still having problems. Thanks again for the quick response. Mel On 10/11/07, David Chelimsky <dchelimsky at gmail.com> wrote:> > On 10/11/07, Mel Riffe <mriffe at gmail.com> wrote: > > Hey Everyone, > > > > First time poster! woot! > > > > Can someone please point me to a Wiki, FAQ, web page, that I can > reference > > to help me debug why my installation of the TextMate Bundle doesn''t > work? > > Start here: > http://rspec.rubyforge.org/documentation/tools/extensions/editors/textmate.html > > > > > Am I supposed to install the gem, then install the plugins into a > project, > > then install the bundle before the bundle can work? > > > > I can run ''rake spec'' at the command line just fine; running the spec as > a > > ruby file works too. I''d like to get the bundle working. > > > > Thanks > > > > Bundleless in Richmond VA (Mel) > > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071011/d6b0c62a/attachment.html
David Chelimsky
2007-Oct-11 21:25 UTC
[rspec-users] [RSpec] Question about using TextMate Bundle...
On 10/11/07, Mel Riffe <mriffe at gmail.com> wrote:> Thanks for the quick response. > > I followed the directions but I''m still getting errors trying to run the > spec from within TM. > > I''m going to start fresh - uninstall everything and try again. > > One thing I did notice is that there were three different ways to install > stuff: > > - gem install rspec > - svn co .../tags/CURRENT/rspec > - svn co .../trunk/RSpec.tmbundleNo - I need to update the docs. You want the same version of the bundle as rspec - so .... - svn co .../tags/CURRENT/rspec - svn co .../tags/CURRENT/RSpec.tmbundle OR - svn co .../trunk/rspec - svn co .../trunk/RSpec.tmbundle Cool?> > Is this ok? > > I''ll post all my steps and error messages if I''m still having problems. > > Thanks again for the quick response. > > Mel > > > > On 10/11/07, David Chelimsky <dchelimsky at gmail.com> wrote: > > > > On 10/11/07, Mel Riffe <mriffe at gmail.com> wrote: > > > Hey Everyone, > > > > > > First time poster! woot! > > > > > > Can someone please point me to a Wiki, FAQ, web page, that I can > reference > > > to help me debug why my installation of the TextMate Bundle doesn''t > work? > > > > Start here: > http://rspec.rubyforge.org/documentation/tools/extensions/editors/textmate.html > > > > > > > > Am I supposed to install the gem, then install the plugins into a > project, > > > then install the bundle before the bundle can work? > > > > > > I can run ''rake spec'' at the command line just fine; running the spec as > a > > > ruby file works too. I''d like to get the bundle working. > > > > > > Thanks > > > > > > Bundleless in Richmond VA (Mel) > > > > > > > > > _______________________________________________ > > > rspec-users mailing list > > > rspec-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Mel Riffe
2007-Oct-12 14:55 UTC
[rspec-users] [RSpec] Question about using TextMate Bundle...
Hey David, I''m Golden now. - Uninstalled the gem - svn co .../tags/CURRENT/rspec && rspec_on_rails - svn co .../tags/CURRENT/RSpec.tmbundle Thanks! On 10/11/07, David Chelimsky <dchelimsky at gmail.com> wrote:> > On 10/11/07, Mel Riffe <mriffe at gmail.com> wrote: > > Thanks for the quick response. > > > > I followed the directions but I''m still getting errors trying to run the > > spec from within TM. > > > > I''m going to start fresh - uninstall everything and try again. > > > > One thing I did notice is that there were three different ways to > install > > stuff: > > > > - gem install rspec > > - svn co .../tags/CURRENT/rspec > > - svn co .../trunk/RSpec.tmbundle > > No - I need to update the docs. You want the same version of the > bundle as rspec - so .... > > - svn co .../tags/CURRENT/rspec > - svn co .../tags/CURRENT/RSpec.tmbundle > > OR > > - svn co .../trunk/rspec > - svn co .../trunk/RSpec.tmbundle > > Cool? > > > > > > Is this ok? > > > > I''ll post all my steps and error messages if I''m still having problems. > > > > Thanks again for the quick response. > > > > Mel > > > > > > > > On 10/11/07, David Chelimsky <dchelimsky at gmail.com> wrote: > > > > > > On 10/11/07, Mel Riffe <mriffe at gmail.com> wrote: > > > > Hey Everyone, > > > > > > > > First time poster! woot! > > > > > > > > Can someone please point me to a Wiki, FAQ, web page, that I can > > reference > > > > to help me debug why my installation of the TextMate Bundle doesn''t > > work? > > > > > > Start here: > > > http://rspec.rubyforge.org/documentation/tools/extensions/editors/textmate.html > > > > > > > > > > > Am I supposed to install the gem, then install the plugins into a > > project, > > > > then install the bundle before the bundle can work? > > > > > > > > I can run ''rake spec'' at the command line just fine; running the > spec as > > a > > > > ruby file works too. I''d like to get the bundle working. > > > > > > > > Thanks > > > > > > > > Bundleless in Richmond VA (Mel) > > > > > > > > > > > > _______________________________________________ > > > > rspec-users mailing list > > > > rspec-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > > > _______________________________________________ > > > rspec-users mailing list > > > rspec-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071012/9bff6d45/attachment-0001.html