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

Generate refinerycms:portfolio says 'no such file to load -- refinery' #66

Closed
anitagraham opened this issue Mar 15, 2012 · 3 comments
Closed

Comments

@anitagraham
Copy link

Installing in Refinery 2.0.1, Mac OSX Lion (the copywriting engine is installed and working here.)

Gemfile:
gem 'refinerycms-portfolio', :branch => 'rails-3-1'

bundle update:
Using refinerycms-pages (2.0.1)
Using refinerycms-resources (2.0.1)
Using refinerycms (2.0.1)
Using refinerycms-copywriting (2.0.0)
Using refinerycms-portfolio (0.9.10)

rails generate refinerycms:portfolio

/Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require': no such file to load -- refinery (LoadError)
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/refinerycms-portfolio-0.9.10/lib/refinerycms-portfolio.rb:1:in `<top (required)>'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler/runtime.rb:68:in `require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler/runtime.rb:66:in `each'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler/runtime.rb:66:in `block in require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler/runtime.rb:55:in `each'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler/runtime.rb:55:in `require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.15/lib/bundler.rb:120:in `require'
    from /Users/anita/cscms/config/application.rb:9:in `<top (required)>'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.1/lib/rails/commands.rb:24:in `require'
    from /Users/anita/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.1/lib/rails/commands.rb:24:in `<top (required)>'
    from script/rails:6:in `require'
    from script/rails:6:in `<main>'
@parndt
Copy link
Member

parndt commented Mar 15, 2012

For now please use portfolio like this (in Gemfile):

gem 'refinerycms-portfolio', :git => 'git://github.com/resolve/refinerycms-portfolio.git', :branch => 'rails-3-1'

@anitagraham
Copy link
Author

Thanks for the instantaneous response.

@parndt
Copy link
Member

parndt commented Mar 15, 2012

You're very welcome :-)

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