Skip to content
Gregorio Galante edited this page Mar 7, 2020 · 1 revision

Gem Version Inline docs

Code generator for new Rails projects. This gem helps developers to start new Rails projects with a better starting boilerplate and popular gem integrations.

The current versione is updated to work with Rails 6.0.

Installation

To install the gem you need to add it on your Rails application's Gemfile:

Latest version

gem 'dakarai', git: 'https://github.com/ideonetwork/dakarai'

Legacy version

gem 'dakarai'
Clone this wiki locally