Skip to content

Commit

Permalink
Do not eager load the configuration. (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Jan 13, 2025
1 parent bf89cc1 commit 5fcf3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### next

* TODO: Replace this bullet point with an actual description of a change.
* Do not eager load the configuration (#47)

### 1.10.0 (11 January 2025)

Expand Down
2 changes: 2 additions & 0 deletions lib/rimless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ module Rimless
loader.ignore(root_path.join('tasks*'))
loader.ignore(root_path.join('railtie.rb'))
loader.ignore(root_path.join('rspec*'))
loader.do_not_eager_load(root_path.join('configuration.rb'))
loader.do_not_eager_load(root_path.join('consumer_job.rb'))

# Finish the auto loader configuration
loader.setup
Expand Down

0 comments on commit 5fcf3ff

Please sign in to comment.