0.0
No release in over a year
The oficial way to use Taksi framework in your rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 7.0.3.1
~> 0.2.4
 Project Readme

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