Rails_Qx
The Rails_Qx gem allows building Rich-Internet-Application (RIA) user interfaces using only Ruby code. All JavaScript/HTML/CSS is automatically generated and packaged through the Rails asset pipeline.
Ruby client-side code should be created under the following RoR directories:
- app/assets/javascripts
- lib/assets/javascripts
- vendor/assets/javascripts
Installation
Add this line to your application's Gemfile:
gem 'rails_qx'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_qx
Demo Application using Rails_Qx
Demo Application Source on GitHub
https://github.com/pdfisk/rails_qx_demo
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/pdfisk/rails_qx.
License
The gem is available as open source under the terms of the MIT License.