search for: geminstall

Displaying 5 results from an estimated 5 matches for "geminstall".

Did you mean: gem_install
2012 Jun 27
6
Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type ruby::gemInstall at myFile.pp:82
I have a module located at /etc/puppet/environments/test/modules/ruby. I n this I have a manifests folder with two .pp files - init.pp and gemInstall.pp. In one of my node def files I have: include ruby ruby::gemInstall { ''someGem-version.gem'': path => ''/path/to/agent/local/gem/repo'', } ruby::gemInstall is a define, and it has some logic to get around some problems I had when trying to install gems...
2007 Feb 05
4
rubgems in user directory - HELP!
...installed correctly but when I do "gem install rails" I get this error: ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Permission denied - connect(2)(Errno::EACCES) I''ve changed my $PATH to include the gem installation dir, I have my $RUBYLIB set to /home/geminstall/lib/ruby/site_ruby/1.8, and have set the $GEM_HOME path to my gem repository. is it possible to be completely unable to install ROR on a hosting company server because of lack of permissions? or am I missing something? please help! --~--~---------~--~----~------------~-------~--~----~ You recei...
2008 Mar 24
3
Yet again: Gem plugins
The patch I''m working on is just a) A more declarative way of specifying the gems your app uses, and having Rails automatically require them for you, and b) A mechanism for enabling those gems hook up to your target app, just like init.rb does for file-system plugins. Please take a look at the Trac ticket as it''s more self-explanatory: http://dev.rubyonrails.org/ticket/11167
2008 Jan 02
5
anchor tags?
Hi, Is there a cool webgen way to do anchor tags? I''ve just been doing this: <span id="anchor_name"/> ...but is there a better way? Thanks, Chad
2007 Feb 07
1
Auto-installing Gems via boot.rb causes errors under Mongrel
.../usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:213:in `activate'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:66:in `active_gem_with_options'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:59:in `require_gem'' from /Users/woolley/workspace/geminstaller/spec/sample_rails_app/config/boot.rb:39 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' ... 13 levels... from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'' from...