Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly require filter_parameters.rb instead of relying on action_dispatch autoload #181

Merged
merged 1 commit into from
Feb 5, 2015

Conversation

ryanbriones
Copy link
Contributor

In action_pack 4.1 autoloading of FilterParameters was removed from action_dispatch (rails/rails@8d7923b)

This change fixes an exception that is raised at application load time when using napa in a Rails >= 4.1 application.

…on_dispatch` autoload

In `action_pack` 4.1 autoloading of FilterParameters was removed from `action_dispatch` (rails/rails@8d7923b)
@umtrey
Copy link
Contributor

umtrey commented Feb 4, 2015

💃

@itsbagpack
Copy link
Contributor

+1 awesome! thanks for fixing that @ryanbriones !

shaqq added a commit that referenced this pull request Feb 5, 2015
Explicitly require `filter_parameters.rb` instead of relying on `action_dispatch` autoload
@shaqq shaqq merged commit 08e8dd4 into bellycard:master Feb 5, 2015
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.

None yet

4 participants