reprah/grape-route-helpers

Add support for custom route names

hedgesky opened this issue · 4 comments

Something similar to Rails' as option:

get :users, as: :members do
  ...
end

P.S. I guess you won the competition in spite of I published my version today, too :)

Good idea, I really liked this part of your implementation.

I'll take a closer look at your gem too. Are you interested in any collaboration?

Yes, I am. Our gems are rather different, so it would be difficult to reuse any part of my gem in your one, but I'll try to offer something when I have enough spare time.

I added custom routes to a new version I just pushed! Closing this ticket, thank you for making it.

👏