0.0
No release in over a year
Reusable generic features for Rails applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.8
>= 7.0.0, ~> 7.0
~> 1.2
~> 2.11
~> 1.2.2
 Project Readme

Polivalente

Reusable generic features for Rails applications

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "polivalente"

And then execute:

$ bundle

Or install it yourself as:

$ gem install polivalente

Installation (copies migrations and initializer):

$ rails g polivalente:install

Copy default User model:

$ rails g polivalente:user

Alternatively, set the user_class in config:

Polivalente.configure do |config|
  # ...
  config.user_class = "MyUser"
end

Setup devise:

$ rails g devise:install

Copy locales (optional):

$ rails g polivalente:locales

Contributing

Contribution directions go here.

License

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