Skip to content

Instantly share code, notes, and snippets.

@flooose
Created November 5, 2010 14:26
Show Gist options
  • Save flooose/664219 to your computer and use it in GitHub Desktop.
Save flooose/664219 to your computer and use it in GitHub Desktop.
Since we're working in sprints of 2 weeks we're also trying to follow a similar
release cycle. This will of course mean fewer major changes, but also steadier
stream of new features.
To keep y'all informed we'll at least send the changelog on a mailing list:
link_to('mailinglist'), but of course if there is anything particularly noteworthy,
you can always expect to find it mentioned.
So, on to the changes to for this release, 0.0.2
Some I18n related changes: In order to keep the locale keys both "dry" and flexible
we now support cascading fallbacks in views and have added a missing translation
log that keeps you informed on all missing translations during test runs (cool).
Also, it is now possible to reuse and extend existing menus from other engines
and we've improved category menus to now work with polymorphic 'categorizable'
models. The table tree drag & drop has been fixedin the section and
categories trees and it also now has a spinner again.
We've also improved the layout by including a sidebar block if it's present. Menus
in general have been improved by adding missing I18n keys and changing the link order.
And finally, we've also met with Konstantin Haase, who did an RSoC project about
improving ActiveSupport::Dependencies. He gave us a few hints about how to fix our
'vertical code slices' approach and thus fix the development mode, too (which is currently broken)
@svenfuchs
Copy link

Some I18n related changes: In order to keep the locale keys both "dry" and flexible we now support cascading fallbacks in views and have added a missing translation log that keeps you informed on all missing translations during test runs (cool).

Also, it is now possible to reuse and extend existing menus from other engines and we've improved category menus to now work with polymorphic 'categorizable' models. The table tree drag & drop has been fixed improved in the section and categories trees and it also now has a spinner again.

We've also improved the layout by including a sidebar block if it's present. Menus in general have been improved by adding missing I18n keys and changing the link order.

And finally, we've also met with Konstantin Haase, who did an RSoC project about improving ActiveSupport::Dependencies. He gave us a few hints about how to fix our 'vertical code slices' approach and thus fix the development mode, too (which is currently broken)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment