Pages / Devise

Devise

Basecoat-styled Devise views: log in, sign up, password reset, confirmations, unlocks and mailers — plus a dedicated split-screen layout.

Preview

Basecoat styled Devise login page

Installation

First install and configure Devise. Then:

rake basecoat:install:devise

What it installs

  • Styled views for all Devise modules under app/views/devise: sessions, registrations, passwords, confirmations, unlocks and mailer templates
  • A split-screen layouts/devise.html.erb with theme toggle and alert/notice toasts
  • A user dropdown (with log out) injected into your application header, shown when user_signed_in?

Every file copy asks before overwriting, so it is safe to run in an app with existing Devise views.