Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pellegrino/ruhappy
https://github.com/pellegrino/ruhappy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pellegrino/ruhappy
- Owner: pellegrino
- Created: 2011-07-07T21:46:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-23T22:50:39.000Z (over 13 years ago)
- Last Synced: 2024-07-20T03:19:15.655Z (4 months ago)
- Language: JavaScript
- Homepage: http://pellegrino.github.com/ruhappy
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruhappy
[http://pellegrino.github.com/ruhappy](http://pellegrino.github.com/ruhappy)
(WORK IN PROGRESS) R U HAPPY its a way to ask feedback from your users about stories marked as delivered in Pivotal Tracker
## Integrating to your rails app
1. Add ruhappy to your gemfilegem 'ruhappy'
1. Create a config/initializers/ruhappy.rb with your pivotal tracker information
1. Mount ruhappy application in your config/routes.rb
mount Ruhappy::App, :at => "/ruhappy"## Demo
For simple a Rails 3 scaffold project using ruhappy check [http://ruhappy.heroku.com](http://ruhappy.heroku.com)
## Contributing
Features are tracked in [Pivotal Tracker](https://www.pivotaltracker.com/projects/326091)### How to run
1. Create a .rvmrc file. There is an .rvmrc.example provided
1. Run `bundle install` to install all of the dependencies
1. Create a config/initializer.rb with your pivotal tracker information
1. Run `rake start` to the application with config provided
## Future plans* Integration with Github and others adapters