-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
13 lines (11 loc) · 757 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
Merb-gen is now ported to templater, instead of rubigen. Some things are left to do, including:
* Integrate with Merb::Config[:framework], so that stuff gets placed in the correct directories
* Allow some system for plugins to add their own generators.
* Move ORM specific templates/code into respective plugin (this requires a change in templater so that absolute paths can be specified for templates)
* Move test_unit stuff into merb-test-unit
* Move part controller generator into merb-parts
* Automatically infer ORM and testing framework (this should be easy, really)
* Add migration generators
* Add generators for session migrations
* Change ActiveRecord migrations to use new datestamp format
* Fix remaining stuff in templater (see separate TODO)