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

add rails 5 support #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rokibulhassan
Copy link

crashing on rails 5.X, because of Tag was not available for rails 5 major version, added support for rails 5

end
end

if Rails::VERSION::MAJOR == 5
Copy link
Author

Choose a reason for hiding this comment

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

this is there changes for rails 5 support, others changes are automatic code formate by ide

Copy link

Choose a reason for hiding this comment

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

I suggest you get rid of the automatic code format thing, because it is not functional. If there is any code to clean up you should do it at another time or at least in a separate commit

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