Project

roy-rails

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Roy adapter for the Rails asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 3.1
>= 0.0.1
~> 2.1
 Project Readme

Roy Rails Build Status

Roy-Rails is an alternate Javascript engine for the Rails Asset Pipeline.

Roy-Rails run on Rails 3.1 and later.

Installation

gem install roy-rails

Basic Usage

  • Include roy-rails in the Gemfile for your rails project.
  • Place Roy source files under app/assets/javascripts with an extension of .roy
  • Enjoy!

Generating Roy code with scaffolding also works.

Coming Soon

Demo Rails application that uses Roy.

TODO

  • create sample rails project using Roy.