Walter McGinnis
Walter McGinnis
I may have overlooked this some place, but I'm wondering if there is a way for emacs-pry to act as a console for a Rails application.
Closes #127 Supersedes PR #136 See previous PR for background, but basically only updates ChartJS rather than also trying to sort out the `chart-chartjs-financial` dependency. That will be dealt with...
Closes #127 Supersedes PR #136 Relies on #138 This fixes the `chart-chartjs-financial` import by replacing the unreleased as a package`chart-chartjs-financial` dependency with `temp-chartjs-candlestick` which is simply a released version of...
This is a follow up on comments in #25 [starting here](https://github.com/ember-cli/ember-fetch/pull/25#issuecomment-424799025). ## Background In preparation to upgrading from Ember `2.18.2` to `3.4.7`, I've been refactoring a fairly complex custom `ajax`...
This implements the ability for users to request a password reset and receive an email with a token to change their password. It also allows for logged in users to...