rancher-api icon indicating copy to clipboard operation
rancher-api copied to clipboard

Incompatibility with Rails 5

Open zambon opened this issue 8 years ago • 4 comments

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.

zambon avatar Jul 07 '16 18:07 zambon

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 avatar Jul 07 '16 21:07 akurkin

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

akurkin avatar Jul 19 '16 13:07 akurkin

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

zambon avatar Jul 19 '16 15:07 zambon

Looks like Her got rails support in version 0.8.2

mordecaihecht avatar Aug 08 '17 21:08 mordecaihecht