Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 3.24 KB

gems.md

File metadata and controls

63 lines (44 loc) · 3.24 KB

Useful gems

This list contains suggested gems for specific problems. If you find any specific gem, which should be treated as a "standard", please add it below.

API

  • httparty - easy way to wrap http responses
  • roar - very flexible way to create JSON representation of resources
  • roar-rails - include roar into rails

Authentication

Background processing

DB

  • schema_plus - support for foreign keys, database defined validations and associations for postgresql

Debug

Development

Frontend

General

Testing