Skip to content

Doesn't work out of the box in Rails #10

Description

@tannerburson

Out of the box Chore won't work with a Rails app. Job classes in a Rails must be eager loaded in all environments for Chore to work. By default adding it to the eager load path won't work in development, as Rails lies and doesn't REALLY eager load in dev (to allow for class reloading mostly).

So, Chore should document how to setup eager load, and/or document the directory glob require one-liner that's been used in the past.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions