Skip to content

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

Notifications You must be signed in to change notification settings

K-and-R/kandr-rails-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kandr-rails-extensions

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_ssh) do |repo_name|
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
  "git@github.com:#{repo_name}.git"
end

gem 'kandr-rails-extensions', github_ssh: '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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages