-
Write some documentation. (In both the github wiki and the source code)
-
optimize
-
MongoMapper generators removed. MongoMapper (github.com/jnunemaker/mongomapper) has its own generators.
-
SimpleForm generators removed. SimpleForm (github.com/plataformatec/simple_form) has its own generators.
-
* Erubis generator removed.
* Formtastic generators removed. Formtastic (https://github.com/justinfrench/formtastic) has its own generators. * Authlogic generators removed. Authlogic (https://github.com/binarylogic/authlogic) has its own generators.
-
optimize
* Remove FactoryGirl
-
optimize
-
Allow use of both FactoryGirl 1 and 2. (Louis T.)
-
-
optimize
-
Update FactoryGirl generator to use version 2.0.0 syntax (Kevin Faustino)
-
-
optimize
-
Documentation on how to use a generator{factory_girl} (John Joseph Bachir)
-
-
fixed
-
MongoMapper provides find(id), not first(id). See stackoverflow.com/questions/4646745 (Semyon Perepelitsa)
-
-
enhancements
-
Added a generator for creating models with no persistent. They still include ActiveModel::Validations and ActiveModel::Serialization.
When generating properties you can use the following as types to create the required accessor
read - generate read_accessor write - generate write_accessor all - generate attr_accessor
(Colin Gemmel)
-
-
optimize
-
Machinist generators removed. Machinist 2 (github.com/notahat/machinist) has its own generators.
-
Fabrication generators removed. Fabrication (github.com/paulelliott/fabrication) has its own generators.
-
Mongoid generators removed. Mongoid (github.com/mongoid/mongoid) has its own generators.
-
-
optimize
-
Use bundler, remove Jeweler.
-
-
fix
-
update test. (remove references to libs that were previously removed)
-
-
enhancements
-
added Fabricator
-
-
optimize
-
The Haml generators have moved to the haml-rails gem.
-
The jQuery generators have moved to the jquery-rails gem.
-
-
optimize
-
changed jqueryui option to –ui
-
-
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
-
fabrication:model
-
factory_girl:model
-
formtastic:scaffold
-
haml:controller
-
haml:install
-
haml:scaffold
-
machinist:model
-
mongomapper:model
-
mongomapper:observer
-
shoulda:controller
-
shoulda:model
-
simple_form:scaffold
-
-