Skip to content

gencer/peek-devise

Repository files navigation

Peek::Devise

Take a peek into the Devise info of your Rails application.

Things this peek view provides:

  • View the current logged in user both by omniauth or direct using warden

Installation

gem install peek-devise

Add this line to your application's Gemfile:

gem 'peek-devise'

And then execute:

$ bundle

Usage

Add the following to your config/initializers/peek.rb:

Peek.into Peek::Views::Devise

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Devise support for Peek

Resources

License

Stars

Watchers

Forks

Packages

No packages published