Project

qwerty

0.0
No commit activity in last 3 years
No release in over 3 years
The core functionality on which to build a fully featured Content Management System using Rails 3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 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.