-
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)
-
enhancements
-
added jqueryui (ProGNOMmers [Maurizio])
-
-
enhancements
-
Added new mongo_mapper generator for mongo mapper 0.8 with lots of extra features [Kristian Mandrup]
-
Added mongoid generator for mongoid 2.0.beta with features similar to new mongo_mapper [Kristian Mandrup]
-
-
optimize
-
renamed datamapper to data_mapper
-
renamed mongomapper to mongo_mapper.
-
-
fix
-
added DataMapper Tests
-
added MongoMapper Tests
-
-
optimize
-
Update jquery install by removing unneeded initializer file
-
Update mustache_rails to user autoload_paths instead of load_paths
-
-
optimize
-
add –extension option to machinist blueprints. (I like using “.blueprint”. –Louis T.)
-
-
optimize
-
move mustache generators to correct hidden_namespaces location. (mustache:install was being hidden)
-
-
enhancements
-
added mustache:install
-
added mustache:controller
-
added mustache:scaffold
-
-
fix
-
fixed shoulda controller CamelCase problem.
-
-
enhancements
-
added koala:install
-
-
enhancements
-
added jquery:install
-
-
optimize
-
simplified haml:install generator.
-
-
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
-
-