Skip to content

taksi-br/taksi-rails

Repository files navigation

Taksi Rails Gem Version CI Codacy Badge

A rails engine/railtie to the Taksi framework.

It provides controllers and other tools to use the Taksi toolset into rails. This repository, as the main lib taksi-ruby are under development, it's not recommended to use it in production yet.

Usage

Mount the engine on your ruby application to expose the endpoints to load skeletons and data.

Rails.application.routes.draw do
  mount Taksi::Engine => '/taksi'
end

Supported Ruby versions

This library officially supports the following Ruby versions:

  • MRI >= 2.7