similar to: rSpec (rev 2996), Rails (rev 8214): TextMate bundle problems

Displaying 20 results from an estimated 120 matches similar to: "rSpec (rev 2996), Rails (rev 8214): TextMate bundle problems"

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) >>>
2007 Oct 10
9
Rspec Textmate bundle errors
Hello all, Having a problem with the Rspec textmate bundle and having quizzed the guys in #textmate to no success about the errors, I''ve been suggested to try you guys! When I run the "Run Behaviour Description" command, I get the following errors: /Users/alastair/Library/Application Support/TextMate/Bundles/ RSpec.tmbundle/Support/lib/spec/../spec/mate/runner.rb:34:in
2015 Mar 31
0
Samba on AIX, issues setting read-only flag on files through Windows Explorer?
Alternatively, anyone know where I could get the binaries for latest Samba 4.x branch for AIX? ---------------------------------------- > From: mirza.dedic at outlook.com > To: samba at lists.samba.org > Date: Mon, 30 Mar 2015 14:05:03 -0700 > Subject: [Samba] Samba on AIX, issues setting read-only flag on files through Windows Explorer? > > Hello list :) > > I am having
2015 Mar 30
2
Samba on AIX, issues setting read-only flag on files through Windows Explorer?
Hello list :) I am having issues setting the "read-only" flag via Windows Explorer on my AIX Samba share and I was hoping someone out there would be able to point me into the right direction to solving this issue... I have on my AIX 7.1 system installed Samba 3.6.24 and configured, joined to our Windows domain successfully. The samba binaries I got from perzl.org/aix In my smb.conf I
2006 May 19
2
Problems at running Rails at the first time
Well, i got familiar with writing Ruby scripts the last days and thougt to write a web application with a framework. First steps was Rails. I successfully installed Gems, Action Web Service and Rails, at least the installer said so... :D So I took a tutorial to write a small app, but I fail in the step startig Rails with the command "rails myappdir". There are some warnings and error
2008 Jan 08
2
Problems with rspec 1.1 required inside rake tasks
This is interesting. The default rspec rake tasks generated by Hoe give you an rspec.rake file that looks like: > begin > require ''spec'' > rescue LoadError > require ''rubygems'' > require ''spec'' > end > So far so good. When you invoke rake to do something, say check_manifest > rake check_manifest > You
2008 Jan 18
2
CC.rb and RSpec
When trying to configure a rspec 1.1.2 based app in CC.rb, I came across the following: /home/bryan/cruisecontrolrb-1.2.1/projects/support-engines/work/vendor/ plugins/rspec_on_rails/lib/spec/rails/../../../../rspec/lib/spec/ runner/options.rb:218:in `files_to_load'': File or directory not found: cc:build (RuntimeError) from
2006 Aug 10
28
On the total nondisclosure of the 8/9/06 security vulnerability
Dear Rails team, The handling of the recent vulnerability in Rails has proven somewhat problematic for us. We have recently adopted Rails as our web platform of choice; previously, we used J2EE. We love Rails. We hate J2EE. We don''t want to go back. It took a lot of effort and convincing to get the management teams of our various projects to sign off on the use of Rails. The
2008 Feb 02
0
Adding methods to Object in Rails -- WARNING
I wanted to do: foo.wrap and wrap would go to a specialized wrap for some types of foo and a general Object#wrap for all the others. So I added wrap to Object class Object def wrap self end end This worked except for objects which are actually AssociationProxy objects pretending to be some other object. The reason is that AssociationProxy removes all but a few methods from itself.
2006 Jan 03
2
Newbie Install Question
Hi, I''ve been trying to get rails going on one of our dedicated servers, with no luck. I have ruby installed, gems, etc... When i goto to create my first rails app i get this: rails test /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/ associations/association_proxy.rb:6: warning: instance_methods: parameter will default to ''true'' as of 1.8.1
2007 Jul 09
1
Changes to vendor/builder?
I''m referring to the vendor folder under activesupport/lib/ active_support folder. Are we supposed to be making changes to the files in this folder? I just submitted my first patch (a doc patch) to a file in this folder, and I just realized it could be an external project. Then I noticed the XML Builder project in RubyForge. I also just noticed that most of the files under the builder
2008 Sep 02
0
No subject
application. If I try to open the application and pass it the command "/PAR script.txt", it does not work: $ open WinBUGS.exe '/PAR script.txt' The file /PAR script.txt does not exist. It parses '/PAR script.txt' as a file name rather than an argument. I tried the following variation but it results in the same error: $ open -a WinBUGS14 '/PAR script.txt' The
2007 Aug 07
0
Object equality with a DSL
How would you spec a DSL which descends from Jim Weirich''s Blank Slate? I''m asking this question because I have written a DSL, and would like to have the DSL class descend from BlankSlate so that methods like == are not available in the DSL itself (in production), but only while Testing. Does any one have any insight on this? I can provide code samples if anyone would
2005 Mar 02
3
uprgrade to 0.10: uninitialized constant Class::Object
Hi, I installed rails 0.10 with ruby gem, and upgraded my application as described at http://manuals.rubyonrails.com/read/book/15 . Now, when accessing the action index of the controller rss_feed, I get this error in the terminal when I started the server: #<NameError: uninitialized constant Class::Object>
2005 Oct 18
2
Inconsistency with matrix indexing (PR#8214)
Full_Name: Stefan Albrecht Version: 2.2.0 OS: Windows XP Submission from: (NULL) (194.127.2.74) Dear all, in the new R 2.2.0, the matrix indexing has been changed. In my opinion, this leads to an inconsistency when indexing one-row matrices. Take > (mat <- matrix(1:9, nrow = 3, dimnames = list(paste("r", 1:3, sep = ""), paste("c", 1:3, sep = ""))))
2006 Oct 25
2
Isn''t it possible to stub / expect on :id ?
Hi all ! Running this: @payout = stub_everything(:id => 141) Payout.stubs(:find).with(@payout.id).returns(@payout) Generates this warning: ./test/functional/payouts_controller_test.rb:22: warning: Object#id will be deprecated; use Object#object_id What am I missing ? :id is a fairly frequent method to override in Rails-based applications. I''m using Mocha from
2013 Nov 26
7
[PATCH RESEND 0/1] libxl: introduce an option for disabling the non-O_DIRECT
I think I posted this patch before, but it looks like it was in December 2012 (!). 1/1 libxl: introduce an option for disabling the non-O_DIRECT workaround Ideally it would go into 4.4, at least. Provided the corresponding qemu part has gone into qemu-xen, which I think it has. Can anyone confirm ?
1997 Dec 12
2
How to get nmbd to work?
I have NEVER been able to get nmbd to work in anything even remotely approximating a usable fashion. All I want it to do is DNS lookups. I can't even get it to do that reliably. It looks in some cases like it isn't even sending a response back to the querying clients. When I do a request that fails, I get this: --- nmb packet from 192.55.114.4(3175) header: id=8172 opcode=Query(0)
2007 May 05
1
ODBC
I am trying to compile asterisk with ODBC support on CentOS 4.4. I am running into the same issue as documented in this bug. http://bugs.digium.com/view.php?id=8214 The server is a Dell 2950 with Dual Core /64bit processors (2Gig RAM). I tried creating a symbolic link link mentioned in the bug report, but didn't have any luck. Any one else had this issue? What did you do to get around
2006 Apr 27
1
SOAP service - perl server, ruby consumer incompatability
Hi All, Wonder if any of you guys can help troubleshoot the following for me. What I''m trying to achieve is: 1) Perl web service, using SOAP::Lite (server) 2) Ruby web service consumer, using SOAP::RPC::DRIVER (client) My problem is, if my client and server are both Perl based, the output is as expected. However, if the client is Ruby based (haven''t tried another