When I go to run gem update mongrel I get the lastest version as 1.0.4.
Anyone else seeing this problem?
-Ron
When I go to run gem update mongrel I get the lastest version as 1.0.4.
Anyone else seeing this problem?
-Ron
I have this problem. I’m trying to figure out what version of mongrel I
even
need now. Rails got udpated to 1.2.4 and now mongrel won’t run. I had
1.0.1.
I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1
work
with Rails 1.2.4 and/or 1.2.5 ?
Ronald V. wrote:
When I go to run gem update mongrel I get the lastest version as 1.0.4.
Anyone else seeing this problem?-Ron
–
View this message in context:
http://www.nabble.com/Mongrel-1.1-Gem-no-showing-up-tf4732251.html#a13532991
Sent from the RubyOnRails Users mailing list archive at Nabble.com.
On Nov 1, 2007, at 1:05 PM, bradrover wrote:
Rails got udpated to 1.2.4 and now mongrel won’t run. I had 1.0.1.
I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1
work
with Rails 1.2.4 and/or 1.2.5 ?
This sounds like a Rails problem, not a Mongrel problem. More to the
point, this sounds like you have something Rails 1.2.3 specific in
your app code. Do you have a line like this in your config/
environment.rb ?
RAILS_GEM_VERSION = ‘1.2.3’ unless defined? RAILS_GEM_VERSION
-faisal
If I do a “gem search --remote mongrel” I get the following output.
mongrel (1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0, 0.3.13.4, 0.3.13.3,
0.3.13.2, 0.3.13.1, 0.3.13, 0.3.12.4, 0.3.12.3, 0.3.12.2, 0.3.12.1,
0.3.12, 0.3.11, 0.3.10.1, 0.3.10, 0.3.9, 0.3.8, 0.3.7.1, 0.3.7, 0.3.6,
0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3, 0.2.2, 0.2.1, 0.2.0)
A small fast HTTP library and server that runs Rails, Camping,
Nitro
and Iowa apps.
Yeah, thanks you’re right, that was my fault. Newbie error. I guess the
question remains about the Mongrel 1.1 gem.
Faisal N Jawdat wrote:
point, this sounds like you have something Rails 1.2.3 specific in
–
View this message in context:
http://www.nabble.com/Mongrel-1.1-Gem-no-showing-up-tf4732251.html#a13538050
Sent from the RubyOnRails Users mailing list archive at Nabble.com.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs