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

Incompatibility with Rails 5 #9

Open
zambon opened this issue Jul 7, 2016 · 4 comments
Open

Incompatibility with Rails 5 #9

zambon opened this issue Jul 7, 2016 · 4 comments

Comments

@zambon
Copy link

zambon commented Jul 7, 2016

It is not possible to install rancher-api in a Rails 5 project, as it depends on her, which depends on activemodel 4 (see below). Also, I checked her and it seems like the project is dead (no activity for almost an year).

    rails (~> 5.0.0) was resolved to 5.0.0, which depends on
      activerecord (= 5.0.0) was resolved to 5.0.0, which depends on
        activemodel (= 5.0.0)

    rancher-api (~> 0.3) was resolved to 0.3.0, which depends on
      her (~> 0.7.6) was resolved to 0.7.6, which depends on
        activemodel (<= 4.3.0, >= 3.0.0)

Is this something you plan to support? I'm willing to collaborate.

@akurkin
Copy link
Owner

akurkin commented Jul 7, 2016

If there's an alternative to her, or some nice API wrapper so that we don't need to write all the boilerplate, I'm happy to switch from her.

Alex

Sent from my iPhone

On Jul 7, 2016, at 20:16, Henrique Zambon [email protected] wrote:

It is not possible to install rancher-api in a Rails 5 project, as it depends on her, which depends on activemodel 4 (see below). Also, I checked her and it seems like the project is dead (no activity for almost an year).

rails (~> 5.0.0) was resolved to 5.0.0, which depends on
  activerecord (= 5.0.0) was resolved to 5.0.0, which depends on
    activemodel (= 5.0.0)

rancher-api (~> 0.3) was resolved to 0.3.0, which depends on
  her (~> 0.7.6) was resolved to 0.7.6, which depends on
    activemodel (<= 4.3.0, >= 3.0.0)

Is this something you plan to support? I'm willing to collaborate.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@akurkin
Copy link
Owner

akurkin commented Jul 19, 2016

Or we could use one of the forks of her which support rails 5

@zambon
Copy link
Author

zambon commented Jul 19, 2016

It's an option... I'm not the biggest fan of using dead projects though. 😛

@mordecaihecht
Copy link

Looks like Her got rails support in version 0.8.2

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