RailsApps / rails-composer

Rails Composer. The Rails generator on steroids for starter apps.
http://www.railscomposer.com/
3.38k stars 486 forks source link

Petergate: Easy Authorization library. #268

Open elorest opened 7 years ago

elorest commented 7 years ago

Thanks for your talk today at RubyHACK. Here's the authorization library I was talking about afterwards. All you should have to do to add it would be install the gem and run rails g petergate:install after bundler and devise.

https://github.com/elorest/petergate

Schwad commented 7 years ago

@elorest that seems like an interesting authorization library, I may need to try it out! Are you asking for it to be included in RailsComposer or are you thinking about writing a pull request to include it?

elorest commented 6 years ago

I've been busy writing a Rails similar framework for the crystal language for the last year but I'll jump on in the next month or so and write a PR for this. Thanks.