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

Rails 2.3.x compatibility broken #10

Closed
knightq opened this issue Jul 12, 2011 · 2 comments
Closed

Rails 2.3.x compatibility broken #10

knightq opened this issue Jul 12, 2011 · 2 comments
Assignees
Labels

Comments

@knightq
Copy link

knightq commented Jul 12, 2011

Since your gem requires "ActiveSupport::Concern" (module controller_mixin extends from that) that is present only from Rails 3.0...

How can I use your gem on Rails 2.3.x?

> ruby script/server 
=> Booting Mongrel
=> Rails 2.3.11 application starting on http://0.0.0.0:3000

.../ruby/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require': no such file to load -- active_support/concern (MissingSourceFile)
from .../ruby/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
from .../ruby/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:547:in `new_constants_in'
from .../ruby/1.8/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
from .../ruby/1.8/gems/breadcrumbs_on_rails-2.0.0/lib/breadcrumbs_on_rails.rb:16
... *omissis*...
@novemberkilo
Copy link

Hi - we've got breadcrumbs_on_rails working on a Rails 2.3.10 app - you need v1.x of the gem though. Put the following in your Gemfile:

gem "breadcrumbs_on_rails", "~>1.0"

@weppos
Copy link
Owner

weppos commented Aug 16, 2011

BreadcrumbsOnRails 2.x requires Rails 3. Use BreadcrumbsOnRails 1.x with Rails 2.

@weppos weppos closed this as completed Aug 16, 2011
@ghost ghost assigned weppos Feb 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants