Sha256: 2d9d81e7afd4e05a253ddd4a33ca9b6f62fe9a79078adf8c0e313381d209b85e
Contents?: true
Size: 1004 Bytes
Versions: 4
Compression:
Stored size: 1004 Bytes
Contents
# Tao on Rails [Ruby on Rails](http://rubyonrails.org/) lacks a recommended way to structure your frontend code 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. ## Installation Add this line to your application's Gemfile: ```ruby gem 'tao_on_rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install tao_on_rails ## Usage TODO: Write usage instructions here. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tao_on_rails-0.4.3 | README.md |
tao_on_rails-0.4.2 | README.md |
tao_on_rails-0.4.1 | README.md |
tao_on_rails-0.3.0 | README.md |