Displaying 2 results from an estimated 2 matches for "gem_pattern".
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
...om_require.rb:27:in `require''
from /var/lib/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails:11
from /usr/bin/mongrel_rails:16:in `load''
from /usr/bin/mongrel_rails:16
... which indicates it is getting stuck in the block of this search method:
def search(gem_pattern,
version_requirement=Version::Requirement.new(">= 0"))
#FIXME - remove duplication between this and RemoteInstaller.search
gem_pattern = /^#{ gem_pattern }$/i if String === gem_pattern
version_requirement =
Gem::Version::Requirement.create(version_requirement)
r...