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

Compatibility with Rails 5.2 #32

Merged
merged 2 commits into from
Dec 9, 2017
Merged

Compatibility with Rails 5.2 #32

merged 2 commits into from
Dec 9, 2017

Conversation

pschambacher
Copy link
Contributor

@pschambacher pschambacher commented Dec 8, 2017

/cc @zendesk/zendesk-rails-upgraders

@pschambacher pschambacher force-pushed the pschambacher/rails5.2 branch from af64faa to aa56221 Compare December 8, 2017 23:02
test/helper.rb Outdated
@@ -23,7 +23,7 @@ module ARHPTestSetup

def arhp_create_models
return if Object.const_defined?('Test1')
eval <<-EOL
eval <<-CREATE_MODELS
Copy link
Contributor

Choose a reason for hiding this comment

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

use <<-RUBY to get syntax highlighting

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm pretty sure that Rubocop won't like that

Copy link
Contributor

Choose a reason for hiding this comment

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

totally works

@pschambacher pschambacher force-pushed the pschambacher/rails5.2 branch from aa56221 to 0b643eb Compare December 8, 2017 23:49
@pschambacher pschambacher merged commit d34cf3a into master Dec 9, 2017
@pschambacher pschambacher deleted the pschambacher/rails5.2 branch December 9, 2017 00:26
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