thecodechef / devise-bulma-views

Bulma views for Devise with I18n support.
MIT License
2 stars 3 forks source link

Documentation: Gem 'haml' needs to be installed. #3

Closed robowraith closed 3 years ago

robowraith commented 3 years ago

Expected Behavior

Views are used by Rails.

Actual Behavior

Standards devise vies are used by Rails.

Steps to Reproduce the Problem

  1. Install gem 'devise-bulma-views'
  2. Run generator rails g devise:views:bulma_templates
  3. Run Rails.
  4. Go to URL/users/sign_in

Specifications

devise-bulma-views 0.1.0 rails 6.1.0 ruby 2.7.2 macOS Big Sur

Solution

Install 'haml' gem

robowraith commented 3 years ago

Duplicate, sorry.