TODO in masterview-0.3.1 vs TODO in masterview-0.3.2
- old
+ new
@@ -16,10 +16,13 @@
- add tips in installation.doc about running gems rdoc server to view installed gems' rdoc
- update admin controller description to point out that it installs public/stylesheets/masterview
- run spelling checker on our html and release docs; retrofit to rdoc comments
- build utility to auto-generate directives reference doc from directive metadata and std. rdoc markup
- add doc on directive impl unit test helper and techniques/examples
+ - document directive dir metadata :ignores list option in Developer doc
+ - add discussion in Configuration doc on directive load path configuration
+ (adding directories, providing metadata overrides)
- more tests
- build improvements
- add release tasks to automate archiving trunk to tags/masterview-N.N.N, resetting tags/masterview
- investigate mirror sites for obtaining gems (supplement primary rubyforge host)
- improve RubyForge project site: include online docs; post release msgs in news
@@ -48,5 +51,11 @@
- handle all xml syntax including processing_instruction, attlistdecl, elementdecl, entitydecl, notationdecl
- more docs and examples about directive API and helpers
- sitemesh style directives
+
+- not getting good template error messages on latest rails 1.2
+
+- link_to can now take simple string as options rather than hash, but the implied name thing causes a problem since we don't know whether name was passed or not
+
+- REST generator