No commit activity in last 3 years
No release in over 3 years
Devise views based on foundation framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.10
~> 10.0
>= 0
 Project Readme

DeviseFoundationViews

Build Status Code Climate security

DeviseFoundationViews gem provides you with a foundation based devise views

Installation

Add this line to your application's Gemfile:

gem 'devise-foundation-views'

And then execute:

$ bundle install

To use this gem add this require statement to your application.css file:

# SCSS
*= require devise_foundation_views_scss

# LESS
*= require devise_foundation_views_less

you can install the required translations in your config/locales through the generator devise:views:locale, eg.

rails g devise:views:locale it

will generate config/locales/devise.views.it.yml

Customizing Views

The devise:views:foundation_templates generator will copy all views to your application, so you can modify the files as you wish:

rails g devise:views:foundation_templates

Support is also provided to generate slim or haml files eg

rails g devise:views:foundation_templates slim

Example

Sample Application can be found at this link - Devise Foundation Views Application

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ethirajsrinivasan/devise-foundation-views.

License

The gem is available as open source under the terms of the MIT License.

This gem is based on the idea of devise-bootstrap-views