search for: satisfied_by

Displaying 4 results from an estimated 4 matches for "satisfied_by".

2010 Feb 04
3
Rails / Rack version mismatch
I attempted to install rails, with these error messages: $ sudo gem install rails ERROR: Error installing rails: actionpack requires rack (~> 1.0.0, runtime) $ sudo gem install rack Successfully installed rack-1.1.0 1 gem installed $ sudo gem install rails ERROR: Error installing rails: actionpack requires rack (~> 1.0.0, runtime) Why does gem install a current version of rack which
2007 Dec 11
6
Mongrel install problem
Hi, I''m having difficulties getting mongrel running on my Debian Etch machine. It seems to install and is listed with my other gems, but things like... "mongrel_rails start ..." ... are not recognised. Perhaps this is something to do with the file "lib" not being found in the install process: ruby extconf.rb install mongrel --include-dependencies checking for main()
2007 Dec 12
0
Mongrel-users Digest, Vol 23, Issue 4
...m_pattern = /^#{ gem_pattern }$/i if String === gem_pattern version_requirement = Gem::Version::Requirement.create(version_requirement) result = [] @gems.each do |full_spec_name, spec| next unless spec.name =~ gem_pattern result << spec if version_requirement.satisfied_by?(spec.version) end result = result.sort result end Any ideas why? Thanks, Rob. > Date: Tue, 11 Dec 2007 09:31:34 -0800 > From: "Sean O''Brien" <sobrien at yahoo-inc.com> > Subject: Re: [Mongrel] Mongrel install problem > To: mongrel-us...
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin