Code Monkey home page Code Monkey logo

aca-rails's Introduction

AcaRails

ACA is an acronym for Access Control Application.
It is an authentication and authorization solution for Ruby on Rails apps.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'aca_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install aca_rails

Run the generator to install:

$ rails generate aca_rails:install

Configuration

Email

Aca_Rails uses the application default configuration to send emails. Configure it before installing it.

Admin/Root user

With the email properly configured, you can now create the To create arootadmin user, run the use_root aca_rails rake task:

$ rake aca_rails:use_root

To create a namedadminadministrator user, run the use_admin aca_rails rake task:

$ rake aca_rails:use_admin

If you want to create both users:

$ rake aca_rails:all

The admin user is created with the default passwordadmin.
The root user is created with the default passwordroot.
The password will be asked to be changed in the first login

Aca_Rails parameters

Contributing

Contribution directions go here.

License

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

aca-rails's People

Contributors

marcelofossrj avatar

Watchers

 avatar  avatar

aca-rails's Issues

1

wqwqwqwqw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.