Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codediodeio/tasksnail
Rails, AJAX, and Devise - Single Page Application Demo
https://github.com/codediodeio/tasksnail
Last synced: about 1 month ago
JSON representation
Rails, AJAX, and Devise - Single Page Application Demo
- Host: GitHub
- URL: https://github.com/codediodeio/tasksnail
- Owner: codediodeio
- Created: 2015-02-11T20:05:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T19:12:33.000Z (over 9 years ago)
- Last Synced: 2024-10-09T06:12:20.288Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 230 KB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskSnail
TaskSnail is a one-page task management app that uses Rails and Devise.
## Live Demo
[TaskSnail](http://tasksnail.com)
## Parts
- Ruby 2.2.0
- Rails 4.2
- Devise
- Zurb Foundation## Installation
- `git clone`
- `bundle install`
- `rake db:migrate`## Contributing
1. Fork it ( https://github.com/codediodeio/tasksnail )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request