search for: invalidoption

Displaying 15 results from an estimated 15 matches for "invalidoption".

Did you mean: invalidation
2006 Jan 24
18
Can''t install rails, instructions in the book are wrong....
...n type the command that came right out of the book. C:\ruby>gem install rails --include-dependencies and it doesn''t even work: C:\ruby>"C:\ruby\bin\ruby.exe" "C:\ruby\bin\gem" install rails --include-dependencies ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --include-dependencies Hard to believe. Did I do something wrong? Greg -- Posted via http://www.ruby-forum.com/.
2007 Mar 01
4
RC1, Rails, and problems with multiple options in spec.opts
...inconsistent output with multiple options in the spec.opts file. I can, for instance, pass --color or --colour, or, separately, use --drb. But when combining them I get: /opt/local/lib/ruby/1.8/optparse.rb:1381:in `complete'': invalid option: --options --color --drb (OptionParser::InvalidOption) from /opt/local/lib/ruby/1.8/optparse.rb:1379:in `catch'' from /opt/local/lib/ruby/1.8/optparse.rb:1379:in `complete'' from /opt/local/lib/ruby/1.8/optparse.rb:1212:in `order!'' from /opt/local/lib/ruby/1.8/optparse.rb:1205:in `catch'...
2006 Mar 02
5
Installation Problem
I need to install rails on my system for a class project. I have ruby 1.8.2-14 installed and am entering at the command prompt >gem install rails --remote According to Curt Hibbs installation, I should get a series of questions to answer yes to, and then info on the installation. All I am getting is... Successfully installed rails_analyzer_tools, version 1.1.0 Installing RDoc documentation
2012 Feb 09
1
Autorun Picks Up Options
...c but noticed that when I run the command to kick off the ruby scripts it picks up the options that I give to the command. ''myRubyBin -j optionValue'' This then fails with this error, /usr/lib/ruby/1.8/optparse.rb:1448:in `complete'' : invalid option: -j ( OptionParser::InvalidOption ) from /usr/lib/ruby/1.8/optparse.rb:1446:in `catch'' from /usr/lib/ruby/1.8/optparse.rb:1446:in `complete'' from /usr/lib/ruby/1.8/optparse.rb:1285:in `parse_in_order'' from /usr/lib/ruby/1.8/optparse.rb:1252:in `catch'' from /usr/lib/ruby/1.8/optparse.rb:1252:in `p...
2008 Nov 20
1
running tests on gem
...the tests on the gem and tried: $ jruby -S gem list RedCloth *** LOCAL GEMS *** RedCloth (4.1.1) $ jruby --version jruby 1.1.5 (ruby 1.8.6 patchlevel 114) (2008-11-14 rev 6586) [i386-java] [jruby.git (master)]$ jruby -S gem check -test RedCloth ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: -est [jruby.git (master)]$ jruby -S gem check --test RedCloth /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:38:in `require'': no such file to load -- helper (LoadError) from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/sit...
2006 May 11
3
Reinstall ruby''s MySQL Library on OS X Server
Hello, I am running OS X Server version 10.4.6 and I already have some MySQL databases working on the server. I install the RubyGem recently, however, it does not work correctly with the default MySQL. I am wondering if anybody can shed some light on: 1): how to reinstall ruby''s mysql library on the OS X server, 2): Is it possible to keep the old database files intact while reinstall
2008 Jan 06
5
alternate gem repo?
Hey folks, I''ve looked through the docs, and the mailing list, but for the life of me I can''t figure out how to specify an alternate gem repository for a package. From the docs, it looks like I should be able to do source => whatever, but this seems to just send gem looking for a specific gem at a url, rather then the more general alternate source for the gem. It looks
2006 Jan 23
5
can''t install model_security_generator
I''m trying to install Bruce Perens'' ModelSecurity gem, but it keeps asking me if I want to install rails too (I have already installed rails). It exits if I say no and crashes if I say yes: C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install model_security_generator Attempting local installation of ''model_security_generator'' Local gem
2009 Mar 06
1
GoSub & Queue
...> 3,2,Return ;; Hangup on the caller exten => 4,1,Set(GOSUB_RESULT=GOTO:hangup^s^1) exten => 4,2,Return ;; Return Caller to queue exten => 5,1,Set(GOSUB_RESULT=CONTINUE); exten => 5,2,Return ;; Reidentify the caller exten => 6,1,Goto(s,1) ;; Invalid Option exten => i,1,Playback(invalidoption) exten => i,2,Goto(s,1) ;; Timeout Reached :: Hangup Called Party, Return Callee to Queue exten => t,1,Set(GOSUB_RESULT=CONTINUE) exten => t,2,Noop(GOSUB: screencallee timed out) exten => t,3,Return ;; Hangup :: Hangup Called Party, Return Callee to Queue exten => h,1,Set(GOSUB_RESUL...
2010 Jun 26
0
[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config
...etails] > Patch which allows OpenSSH to ignore unknown options. > > This is a patch which implements alternative 1 from Josh Triplett. This > patch makes ssh ignore all unknown options which are prefixed with '@'. > For example, the following works: > > Host * > @InvalidOption asdf > > Any chance of having this patch (or something similar) included in > OpenSSH? This patch looks very promising. However, it doesn't handle the case of ignoring an option that OpenSSH knows about but doesn't support, such as the GSSAPI* options on an installation of OpenS...
2011 Jan 26
0
[Rails 2.3.10] uninitialized constant ActionController::AbstractResponse
...see what happen in any log ... where or how can i get some info on the faulty module during initialization ? ( cannot trace the console .... script/console --trace /Users/yves/.rvm/rubies/ruby-1.8.7-p330/lib/ruby/1.8/optparse.rb: 1450:in `complete'': invalid option: --trace (OptionParser::InvalidOption) thanks for your suggestions erwin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send ema...
2007 Nov 19
1
Capistrano in InstaRails bombs?
Following the book, I try: cap --apply-to C:\CapPlanner\trunk\Source capplanner And get in reply: C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1443:in `complete'': invalid option: --apply-to (OptionParser::InvalidOption) from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1441:in `catch'' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1441:in `complete'' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order'' from C:/InstantRails/ruby/...
2009 Mar 08
2
[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config
...://bugzilla.mindrot.org/attachment.cgi?id=1610) Patch which allows OpenSSH to ignore unknown options. This is a patch which implements alternative 1 from Josh Triplett. This patch makes ssh ignore all unknown options which are prefixed with '@'. For example, the following works: Host * @InvalidOption asdf Any chance of having this patch (or something similar) included in OpenSSH? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching someone on the CC list of the bug.
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
...t;Print help message") do + puts opts + exit + end + opts.on("-n", "--nodaemon", "Run interactively (useful for debugging)") do |n| + do_daemon = false + end + end + begin + opts.parse!(ARGV) + rescue OptionParser::InvalidOption + puts opts + exit + end + + if do_daemon + # This gets around a problem with paths for the database stuff. + # Normally daemonize would chdir to / but the paths for the database + # stuff are relative so it breaks it.. It's either this or rearrange + # thing...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
...)") do |n| + do_daemon = false + end + opts.on("-p", "--port", "Port to listen on") do |n| + port = n.to_i + end + end + begin + opts.parse!(ARGV) + rescue OptionParser::InvalidOption + puts opts + exit + end + + if do_daemon + # same issues as w/ dbomatic / taskomatic + pwd = Dir.pwd + daemonize + Dir.chdir(pwd) + @logger = Logger.new($logfile) + else + @logger = Logger....