Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.