Rails being below a certain version*. On Mon, Aug 8, 2011 at 11:23 AM, Chance Dinkins <[email protected]> wrote:
> Being a newb to rails, my only solution was to kick up the googlefoo. I > happened to find a related error regarding a Mutex error with rails being > higher than a certain version and rubygems being above a certain version. It > just happened to work. > > Sorry that's such an uninformative answer but I was shooting in the dark > with the solution. > > > On Mon, Aug 8, 2011 at 11:20 AM, Jim Gay <[email protected]> wrote: > >> Thanks. I did see that, but nothing here makes me think your version >> of rubygems should be 1.5.3. >> Why did you choose that version? >> >> On Mon, Aug 8, 2011 at 11:07 AM, Chance Dinkins <[email protected]> >> wrote: >> > Hey Jim, >> > I did, but for brevity's sake here is the error I was receiving with a >> fresh >> > gemset: >> > /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant/gems/radiant-0.9.1/ >> > vendor/rails/activesupport/lib/active_support/dependencies.rb:55: >> > uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) >> > from >> > /Users/chance/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/ >> > rubygems/custom_require.rb:36:in `gem_original_require' >> > from >> > /Users/chance/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/ >> > rubygems/custom_require.rb:36:in `require' >> > from /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant/gems/ >> > radiant-0.9.1/vendor/rails/activesupport/lib/active_support.rb:57 >> > from >> > /Users/chance/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/ >> > rubygems/custom_require.rb:36:in `gem_original_require' >> > from >> > /Users/chance/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/ >> > rubygems/custom_require.rb:36:in `require' >> > from /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant/gems/ >> > radiant-0.9.1/vendor/rails/railties/lib/rails_generator.rb:31 >> > from >> > /Users/chance/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/ >> > rubygems/custom_require.rb:36:in `gem_original_require' >> > from >> > /Users/chance/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/ >> > rubygems/custom_require.rb:36:in `require' >> > from /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant/gems/ >> > radiant-0.9.1/bin/radiant:18 >> > from /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant >> /bin/radiant: >> > 19:in `load' >> > from /Users/chance/.rvm/gems/ruby-1.8.7-p352@radiant >> /bin/radiant:19 >> > >> > *** LOCAL GEMS *** >> > >> > actionmailer (2.3.11) >> > actionpack (2.3.11) >> > activerecord (2.3.11) >> > activeresource (2.3.11) >> > activesupport (2.3.11) >> > rack (1.1.2) >> > radiant (0.9.1) >> > rails (2.3.11) >> > rake (0.8.7) >> > RedCloth (4.2.7) >> > will_paginate (2.3.15) >> > On Mon, Aug 8, 2011 at 10:57 AM, Jim Gay <[email protected]> wrote: >> >> >> >> Thanks for bringing this up Chance. >> >> >> >> It's not clear to me which error this rubygems downgrade solves. >> >> I've seen lots of problems with newer versions of rubygems and haven't >> >> been back to experiment. I'm currently on 1.6.2 but we should track >> >> down the actual errors to see what we can solve. >> >> >> >> Did you mention the specific error with rubygems? >> >> >> >> On Mon, Aug 8, 2011 at 8:55 AM, Chance Dinkins <[email protected]> >> >> wrote: >> >> > If anyone runs into this in the future, the issue was the version of >> >> > gems. >> >> > Downgrade your gems: >> >> > >> >> > gem update --system 1.5.3 >> >> > >> >> > On Sun, Aug 7, 2011 at 12:00 PM, Chance Dinkins <[email protected] >> > >> >> > wrote: >> >> >> >> >> >> Bob, >> >> >> >> >> >> Thanks for taking the time to respond. Yo clarify, I forgot that to >> >> >> change my rvm to 1.9.2 until after I had created the first radiant >> >> >> app. Switching back to 1.8.7 produced the error above. >> >> >> >> >> >> As j was getting errors when trying to create a radiant app from >> >> >> within my 187 gemset, I decided to drop it and start over with a >> clean >> >> >> gem list. >> >> >> >> >> >> I can't paste the error/gemlist right now cause im on my phine but I >> >> >> replied wit them earlier and will post them again when I get home. >> >> >> >> >> >> Thanks >> >> >> Chance >> >> >> >> >> >> >> >> >> On Aug 7, 2011, at 8:59 AM, Bob Sleys <[email protected]> wrote: >> >> >> >> >> >> > Also as an aside you don't need to install rails into the gems you >> >> >> > are >> >> >> > running radiant from. Radiant includes it's own version of rails >> and >> >> >> > won't >> >> >> > use the installed one. >> >> >> > >> >> >> > Bob >> >> > >> >> > >> >> >> >> >> >> >> >> -- >> >> Jim Gay >> >> Saturn Flyer LLC >> >> http://www.saturnflyer.com >> >> 571-403-0338 >> > >> > >> >> >> >> -- >> Jim Gay >> Saturn Flyer LLC >> http://www.saturnflyer.com >> 571-403-0338 >> > >
