Flexible Rails — To Do List
Fixes
- Sizing on pages at 100% height is dodgy because it needs it is based on the
parent element - if this is body it is not implicitly sized (see www.webmasterworld.com/forum83/200.htm)
- Update is slightly broken
Better understanding
- Flex use of CSS (personally I’m finding it limited) for themes
New features
- Warn when needs recompilation
- Automatic recompilation
- themes
- Ensure app/flex/ can be used in conjunction with FlexBuilder
Refactoring
- The generator code is ugly
- Separate out the functions in the mxml code
Limitations
- Extend validation conversions
- No test suite
- Remove the hooks into the validation on the ActiveRecord (see
lib\validations.rb)