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
Gemfilegit_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
bundlecommand
-
Use the
gemcommand to install thespecific_installgem, then install withspecific_installlike 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.