Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.26 KB

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?("/")
  "[email protected]:#{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 [email protected]:K-and-R/kandr-rails-extensions.git