Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Programming Standards

steffansluis edited this page Feb 15, 2013 · 8 revisions

Languages and frameworks

  • Backend language: Ruby on Rails
  • CSS extension: SASS
  • AJAX with REST
  • HTML5

Coding style

http://www.caliban.org/ruby/rubyguide.shtml#style contains the guidelines for coding Ruby on Rails. All Ruby code will be formatted using the this (add link) Ruby script. All SASS code is formatted using indent, and SASS is configured to format it's output CSS using the newer .scss stylesheet format. Development uses the expanded style option. Releases are formatted using the compressed style option.

Clone this wiki locally