Coder Social home page Coder Social logo

gabrieletassoni / thecore_auth_commons Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 126 KB

Provides common User and Role models and Authentication/Authorization via Devise and CanCanCan that can be used or extendend in other engines.

Ruby 85.65% CSS 0.06% HTML 14.29%

thecore_auth_commons's Introduction

ThecoreAuthCommons

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "thecore_auth_commons"

And then execute:

$ bundle

Or install it yourself as:

$ gem install thecore_auth_commons

Contributing

Contribution directions go here.

License

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

thecore_auth_commons's People

Contributors

gabrieletassoni avatar tiziana-landi avatar

Watchers

James Cloos avatar  avatar Alessandro Passerini avatar

thecore_auth_commons's Issues

Wrong git command for retrieving version

Found working on Issue #3.
The corresponding branch is child a v2.4 commit.

The command that retrieves the version is incorrect. It should return 2.4 but what I see is:

$ git describe --tags $(git rev-list --tags --max-count=1)
3.0.11

Suggested change:

$ git describe --tags --first-parent --abbrev=0
2.4.0

Add unit tests

Suggest to investigate the possibility to add unit tests to this gem.
Basically what I expect is the ability to run tests using something like:

$ git clone https://github.com/gabrieletassoni/thecore_auth_commons.git
$ cd thecore_auth_commons
$ bundle
$ bundle exec rails db:reset
$ bundle exec rails test

This assumes that ruby interpreter is already installed and available.

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.