A component based view framework for Ruby.
Add this line to your application's Gemfile:
gem 'rvc_compiler'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install rvc_compiler
Clone this repo. Run bundle install
.
You can test out new components in ./spec/support/dummy.rb
,
run `ruby spec/dummy/support/dummy.rb' to test out your changes.
Clone this repo. Run bundle install
.
Test with RSpec. Add specs for any new features.
Bug reports and pull requests are welcome on GitHub at https://github.com/cquinones100/rvc_compiler.
The gem is available as open source under the terms of the MIT License.