Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/todo-with-devise
https://github.com/drnic/todo-with-devise
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/drnic/todo-with-devise
- Owner: drnic
- Created: 2012-09-18T15:11:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T22:03:41.000Z (about 12 years ago)
- Last Synced: 2023-04-10T17:09:57.706Z (over 1 year ago)
- Language: Ruby
- Size: 539 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo for everyone
Simple GTD app for task tracking.
Supports all Rubies and many stacks (passenger, unicorn, trinidad/jruby).
# To run individual tests: (for example)
bundle exec ruby -Itest test/functional/lists_controller_test.rb
# To run specific tests: (for example)
bundle exec ruby -Itest test/functional/lists_controller_test.rb --name test_should_create_list