similar to: TDDMate website has gone missing

Displaying 20 results from an estimated 40000 matches similar to: "TDDMate website has gone missing"

2007 Oct 26
3
Textmate Formatting has gone away
Hi, I just updated my Textmate bundle to the latest in the svn because It wasn''t working with the latest version of rspec. It''s been a while since I updated the bundle ;) I like the format that I used to have of a progress bar across the top and html formatted results for each example, however now all I''m getting is ........... passed etc etc. How do I get the old
2009 Mar 07
2
[rspec/tm] When running the textmate bundle hook using command-r I get an error about missing rubygems
I get the following error using both edge version of the TM bundle and rspec/rspec-rails in vendor/plugins. /Users/nshb/Library/Application Support/TextMate/Bundles/ RSpec.tmbundle/Support/lib/spec/mate.rb:2:in `require'': No such file to load -- rubygems (LoadError) from /Users/nshb/Library/Application Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/mate.rb:2 from
2009 May 09
7
does somebody use XCode on Mac for RoR instead of TextMate?
does somebody use XCode on Mac for RoR instead of TextMate? I wonder how is it compared to TextMate... TextMate uses the default font of Monaco... the Xcode screenshot on Wikipedia uses Courier... I wonder if Xcode looks as good as TextMate when the font is changed to Monaco as well? Thank you. -- Posted via http://www.ruby-forum.com/.
2006 Mar 30
25
TextMate for Rails development -- why?
Greetings, I am curious, I see quite a few references to using TextMate for rails development. I downloaded TextMate and used it for 30 days. I do not see what everyone is raving about. Snipplets are nice, but other editors do the same thing, some with much more power. Can anyone tell me what makes people draw to TextMate? Maybe I am missing the whole reason, I''d really like to
2007 Jun 06
7
RadRails vs. Textmate
Is there anyone out there can give me a comparison between RadRails/ Aptana and Textmate? I have been using skEdit for all of my general coding stuff, but I am now looking into getting a new editor for my Ruby/Rails work. I know that most Mac users swear by Textmate, but I would really like to hear some comparisons between RadRails, Textmate, and even skEdit as well. What your thoughts and
2007 Nov 23
1
Textmate Bundle Errors
Hi, Running #rake spec seems to work as expected, however using cmd+r in textmate does not. I assume Textmate has some specific references to rails or ruby which I have not set. I have set the TM_RUBY to /usr/local/bin/ruby as suggested in the RSpec docs. I am running OS X 10.5 with a manually compiled ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.10.1] and gem 0.9.4. This was installed
2006 Oct 03
1
line too long in editor... (textmate)
my where :condition string line is too long in my editor, (Textmate...) if I do a LR, I got a \n in my string, how can i get it displayed in multilines without this garbage in the string : here is the kind of string I am manipulating cond_a.append ["(bookings.start_at == ? OR bookings.end_at == ? ) OR (bookings.start_at <= ? AND bookings.end_at >= ? )",
2006 Oct 03
0
[ADV] New version of the TextMate book is available
Folks: I''ve uploaded the B1.02 version of Jame Edward Gray II''s TextMate book. The first beta release covered all you need to know to build and make use of TextMate''s automations. This second beta goes back to the basics of TextMate usage. Three new chapters are added covering Projects, Power Editing, and Regular Expressions. There''s a ton of information
2007 Nov 26
0
rSpec (rev 2996), Rails (rev 8214): TextMate bundle problems
Hey guys, I''m trying to get rSpec (rev 2996) working with Rails 2 (rev 8214). Running the tests from the command line works, no problem. I installed the RSpec.tmbundle (also rev 2996), and would like to see the HTML test results in TextMate. When I run the "Run examples in selected files/directories" command in TextMate, I get the following dump:
2011 Aug 10
1
Floats in Microsoft Basic format
Hi all, I need to convert a floating point value from Microsoft Basic format to IEEE format. There's a simple way to achieve this in R or I have to write my own function? (e.g. convert the C code below) thanks t #include <string.h> /* for strncpy */ int _fmsbintoieee(float *src4, float *dest4) { unsigned char *msbin = (unsigned char *)src4; unsigned char *ieee
2008 May 10
4
Problems running RSpec from w/in TextMate
Hello everyone, I''m new to RSpec, and pretty much Ruby in general. I am trying to run RSpec from within TextMate to get the nice-looking GUI that lists my specs and whatnot. It runs fine from the command line, but when I run it from TextMate, I get the following error (I am working with a Rails application): RubyMate r8136 running Ruby r1.8.6 (/usr/local/bin/ruby) >>>
2006 Jul 04
0
[OT] TextMate snippet is not working
Sorry for the OT. Since I know that in this mailing list there are people that use TextMate heavily, I''ll try asking here first. I downloaded TextMate 1.5.2. Installed it on Mac OS X 10.4.6 running on a MacBook Pro. I recalled that I could do a Command+Option+Shift +Down in an action and TextMate will show a context menu that let me jump to the view, functional test, etc. A day
2006 Feb 19
0
TextMate Backtracer v.1.1
== Announcement == http://blog.inquirylabs.com/2006/02/18/textmate-backtracer-11/ == Changes == The textmate backtracer plugin, with the insight of Jonathan Weiss, now detects whether or not the server is a Mac system. With this additional check, it''s less likely that non-Mac users will be troubled by the plugin. == What is it? == Whenever a Rails exception occurs, it spits out a
2007 Nov 28
6
textmate bundle
Does anyone else have issues running rspec textmate bundle? I''ve got revision 2997, but the blasted thing just won''t run. It is checked out to my /Users/zdennis/Library/Application Support/TextMate/Bundles/RSpec.tmbundle When it runs I get the below error... "textmate" is not a valid class name
2007 May 18
1
problems with textmate and rspec bundle
Folks, I saw David''s tutorial yesterday at RailsConf and started working on RSpec lastnight and am having a *ton* of trouble with the bundle for TextMate. I''ve made *some* progress, but thought I''d throw it to the list * I run ruby, including rb-rubygems using the MacPorts install (per JDD''s Sandboxing Rails) * installed rspec 0.9.4 (also rcov 0.8.0.2 and
2008 Jun 04
8
Why has the --color gone from my life?
Hi all, Running on OSX 10.5.3, Latest Rspec trunk, Rspec rails trunk, latest autotest gem and rails 2.1 I''ve lost my colour output in autotest. rake spec gives colour output, but autotest gives me black and white. It was working a little bit before, I think I upgraded to the latest versions of everything to get all the textmate snippets talking and being friendly to one another again
2007 Oct 15
1
TextMate File Type Detection for RSpec & Rails
For those of you struggling with TextMate not properly detecting rspec files, Allan Odgaard (the author of TextMate) has kindly provided a tutorial on how to set up TextMate to associate all .rb files with rails and all _spec.rb files with rspec. http://macromates.com/blog/2007/file-type-detection-rspec-rails His instructions work great and switching between rspec and rails files has
2006 Feb 25
1
TextMate: syncPEOPLE on Rails Bundle Becomes Built-in Rails Bundle
It?s official, folks! After talking with my partner, Greg Narain, as well as Allan Odgaard, the creator of TextMate, we (syncPEOPLE) have decided to release our Rails bundle under the MIT license so that it can nest itself nicely within its new home, the TextMate Subversion Bundle Repository. What this means for the rest of us is that all of these great features we?ve been madly
2005 Nov 08
3
Textmate "e ." in the Video
>From the newbie corner... In the demo video our illustrious Rails guru summons textmate with "e ." from the command line, magically opening textmate within the context of the respective rails app. I downloaded textmate, love it, but want to know how to make the same magic happen from the command line, rather than having to open the app via gui in the Applications folder. Thanks.
2007 Jun 14
4
Can''t run RSpec files in TextMate
Hi Not sure if this is the place to ask this or not. I''ve upgraded to RSpec 1.0.5, installed the latest TextMate bundle, but whenever I do "Run Behaviour Descriptions in selected files/directories" I get this: /Users/ashleymoran/Library/Application Support/TextMate/Pristine Copy/ Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:18:in `run_files'': private method