uclibs / ucrate

Scholar@UC: University of Cincinnati's self-submission institutional repository
https://scholar.uc.edu
Other
5 stars 3 forks source link

Remove x-ray until test pass. #938

Closed scherztc closed 3 years ago

scherztc commented 3 years ago

Fixes #936 Present short summary (50 characters or less)

The x-ray gem was causing weird results in the test on circleci and locally. So we started by commenting out the gem and the initializer. Then I implemented a URI parser to reduce the deprecation chatter in the log. We used a hydra access controls overwrite of the permission.rb file.

class PostsController
  def index
    respond_with Post.limit(10)
  end
end

Changes proposed in this pull request: