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

a couple of bug fixes, and some refactoring #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

caboteria
Copy link

This should fix issues 7 and 8. Also some minor refactoring.

We had code in application_helper to convert from Fixnum to Date but
not Bignum.  Fixes
project-rhex#7
Similar fix to a225628 but for the "getAgeText" method.  Fixes
project-rhex#8
moved date handling code into its own method.
We were getting these warnings:
[DEVISE] Devise.apply_schema is deprecated and has no effect. Please remove it.
[DEVISE] Devise.use_salt_as_remember_token is deprecated and has no effect. Please remove it.

Removed apply_schema and use_salt_as_remember_token.
Lower-case with underscores is more Ruby-ish.
@eedrummer
Copy link
Member

This is failing on Travis. I have a feeling it has to do with timezones. Would you be able to track that down?

Some of our test case code only worked east of UTC but not in UTC.
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