Project

kuppayam

0.0
No commit activity in last 3 years
No release in over 3 years
A basic UI starter kit - rails engine with useful helpers and bootstrap based UI modules
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.4.3, ~> 2.4.4
>= 0.9.0, ~> 0.10.0
>= 1.4.1, ~> 1.6.0
>= 4.4.0, ~> 4.8.0
>= 4.8.0, ~> 4.8.0
~> 0.4.4
>= 0.10.0, ~> 0.10.1

Runtime

~> 3.0
~> 0.8
~> 0.1.1
>= 4.7.0, ~> 4.7.0.3
~> 1.0
>= 4.3.0, ~> 4.3.1
>= 1.0.1, ~> 1.0
>= 5.1.0, ~> 5.1.4
>= 0.1.0, ~> 0.1.3
 Project Readme

Kuppayam

Kuppayam is a basic UI to starter kit.

A basic UI starter kit - rails engine with useful helpers and bootstrap based UI modules

How to use Kuppayam?

just add kuppayam to gemfile and you are done.

Installation

Add this line to your application's Gemfile:

gem 'kuppayam'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kuppayam

Contributing

Fork the project from the repository https://github.com/right-solutions/kuppayam

Make your changes & Send a Pull Request.

Gem Release Instructions

Build the gem from the .gemspec

$ gem build kuppayam.gemspec

Install this gem locally

$ gem install --local kuppayam-0.1.1.gem

Push it to rubygems.org (You would need an account with rubygems.org to perform this action)

$ gem push gem push kuppayam-0.1.1.gem

Testing the gem

cd spec/dummy rails db:create db:migrate

rails s -p

Running rspec

rails db:create db:migrate RAILS_ENV

run rspec from the rails root folder and not from dummy folder as spec helper has been linked to dummy.

rspec

License

The gem is available as open source under the terms of the MIT License.