https://github.com/krisleech/qwerty
This is a work in progress
https://github.com/krisleech/qwerty
Last synced: about 1 year ago
JSON representation
This is a work in progress
- Host: GitHub
- URL: https://github.com/krisleech/qwerty
- Owner: krisleech
- License: mit
- Created: 2011-09-11T12:07:42.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T22:14:15.000Z (over 13 years ago)
- Last Synced: 2025-03-17T04:44:46.766Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.13 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Qwerty
## Install
gem 'qwerty'
For now we also need to add an additional dependancy to your Gemfile, since
the qwerty gemspec can not depend on git repositories only released versions.
gem 'kaminari', '0.13.0'
rake qwerty_engine:install:migrations
rake db:migrate
rails g qwerty:install
## Developer Notes
Vim users: To allow rails.vim to detect this is as a Rails project "touch config/environment.rb", which has already been added to .gitignore.
## Release Policy
Create release branch from next
Bump version in Qwerty module: http://semver.org/
Document release as required
Merge release branch in to master and next
Tag master using with 'v' prefix e.g v0.0.1
Build and push gem to Rubyforge: http://yehudakatz.com/2010/04/02/using-gemspecs-as-intended/
This project rocks and uses MIT-LICENSE.