Skip to content

CircleAround/calib-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calib::Rails

Calib::Rails is modules of something tips for Rails.

Usage

Please read following rdocs.

Basic Auth

Utilities for devise

Support libraries for devise.

Friendly forwarding

Redirect to accecced URL on signing in.

SoftDeletion

Module of soft deletion for devise account model(usually User).

Soft Deletion

Module of migration for soft deletion with unique index(not delete_at = nil)

Installation

Add this line to your application's Gemfile:

gem 'calib-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install calib-rails

License

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