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
singleshot / CHANGELOG
100644 8 lines (7 sloc) 0.452 kb
1
2
3
4
5
6
7
8
* Tested with JRuby 1.1.6 using the JRuby MySQL ActiveRecord Adapter.
* Tested with Ruby 1.9 using the 2.8.1 (from source) MySQL driver.
* CSRF (forgery protection) disabled when using HTTP Basic authentication.
This allows the wonders of curl during development, but may pose a security issue.
* Switched to using MySQL instead of SQLite. There are some noticable
differences and developing on the same database we intend to deploy on is just
better.