Navigation Menu

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

Remove dependency on Rails #336

Closed
wants to merge 2 commits into from

Conversation

skrobul
Copy link

@skrobul skrobul commented Apr 20, 2016

This gem does not work well with Sinatra (despite description in the readme),
because email templates use Time.current call that is available only in
active support.

This PR removes the dependency by using Time.now instead.

This gem does not work well with Sinatra (despite description in the readme),
because email templates use [Time.current][1] call that is available only in
active support.

This PR removes the dependency by using Time.now instead.

[1]: http://apidock.com/rails/v4.1.8/Time/current/class
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.043% when pulling e79a9f5 on skrobul:remove-rails-dep into c745491 on smartinez87:master.

@smartinez87
Copy link
Owner

thanks @skrobul for contributing.

Can you please check the failing tests?

@skrobul
Copy link
Author

skrobul commented Oct 21, 2016

@smartinez87 apologies for the delay - this PR went completely out of my radar. I see that it has been fixed in HEAD already, so I am going to close this.

@skrobul skrobul closed this Oct 21, 2016
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

3 participants