Skip to content

Commit

Permalink
Do not eager load the configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jan 13, 2025
1 parent bf89cc1 commit dd28392
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 0 deletions lib/rimless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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'))

# Finish the auto loader configuration
loader.setup
Expand Down

0 comments on commit dd28392

Please sign in to comment.