Lato Spaces
Integrate different workspaces on Lato projects.
Installation
Add required dependencies to your application's Gemfile:
gem "lato"
gem "lato_spaces"
Install gem and run required tasks:
$ bundle
$ rails lato_spaces:install:application
$ rails lato_spaces:install:migrations
$ rails db:migrate
Mount lato spaces routes on the config/routes.rb file:
Rails.application.routes.draw do
mount LatoSpaces::Engine => "/lato-spaces"
end
Todo
Manage models relations with spaces groups
Other features
Tests
Development
Clone repository, install dependencies, run migrations and start:
$ git clone https://github.com/Lato-GAM/lato_spaces
$ cd lato_spaces
$ bundle
$ rails db:migrate
$ rails db:seed
$ foreman start -f Procfile.dev
Publish
$ ruby ./bin/publish.rb
License
The gem is available as open source under the terms of the MIT License.