Sha256: 9195f092a9af25364ad4175949f4d597c9cb0c8fca8b06523530ec8f23835caf

Contents?: true

Size: 1.44 KB

Versions: 1

Compression:

Stored size: 1.44 KB

Contents

# Tao on Rails [![Build Status](https://travis-ci.org/mycolorway/tao_on_rails.svg?branch=master)](https://travis-ci.org/mycolorway/tao_on_rails)

[Ruby on Rails](http://rubyonrails.org/) lacks a recommended way to structure your frontend code in large project for many years. Tao on Rails is the framework to fill the gap which will modularize your page with the new [Custom Elements v1](https://developers.google.com/web/fundamentals/getting-started/primers/customelements) API.

## Usage

Create new Tao on Rails application with following commands:

```bash
rails new app_name -m https://git.io/vM1lZ
```

Several generators are available for you to quickly start your work:

* tao:assets
* tao:view
* tao:controller
* tao:locale
* tao:channel
* tao:scaffold

It is recommended to use `tao:scaffold` generator as first step of your workflow. See `rails g tao:scaffold --help` for more information.

## Plugin

Start writing plugin for Tao on Rails with following commands:

```bash
rails plugin new plugin_name -m https://git.io/vM1lE
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mycolorway/tao_on_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tao_on_rails-0.6.2 README.md