public
Description: Singleshot is a task manager. You use it to track and complete your tasks, processes use it to involve you
Homepage: http://intalio.github.com/singleshot
Clone URL: git://github.com/intalio/singleshot.git
commit  3953f94086c25f8cdb9b15f7a2c1383831338822
tree    f0afd3a133e58ea9b1ca273afc502d6d1544f595
parent  615dcaac62784ae631f310ac6eef225535ba0340
name age message
file .braids Wed Mar 18 22:53:37 -0700 2009 No more activerecord_symbolize, too much trouble [assaf]
file .gitignore Fri Jun 05 16:20:54 -0700 2009 Vendor doesn't like being ignored. [assaf]
file .gitmodules Wed Apr 29 15:52:07 -0700 2009 Added exception notification and Rack::Bug plug... [assaf]
file Buildfile Thu Sep 10 16:06:09 -0700 2009 Added warble code to buildfile to allow buildr ... [jmuzz]
file CHANGELOG Tue Apr 07 16:40:44 -0700 2009 Updated CHANGELOG to note testing with Ruby 1.9... [assaf]
file LICENSE Thu Feb 12 15:10:10 -0800 2009 Switched license to AGPL v3.0, pending move to ... [assaf]
file NOTICE Sun Mar 08 23:04:59 -0700 2009 Now using the wonerful Remarkable macros http:/... [assaf]
file README.rdoc Thu Mar 19 20:11:41 -0700 2009 Updated README to refelct that we're using MySQ... [assaf]
directory app/ Fri Jun 12 12:50:55 -0700 2009 Cleanup for authentication logic. Added rememb... [assaf]
directory config/ Fri Aug 14 15:09:50 -0700 2009 Added some required gems to the warble config [jmuzz]
file cucumber.yml Fri Mar 27 12:44:30 -0700 2009 Upgraded to RSpec 1.2.2, added cucumber.yml file [assaf]
directory db/ Tue Jun 09 18:58:06 -0700 2009 Fixed db:populate [assaf]
directory doc/ Thu Feb 12 15:10:10 -0800 2009 Switched license to AGPL v3.0, pending move to ... [assaf]
directory features/ Tue Jun 09 18:52:14 -0700 2009 Switched SessionController/ApplicationControlle... [assaf]
directory lib/ Thu May 14 16:08:08 -0700 2009 Added Nokogiri dev dependency (fixed encoding b... [assaf]
directory public/ Fri Jun 12 12:50:55 -0700 2009 Cleanup for authentication logic. Added rememb... [assaf]
directory script/ Mon Jun 15 10:55:26 -0700 2009 With init to make things more 'working' [assaf]
directory spec/ Mon Jun 29 11:27:49 -0700 2009 Fixed view specs to work with latest RSpec/Rema... [assaf]
directory vendor/ Mon Jun 29 11:03:02 -0700 2009 Fix presenter to use appropriate to_xxx method ... [assaf]
README.rdoc

Singleshot

Singleshot is a task manager. You use it to track and complete your tasks, processes use it to involve you.

Setting up the environment

Singleshot is developed against Rails 2.3. Make sure to have Rails 2.3 installed:

  gem update --system
  gem install rails

To get the latest copy use one of the following:

  git clone git://github.com/intalio/singleshot.git

You will need MySQL. The file config/databases.yml contains the connection configurations for the development, test and production environment. You can either setup MySQL accounts and databases based on this file, or change it to pick different database/account.

To setup you development environment, specifically installing all the necessary dependencies and setting up the development and test databases, run the script script/setup:

  ruby script/setup

This will also create a default account using your user name and the password ‘secret’

To get started:

  ruby script/server

Point your browser to localhost:3000 and login with your user name and password.

LICENSE

Singleshot Copyright (C) 2008-2009 Intalio, Inc

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <www.gnu.org/licenses/>.