Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description This plugin was created with the intention of track state change of models. Este plugin fue escrito con la intención de llevar un tracking de cambio de estados en modelos. The code is written in english but comments and specs are bi-lingual english/spanish El codigo esta escrito en ingles pero los comentarios y los specs son bilingües ingles/español
Description ### English ### Specify this act if you want to track changes of state of some model. This assumes there is an tracks table ready. class Order < ActiveRecord::Base acts_as_trackable end You can *read the specs* for in deep details. ### Usage ### 1. Install the plugin 2. Run the generator ./script/generate trackable_migration add_trackable_table 3. Rake db:migrate 4. Declare any model acts_as_trackable ### Español ### Usar este acts_as_trackable si deseas llevar el tracking de estado de un modelo. Esto asume que la tabla tracks ya existe. #### Ejemplo: #### class Order < ActiveRecord::Base acts_as_trackable end ### Uso 1. Instala el plugin 2. Ejecutar el generador ./script/generate trackable_migration agregar_tabla_trackable 3. Rake db:migrate 4. Declara algun modelo acts_as_trackable Puedes *leer los specs* para ver mas detalles
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions