frolfr / frolfr-server

Frolfr's Rails API
http://frolfr.herokuapp.com
5 stars 1 forks source link

Clean up as many deprecations as possible #192

Open gschorkopf opened 8 years ago

gschorkopf commented 8 years ago

With @pdougall1's stellar upgrade to 1.13.x, there are a few deprecations. Let's clean em up.

References https://github.com/frolfr/frolfr-client/pull/38

We can probably start around here-ish and work down.

ultimatemonty commented 8 years ago

@gschorkopf dem Array/ObjectControllers tho... 🙀

gschorkopf commented 8 years ago

Haha trust me I'm not done!

On Aug 3, 2016 10:31 PM, "Chris McCuller" notifications@github.com wrote:

@gschorkopf https://github.com/gschorkopf dem Array/ObjectControllers tho... 🙀

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/frolfr/frolfr-server/issues/192#issuecomment-237435650, or mute the thread https://github.com/notifications/unsubscribe-auth/ACgItOJKt4Urng3YwsrNcj8fF-QaHYZ0ks5qcU8bgaJpZM4JbBhH .

ultimatemonty commented 8 years ago

awwwwwww yeah

want to set this up as a Quest issue and tackle each of the deprecations as individual PRs?

gschorkopf commented 8 years ago

I... Didn't know that was an option. Will look into!

On Aug 3, 2016 10:36 PM, "Chris McCuller" notifications@github.com wrote:

awwwwwww yeah

want to set this up as a Quest issue and tackle each of the deprecations as individual PRs?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/frolfr/frolfr-server/issues/192#issuecomment-237436389, or mute the thread https://github.com/notifications/unsubscribe-auth/ACgItGRzwbJkEVBQMttUkHM7-Il_CBOJks5qcVBFgaJpZM4JbBhH .

ultimatemonty commented 8 years ago

https://github.com/emberjs/ember.js/issues/14001 is an example. Notice in that issue there is a TODO: section with checkmarks for each related issue . On the issues page you can see the progress of the task list in the issue summary:

image

This makes it easy to track progress on a particular feature

gschorkopf commented 8 years ago

@ultimatemonty is there a way in ember CLI to find the source files for all deprecations?

gschorkopf commented 8 years ago

https://github.com/frolfr/frolfr-client/pull/45