Skip to content
peakpg edited this page Sep 13, 2010 · 18 revisions

A place for simple ideas/wishlist items. Use Proposals if you have a more complex or detailed idea.

Real Multi Language Support!

  • Setup/define locales
  • Have one content element in different langs [en, fr, de, it] …
  • Easy routing like /en/home
  • Have translated routes

Improve DSL for creating content types.

Basically a hit list of code changes to make:

  • Remove the need for a separate group_type table?
  • Improve the DSL for creating new instances of groups

# Something like:
group = Group.create!(:name=>"Marketing", :can_view=>:all) # or :none

Clone this wiki locally