Sha256: 9fca166778e199ff1c268f80e08712e19ef19de51022c33257e3f46d049bd938
Contents?: true
Size: 924 Bytes
Versions: 2
Compression:
Stored size: 924 Bytes
Contents
# 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: ```ruby gem 'rails_qx' ``` And then execute: $ bundle Or install it yourself as: $ gem install rails_qx ## Demo Application using Rails_Qx http://railsqx.com/ ## 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](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_qx-0.0.2 | README.md |
rails_qx-0.0.1 | README.md |