On Tue, Jan 26, 2010 at 12:26 AM, Morgan Morgan <lists@ruby-forum.com> wrote:
Morgan Morgan wrote:and figured it out.
> Morgan Morgan wrote:
>> So i updated rails and this is now what i'm getting.
>> i tried reinstalling rails and it didn't help. it's installed.
>> this is driving me nuts.
>>
>> i'm at rails 2.3.5 and ruby 1.8.7
>>
>> Missing the Rails gem. Please `gem install -v= rails`, update your
>> RAILS_GEM_VERSION setting in config/environment.rb for the Rails version
>> you do have installed, or comment out RAILS_GEM_VERSION to use the
>> latest version installed.
>
> ok. so mongrel can start a server with no problems but thin takes a
> dump.
> slowly making sense of this.
thin can't cope with rack 1.1.0. uninstalled the rack 1.1.0 gem and all
is well again.
Morgan, I just performed a quick test and I was able to get the following
working:
a) Rails 2.3.5, Ruby 1.9.1/1.9.2, Rack 1.1.0, and Thin 1.2.7
b) Rails 3.0 b, Ruby 1.9.1/1.9.2, Rack 1.1.0, and Thin 1.2.7
Thus, I'll be happy to send you my test Rails app for (a) above.
-Conrad
--
Posted via http://www.ruby-forum.com/.
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment