Skip to content

Remove before_filter#8

Merged
zachmargolis merged 3 commits intomasterfrom
margolis-remove-before-filter
Aug 18, 2017
Merged

Remove before_filter#8
zachmargolis merged 3 commits intomasterfrom
margolis-remove-before-filter

Conversation

@zachmargolis
Copy link

This is blowing up in our production -- unsure how this was not caught earlier?

**How**:
```
git grep -l before_filter | \
  xargs perl -p -i -e 's/before_filter/before_action/g' --
```
@zachmargolis zachmargolis self-assigned this Aug 18, 2017
@@ -1,4 +1,4 @@
# encoding: utf-8
module SamlIdp
VERSION = '0.4.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't totally understand the version bump here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were previously "upgrading" the gem in IDP by pointing at a different SHA in git. However the "version" in the Gemfile.lock was reporting itself as 0.4.0 when in fact our tag was named 0.4.2 so I figured I would try to true-up the version the gem reports itself as

Copy link

@brodygov brodygov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable

@zachmargolis zachmargolis merged commit f991739 into master Aug 18, 2017
@zachmargolis zachmargolis deleted the margolis-remove-before-filter branch August 18, 2017 21:42
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