🎵 Celiz Davidad 🎶

Results 120 comments of 🎵 Celiz Davidad 🎶

Oh, and @mhuggins, I really appreciate the suggestion! This is sounding more and more like the right choice, so thanks!

Argh, sorry! I just realized that Inbox is collecting streams that exist at the bottom. I deleted the one for the GitHub repository and they were all removed from the...

Additionally, after deleting a stream, there doesn't seem to be any way to stop notifications from coming in for a particular issue. I can "archive it", but new notifications continue...

@skyvondave That's not related to the GitHub integration… That's just a regular link unfurl. For the Google Play store.

@luismiv85 You definitely need to call something like `.as_json` or `.serializable_hash` against the ActiveModel serializer… The only thing you're doing right now is initializing an instance of the serializer itself....

This should probably also be updated to work with `has_one`

> Better response body/status code handling. Right now the return of the block is the response body and the status code has to be set via helper (`status()`). What would...

``` ruby def respond(status, body) Response.new(status, body) end ``` I could see this being nice. But then again, [Crepe::Middleware::RestfulStatus](https://github.com/crepe/crepe/blob/master/lib/crepe/middleware/restful_status.rb) should be providing pretty good defaults based on the HTTP method...

> Audit rendering. Have we covered our bases here? Should we simplify? Some of our "smart" helpers like the pagination module make a lot of assumptions. How easy does Crepe...

Rendering and request body parsing could have closer looks taken at them at this point. Our tests could definitely use restructuring, and I would surmise we could use an increase...