A set of Rails extensions for use in K&R Software applications.
Modifications to:
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.
- 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
- Use the
gem
command to install thespecific_install
gem, then install withspecific_install
like this:
gem install specific_install
gem specific_install [email protected]:K-and-R/kandr-rails-extensions.git