Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 815 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 815 Bytes

Guardian Build Status

Implementation details:

  • Written in Ruby on Rails
  • Action Cable
  • Devise Auth
  • Exposed API (For the IOS app)
  • Travis testing
  • Redis
  • Heroku PaaS
  • Continuous Integration

To demo Action Cable

  1. Open two browser windows
  2. Create an account
  3. Log into the same account in both browser windows
  4. Create a group
  5. Navigate into the same group in both browser windows
  6. Create some Individuals
  7. In the row of the individuals there is a button "Change Status"
  8. Click this button and observe that it instantly updates in the other window
  9. This works across different computers, even different devices (Currently only IOS)

Note, this product is still in development