Skip to content

bob/eventify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventify
========

Eventify is a primitive events manager.


Example
=======

- Create new Rails app

rails myapp
cd myapp


- Install RSpec plugins if you do not have rspec and rspec-rails gems installed

ruby script/plugin install git://github.com/dchelimsky/rspec.git
ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git
ruby script/generate rspec


- Install plugin

script/plugin install git://github.com/bob/eventify.git
rake eventify:sync
rake db:migrate


- Comment line in config/environment.rb due time should be local

  # config.time_zone = 'UTC'


- Run server

script/server


- In browser

http://localhost:3000/events


- Run tests

rake spec:rcov  
spec spec --format html > doc/specs.html


Copyright (c) 2009 Vadim Kalion, released under the MIT license

About

SImple events manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages