tarquinn | generic redirector

 by   darthjee Ruby Version: 0.2.0 License: MIT

kandi X-RAY | tarquinn Summary

kandi X-RAY | tarquinn Summary

tarquinn is a Ruby library. tarquinn has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

generic redirector
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tarquinn has a low active ecosystem.
              It has 1 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              tarquinn has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of tarquinn is 0.2.0

            kandi-Quality Quality

              tarquinn has no bugs reported.

            kandi-Security Security

              tarquinn has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              tarquinn is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              tarquinn releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tarquinn
            Get all kandi verified functions for this library.

            tarquinn Key Features

            No Key Features are available at this moment for tarquinn.

            tarquinn Examples and Code Snippets

            No Code Snippets are available at this moment for tarquinn.

            Community Discussions

            No Community Discussions are available at this moment for tarquinn.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tarquinn

            Add Tarquinn to your Gemfile and bundle install:. Include Tarquinn to your controller or to your base controller ```ruby ApplicationController < ActionController::Base include Tarquinn end ```. Program your redirection on your controllers ```ruby BaseController < ApplicationController redirection_rule :redirect_login, :loggin_needed?.
            Add Tarquinn to your Gemfile and bundle install: ```ruby gem 'tarquinn' ```
            Include Tarquinn to your controller or to your base controller ```ruby ApplicationController < ActionController::Base include Tarquinn end ```
            Program your redirection on your controllers ```ruby BaseController < ApplicationController redirection_rule :redirect_login, :loggin_needed? private def redirect_login login_path end def loggin_needed? user.nil? end end StaticController < BaseController skip_redirection_rule :redirect_login, :is_home? private def is_home? params[:action] == 'home' end end ```

            Support

            This gem makes easier to controll generic redirection.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/darthjee/tarquinn.git

          • CLI

            gh repo clone darthjee/tarquinn

          • sshUrl

            git@github.com:darthjee/tarquinn.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link