Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhubbardsf/user_tracking
App that tracks when a user clicks anything in their profile.
https://github.com/jhubbardsf/user_tracking
Last synced: 11 days ago
JSON representation
App that tracks when a user clicks anything in their profile.
- Host: GitHub
- URL: https://github.com/jhubbardsf/user_tracking
- Owner: jhubbardsf
- Created: 2015-04-23T04:00:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T04:15:44.000Z (over 9 years ago)
- Last Synced: 2024-05-01T13:06:41.189Z (6 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## User Tracking Demo
# Installation instructions.
1. Using RVM, create new Gemset for app.
```rvm use 2.0.0@user-tracking --create```
2. Run `bundle install`.
3. Run `bundle exec rake db:seed`.
4. If QT is not installed on your computer, [install QT](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit).
5. Run server using `bundle exec rails s`.# Testing instructions.
Run `bundle exec rspec spec` to run full test suite.