Displaying 20 results from an estimated 1000 matches similar to: "Installing plugins without svn:// access"
2006 Oct 17
3
Should fixtures be transactional?
I started using the new Model.should_have(1).records expectation in
rspec_on_rails, and quickly realized that my fixtures were remaining
loaded, even in contexts that didn''t use them. Bug or feature?
Jay Levitt
2002 Jul 22
2
Web-Proxy-Option?
Hi,
I'd like to suggest adding a web proxy option
to the ssh client.
Sometimes you're in a LAN without any direct
connection to the internet, but with a web proxy
which supports the CONNECT command for ssl
connections.
The ssh client could use these proxies as well.
regards
Hadmut
2012 Jan 02
2
iran
Hey everyone ,
I'm using tinc from iran , and i've been using tinc with tcponly for a few
years now , to bypass the filtering , and have access to the free internet
, but recently , our government started to apply some sort of exotic
filtering scheme , they've completely blocked outgoing and incoming ssh
requests , and ssl encrypted packets , and the only thing allowed is https
!! ,
2013 Nov 22
1
tar binary in RTools 3.1.0.1939 has problems with tar.bz2 files
Hi,
With Rtools 3.1.0.1936 I can create and extract from .tar.bz2 files:
(first directory in %PATH% is c:\rtools31.1936\bin)
E:\>tar jcvf tmp.tar.bz2 tmp
tmp/
tmp/foo.txt
E:\>tar jtvf tmp.tar.bz2
drwxr-xr-x 4294967295/4294967295 0 2013-11-22 11:35 tmp/
-rw-r--r-- 4294967295/4294967295 3 2013-11-22 11:35 tmp/foo.txt
E:\>mkdir ex
E:\>cd ex
E:\ex>tar jxvf ..\tmp.tar.bz2
tmp/
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
Hello,
Today I succesfully transfered some testfile on my local computer with the
following command:
rsync -e "ssh" testfile.txt localhost:receive
I can also succesfully connect with SSH to a remote server through an http proxy
with the following command:
ssh -o "ProxyCommand corkscrew myhttpProxy 8080 targetcomputer.domain 22"
targetcomputer.domain
But I'm so far
2003 Mar 17
1
ProxyCommand
Hi all,
I tried to use the ProxyCommand option in the ~/.ssh/config file like
ProxyCommand /usr/local/bin/corkscrew <firewall> 80 %h %p
but it seems th me that the ssh clinet won't use the option
.. How can I tell the client to accept the proxy an send all requests to this host, bcause the internet names ("%P") cannot be resolved inside our lan - this must do the proxy.
2005 May 20
6
Samba and Window 2003
I am trying to find a good how-to on setting up samba to use Windows 2003
for authentication, if anyone knows of a good link let me know. I am using
RedHat ES 3 and our Windows is running in native mode with NT style
authentication allowed. I cant use ADS and Kerberos because the current
version of Kerberos on my RH server is 1.2.7 and from what I have read I
need 1.3+ in order for it to work
2012 Mar 27
3
shellinabox
Hi,
is there anyone using shellinabox[1] (Web based AJAX terminal
emulator): I'm trying to run it on a Centos 6.2 x86_64 but I cannot
past inserting username and I get "session closed". Actually I'm using
SELINUX in Enforcing mode but nothing strange is logged in
/var/log/audit/audit.log. Actually nothing strange is logged anywhere
but I still get only "session
2005 Aug 17
1
Voicemail/Directory, one person, one box, two last names
So one of my employees just got married and is taking her husband's
last name. As soon as her business cards run out she will be using
the new last name for business as well. So for example is there a way
to make it so that if someone goes to the directory to find her
extension and they dial DOE it matches her or if they type SMI it
matches her. Alternatively, can I make a new voicemail
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2.
I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin:
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec
When I try to run my specs though, I get the below error. It''s as if the
spec_helper cannot find "spec/rails". I''ve noticed that
2007 Sep 05
4
False Positives and Autotest on New Folders
False Positives
I just discovered how easy it was to create a false positive when I, trying
my first RSpec test, did this:
ob.should eql?(''foo'')
instead of:
ob.should eql(''foo'')
or:
ob.should == ''foo''
As far as I can see, this is roughly equivalent to:
ob.should false
Neither eql?(''foo'') nor false causes the spec
2007 Jan 13
2
svn reorganized?
It appears the repository has been rearranged when compared to the
documentation. For the Rails plugin, the correct script/plugin
install now seems to be:
script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/
rspec_on_rails
Is this correct?
2007 Oct 11
2
Incompatibility Issues after updating CURRENT
Hi,
I''m using piston to manage rspec and rspec_on_rails in vendor/plugins.
----
~/work/simplify_md $ piston st vendor/plugins/
vendor/plugins/rspec
(svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec)
vendor/plugins/rspec_on_rails
(svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails)
----
After I ''piston update''d rspec and
2007 Oct 23
6
Problem Upgrading from 1.0.5 to 1.0.8
Hey Guys,
I''m getting the following error:
1)
NameError in ''ProductsController with a GET to /products NO NAME
(Because of Error raised in matcher)''
uninitialized constant Spec::Mocks::BaseExpectation::AnyArgsConstraint
/Users/mattlins/Projects/RailsProjects/SWNetworkServices/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/render_observer.rb:86:in
2007 Jan 19
3
problems updating to 0.7.5.1
Hi all
I''ve upgraded the rails plugin from 0.7.5 to 0.7.5.1 (plugin/remove
rspec_on_rails followed by :
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/REL_0_7_5_1/rspec_on_rails/vendor/plugins/rspec_on_rails
I''ve also updated the rspec gem and removed the older version. I''m running
rubygems 0.9.1 on a windows box
however, when I try to run a spec
2007 Sep 27
2
1.0.8 tarball problem.
When I untar 1.0.8 after having downloaded it from rubyforge, I get
these errors:
<snip>
rspec-1.0.8/spec/spec/runner/spec_parser_spec.rb
rspec-1.0.8/spec/spec/spec_classes.rb
gzip: stdin: decompression OK, trailing garbage ignored
rspec-1.0.8/spec/spec/translator_spec.rb
rspec-1.0.8/spec/spec_helper.rb
rspec-1.0.8/UPGRADE
tar: Child returned status 2
tar: Error exit delayed from
2007 May 25
4
rspec on rails update question
I''m sure this is OT but I''d appreciate the help
I''m using rspec_on_rails
I prefer to use stable release rather than live dangerously (at least
until I can tell the difference between what I might be doing wrong
vs problems in rspec). However, I would like to try the
RspecScaffoldGenerator fix.
I installed (per the docs) last week with the following commands
2007 Feb 27
8
Using a subversion repository to spec in a rails app
Is it a bad practice to use a subversion repository to the trunk of
rspec and rspec_on_rails? Or rather, is it doomed to fail, since my
gem will always be out of date?
I know I can''t use spec, installed from gem,s if I have the latest
revision of rspec and rspec_on_rails checked into my plugins
directory. But I should still be able to use it with the --drb
option, correct?
2008 Mar 19
3
svn externals and git submodules
This is a request to split up the repository into at least two repositories
rspec
rspec_core (loaded as svn_external or git submodule)
rspec_on_rails (loaded as svn_external or git submodule)
We could load the plugins the same way as before
ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_core
ruby script/plugin install
2007 Jun 08
4
Still recommend the plugins over the gems?
> We strongly recommend you install RSpec and Spec::Rails as plugins
> (as opposed to relying on an RSpec gem). See special instructions
> below if you want to install the HEAD of the trunk, or an older
> version.
(from http://rspec.rubyforge.org/documentation/rails/install.html)
Is this still the case? Why?
Is the rspec_on_rails available in gem form?
Does rspec_generator