Skip to content
emilsoman edited this page Feb 27, 2013 · 1 revision

This application requires:

  • Ruby version 1.9.3
  • Rails version 3.2.12

Database

This application uses MySQL with ActiveRecord.

Development

  • Template Engine: ERB
  • Testing Framework: RSpec and Factory Girl
  • Front-end Framework: Twitter Bootstrap (Sass)
  • Form Builder: SimpleForm
  • Authentication: Devise
  • Authorization: CanCan

Delayed/Parallel jobs

VisualCloud uses Sidekiq for background jobs. You need to have a redis-server running.

Clone this wiki locally