Project

lucy

0.01
No commit activity in last 3 years
No release in over 3 years
Rails plugin for generating javascript files from Ruby objects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme
Lucy
====

Lucy in the sky with rubies.


Example
=======

#Ruby
Lucy.generate("horses", [{:name => "Gone with the Wind", :color => "Blue"}, {:name => "Powerade Powell", :color => "Pink"}]);

//JS
Lucy.horses[0].name
=> "Gone with the Wind"


Copyright (c) 2008 Tore Darell, released under the MIT license