Sha256: ca45a322a750bed4cfe9827ba169c4cfa4a26421b5e6d9e6016dd2601b96461b

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

== TODO
* Grow Mustache up.(fix the TODOs and move the source to a mustache-rails like gem)
* Write some documentation. (In both the github wiki and the source code)
* Datamapper Tests
* Mongomapper Tests

== 0.10.3
* optimize
  * add --extension option to machinist blueprints. (I like using ".blueprint". --Louis T.)

== 0.10.1
* optimize
  * move mustache generators to correct hidden_namespaces location. (mustache:install was being hidden)

== 0.10.0
* enhancements
  * added mustache:install
  * added mustache:controller
  * added mustache:scaffold
  
* fix
  * fixed shoulda controller CamelCase problem.

== 0.9.2
* enhancements
  * added koala:install

== 0.9.1
* enhancements
  * added jquery:install
  
* optimize
  * simplified haml:install generator.

== 0.9.0

* optimize
  * simplified and clean up generators.
  * Added erubis template engine generator to avoid fighting with rails' built-in erb template engine
  * included Generators
    * authlogic:session

    * datamapper:migration
    * datamapper:model
    * datamapper:observer

    * erubis:controller
    * erubis:scaffold

    * factory_girl:model

    * formtastic:scaffold

    * haml:controller
    * haml:install
    * haml:scaffold

    * machinist:model

    * mongomapper:model
    * mongomapper:observer

    * shoulda:controller
    * shoulda:model

    * simple_form:scaffold

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails3-generators-0.10.3 CHANGELOG.rdoc