https://github.com/codediodeio/tasksnail
Rails, AJAX, and Devise - Single Page Application Demo
https://github.com/codediodeio/tasksnail
Last synced: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T19:12:33.000Z (over 10 years ago)
- Last Synced: 2025-03-29T17:07:55.055Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 230 KB
- Stars: 9
- Watchers: 4
- 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