Skip to content

Repository files navigation

kandr-rails-extensions

Maintainability Test Coverage

A set of Rails extensions for use in K&R Software applications.

Modifications to:

Requirements

As the name implies, it is expected that this gem is used in conjunction with Rails. However, Rails is not an actual dependency. Beyond Ruby, there are no additional requirements.

Installation

With Bundler

  • Add the following to your Gemfile

    git_source(:github) do |repo_name|
      repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
      "https://github.com/#{repo_name}.git"
    end
    
    gem 'kandr-rails-extensions', github: 'K-and-R/kandr-rails-extensions'
  • run the bundle command

Without Bundler

  • Use the gem command to install the specific_install gem, then install with specific_install like this:

    gem install specific_install
    gem specific_install git@github.com:K-and-R/kandr-rails-extensions.git

kandr-rails-extensions is copyright K&R Software, LLC and contributors, licensed under the 3-Clause BSD License. See the included LICENSE file for details.

About

A set of Rails extensions for use in K&R Software applications.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages