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

Support versions of rails before 4.0 #30

Closed
jonathan opened this issue Nov 26, 2013 · 2 comments
Closed

Support versions of rails before 4.0 #30

jonathan opened this issue Nov 26, 2013 · 2 comments

Comments

@jonathan
Copy link
Contributor

Rails 4 introduced before_action in the controllers but still supports before_filters. It'd be nice if before_filter was used in the controller helper at least until they become deprecated so people still using rails 3.2 can use this lib.

@benoist
Copy link
Contributor

benoist commented Nov 26, 2013

I agree.
I'll fix this tomorrow.

@jlurena
Copy link

jlurena commented Mar 20, 2019

This is still an issue. I get

Bundler could not find compatible versions for gem "activemodel":
  In snapshot (Gemfile.lock):
    activemodel (= 3.2.22.10)

  In Gemfile:
    rails3_acts_as_paranoid was resolved to 0.1.1, which depends on
      activerecord (>= 3.0.9) was resolved to 3.2.22.10, which depends on
        activemodel (= 3.2.22.10)

    libsaml (= 3.3.0) was resolved to 3.3.0, which depends on
      activemodel (>= 4.2)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

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

3 participants