RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Controller actions responds with 204 No Content by default in Rails 5

Controller actions will now render 204 No Content when we don’t tell Rails how to generate response. [more inside]

The link doesn’t work for me…
@IAIN: True, correct link is: http://blog.bigbinary.com/2016/07/03/controller-a…
Link fixed.

OO authorization focused on APIs

know_it_all is a new gem for authorization, heavily inspired on Pundit, that makes it easier to display errors through the API. It is also more flexible in the arguments it receives, as it understands that certain actions’ authorizations depend on several factors.

I like your gem – looks like a good solution to a problem we all have to deal w…
Loading older posts