This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Adam Pohorecki (author)
Wed Jul 01 03:00:31 -0700 2009
rubytime /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
autotest/ | Fri Sep 26 07:12:02 -0700 2008 | |
| |
config/ | ||
| |
gems/ | Thu Jan 22 13:36:13 -0800 2009 | |
| |
lib/ | ||
| |
merb/ | Wed Apr 22 10:32:31 -0700 2009 | |
| |
public/ | ||
| |
slices/ | Wed Mar 25 04:13:21 -0700 2009 | |
| |
spec/ |
README.textile
Rubytime
Rubytime is a time tracking and invoicing system written in Merb. It is complete rewrite of Rubytime 2.4 which was formerly Rails application.
Changes
- 3.0 Complete rewrite to Merb 1.0 and Datamapper 0.9.7. Changed site design. Added advanced activity filtering and nicer calendar view.
Setup
Prerequisites
You need to have Ruby 1.8.7, Rubygems 1.3 and Merb installed on your server. If you don’t have Rubygems installed get it at http://www.rubygems.org.
To install Merb stack:
sudo gem install merbYou also need html5 and do_mysql gems:
Get the source
Next get the source code from Rubytime github repository:
git clone git://github.com/LunarLogicPolska/rubytime.gitConfigure
Enter application directory:
cd rubytimeThen:
- copy config/database.yml.example to config/database.yml, then edit it to match your database configuration
- copy config/local_config.rb.example to config/local_config.rb, then set application domain and mailer “From” address
- run
MERB_ENV=production rake db:automigrateto create database structure - run
MERB_ENV=production rake rubytime:kickstartto populate database tables with initial data (admin account, example clients and projects)
Run
Run the application:
merbPoint your browser to url set in config/local/config.rb and login as admin with password password








