Streamlined Rails integration
We just released an updated Ruby gem for AuthRocket that includes a much streamlined integration experience when using Rails.
Before, using Rails required some degree of setting up controllers, actions, and helpers to glue everything together. Now, all that’s done for you.
This new behavior is opt-in, so nothing breaks for existing apps. It can be enabled by simply customizing require
when adding the gem to your Gemfile.
gem 'authrocket', require: 'authrocket/rails'
More details are in our Ruby on Rails integration guide.
As always, we’re here for you if you have questions.