Skip to content

Fix method from ActiveSupport not being available#783

Merged
tagliala merged 1 commit intonesquena:masterfrom
A1bi:fix-missing-method
Jan 19, 2026
Merged

Fix method from ActiveSupport not being available#783
tagliala merged 1 commit intonesquena:masterfrom
A1bi:fix-missing-method

Conversation

@A1bi
Copy link
Contributor

@A1bi A1bi commented Jan 19, 2026

We’re using rabl within a Sinatra app and rely on Bundler requiring all defined gems automatically and we do not require ActiveSupport or its components explicitly. We ran into an issue with extract_options! being undefined, because rabl itself does not require the corresponding file from ActiveSupport. This PR fixes that.

@tagliala tagliala merged commit 50ebc12 into nesquena:master Jan 19, 2026
16 checks passed
@tagliala
Copy link
Collaborator

Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments