Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle install hanging (on dependencies?) #730

Closed
dsaronin opened this issue Jun 2, 2011 · 9 comments
Closed

bundle install hanging (on dependencies?) #730

dsaronin opened this issue Jun 2, 2011 · 9 comments
Milestone

Comments

@dsaronin
Copy link

dsaronin commented Jun 2, 2011

until recently (due to v1.0.0 release?) this has worked in Gemfile:

gem 'refinerycms',              '= 0.9.9'
gem 'refinerycms-generators',   '~> 0.9'
gem 'refinerycms-inquiries',    '~> 0.9'
gem 'refinerycms-page-images', '~> 1.0.2'
gem 'refinerycms-i18n',         '~> 0.9'

but now it hangs forever. Changing the versions to the last ones I used, does work, however.

gem 'refinerycms',              '= 0.9.9'
gem 'refinerycms-generators',   '= 0.9.9.1'
gem 'refinerycms-inquiries',    '= 0.9.9.9'
gem 'refinerycms-page-images', '= 1.0.3'
gem 'refinerycms-i18n',         '= 0.9.9.7'

I haven't yet tried to upgrade to v1.0 yet, so why would this happen?

and all this occurred because now I get uninitialized constant Rake::RDocTask when setting up (see https://github.com/resolve/refinerycms/issues/728 )

@parndt
Copy link
Member

parndt commented Jun 2, 2011

Did you try the solution from #728 ?

@dsaronin
Copy link
Author

dsaronin commented Jun 2, 2011

No, none of it applied; I wasn't using any release candidate software.
The only thing I can figure out is that somehow Rake 0.9.0 got in and
Rake 0.8.7 was wanted. But then after I went back to 0.8.7, when I tried
doing bundle install, it hung. I have since upgraded bundler, rake, rvm,
gems to the latest, and had to deal with a new rake deprecation by
adding the following to refinerycms Rakefile:

module ::<project_name>
  class Application
    include Rake::DSL
  end
end

module ::RakeFileUtils
  extend Rake::FileUtilsExt
end

On Thu, 2011-06-02 at 00:32 -0700, parndt wrote:

Did you try the solution from #728 ?

@parndt
Copy link
Member

parndt commented Jun 2, 2011

Hmm.. hopefully when 3.0.8 comes out we can release a point release that sets that version as a minimum because it fixes all the rake 0.9.x problems.

@parndt
Copy link
Member

parndt commented Jun 8, 2011

@dsaronin can you try with this:

gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git', :branch => '1-0-stable'

And see if the rake issue is fixed?

@dsaronin
Copy link
Author

dsaronin commented Jun 8, 2011

I'll give it a try ... I'm stuck on trying to get my associates' MAC
Snow Leopard RVM'ed .. please see: private method 'gsub' called during
Page.create ... would appreciate any suggestions you can give for
resolving this..
http://groups.google.com/group/refinery-cms/browse_thread/thread/38e28bbde8db9129#

On Tue, 2011-06-07 at 20:11 -0700, parndt wrote:

@dsaronin can you try with this:

gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git', :branch => '1-0-stable'

And see if the rake issue is fixed?

@parndt
Copy link
Member

parndt commented Jun 8, 2011

Thanks :) Interested to hear your findings.

@parndt
Copy link
Member

parndt commented Jun 12, 2011

Please reopen if this is still an issue, thanks!

@parndt parndt closed this as completed Jun 12, 2011
@dsaronin
Copy link
Author

dsaronin commented Jul 7, 2011

everything seems to work fine now that I've migrated:
app to RefineryCMS 1.0.3 with latest Blog, News, Inquiries, Page-Images
Rails 3.0.9, Rake 0.9.2
Gemfile as per 1.0.3

On Wed, 2011-06-08 at 14:07 -0700, parndt wrote:

Thanks :) Interested to hear your findings.

@parndt
Copy link
Member

parndt commented Jul 7, 2011

Awesome! Thanks for posting back :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants