All Projects → lazaronixon → Prime Rails

lazaronixon / Prime Rails

Licence: apache-2.0
prime-rails

Labels

PrimeRails

PrimeRails is a spin-off from the popular JavaServer Faces Component Suite, PrimeFaces. PrimeRails is a collection of rich javascript widgets based on PrimeUI.

Rails Logo

Installation

Add these to your Gemfile:

gem 'jquery-rails' #it's probably in your Gemfile already.
gem 'prime-rails'

Then bundle install to install the gems.

Then add assests to your layout:

<%= stylesheet_link_tag "aristo/theme" %> #check examples for appropriate themes.
<%= stylesheet_link_tag "prime-ui" %>

<%= javascript_include_tag "prime-ui" %>

Examples

Checkout PrimeRails.

TODO

  • TESTS (Urgent)
  • Separate gem for Themes (Support two by default, perhaps bootstrap and foundation)

Contributing

Please checkout CONTRIBUTING.md for details.

License

PrimeRails is Copyright © 2013 Lazario Nixon. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].