Skip to content

Merely adding the gem doesn't appear to be enough #4

Description

@hakanai

I have a project where flay is failing on Rails ERb files.

So I added

gem 'flay-actionpack'

to Gemfile, but it still failed to parse ERb files.

Investigating with ruby -d, Bundler appears to be trying to load:

  • 'flay-actionpack'
  • 'flay/actionpack'

But the actual file is 'flay_actionpack.rb' so neither of those is going to work.

The code in Bundler responsible for this is: https://github.com/rubygems/bundler/blob/master/lib/bundler/runtime.rb#L65-L94

Clearly it must have worked at some point in the past, so my guess is that perhaps Bundler changed its mind on what separators it was going to permit?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions