Read more

travisliu/traim: Resource-oriented microframework for RESTful APIs

Henning Koch
August 01, 2017Software engineer at makandra GmbH

Use Traim Show archive.org snapshot to build a RESTful API for your ActiveRecord models with very little code.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Traim assumes your API resources will map 1:1 to your ActiveRecord models and database tables. This assumption usually falls apart after a few months into a project, so be ready to replace your Traim API with something more expressive afterwards.

Traim outputs a Rack application which you can either serve standalone or mount into your Rails app.

Posted by Henning Koch to makandra dev (2017-08-01 14:26)