Skip to content

sti-uff/how-we-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

how-we-ruby

Quick-referencing guidelines for working with ruby on rails

What is this repository for?

Quick-referencing our current rails stack on Superintendência de Tecnologia da Informação - Universidade Federal Fluminense (STI-UFF, for short)

Ruby

  • ruby 2.1.5 or higher
  • rvm with .ruby-version and .ruby-gemset instead of .rvmrc

Code quality checks

"All code in any code-base should look like a single person typed it, no matter how many people contributed."

Gems:

  • Framework: Ruby on Rails (>= 4.2)
  • Database: Mysql (mysql2) (Change this to what suits your case better)
  • Internal authentication: portal-sso (Internal solution)
  • Non-university authentication: Devise
  • Authorization: CanCanCan
  • Pagination: Kaminari or will_paginate
  • PDF: Prawn
  • Dynamic nested forms: cocoon

Testing:

Contributing

We really appreciate your contribution, just read the follow guidelines to do it.

About

Guidelines for working with ruby on rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published