Giter VIP home page Giter VIP logo

Comments (8)

mecampbellsoup avatar mecampbellsoup commented on May 30, 2024 1

@tiagopog and here's another breaking commit:

cerebris/jsonapi-resources@f8dcf85

You need to change JSONAPI::Request to JSONAPI::RequestParser.

from jsonapi-utils.

mecampbellsoup avatar mecampbellsoup commented on May 30, 2024 1

@tiagopog Shouldn't jsonapi-utils master have jsonapi-resources master as a dep though?

from jsonapi-utils.

mecampbellsoup avatar mecampbellsoup commented on May 30, 2024

@tiagopog FYI

from jsonapi-utils.

tiagopog avatar tiagopog commented on May 30, 2024

Weird, since the @request instance variable is set up before the action gets executed. I'll take a look on this later today. Thanks, @mecampbellsoup!

from jsonapi-utils.

mecampbellsoup avatar mecampbellsoup commented on May 30, 2024

@tiagopog it's a Rails 5 ApplicationController thing:

[1] pry(JSONAPI::Utils)> base
=> Api::V1::BaseController
[2] pry(JSONAPI::Utils)> base.respond_to? :helper_method
=> false
[3] pry(JSONAPI::Utils)> base.superclass
=> ApplicationController
[4] pry(JSONAPI::Utils)> base.superclass.respond_to? :helper_method
=> false
[5] pry(JSONAPI::Utils)> ActionController::Base.respond_to? :helper_method
=> true

from jsonapi-utils.

mecampbellsoup avatar mecampbellsoup commented on May 30, 2024

This bug ^^ is happening in our codebase because we track master of jsonapi-resources gem.

from jsonapi-utils.

mecampbellsoup avatar mecampbellsoup commented on May 30, 2024

@tiagopog further, I think that helper_method is only used by non-API Rails apps. We are using rails-api, makes sense we don't have helper_method exposed in our controllers as such.

from jsonapi-utils.

tiagopog avatar tiagopog commented on May 30, 2024

Since Rails 5 and JR's master are not supported by JU, this issue will be closed and a branch will be created for future support to their breaking changes.

from jsonapi-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.