New Features in Edge
Posted by jgehtland Fri, 15 Jun 2007 14:55:19 GMT
Here’s some new features we’ve added in Edge, which are all documented over on the Wiki as well:
- per-relationship options for modifying the display of the select box. If you need to pass options in to modify how the select box is displayed for a to-n relationship, you can do that with the
:options_for_select
attribute.
- per-model-and-CRUD-context options for specifying a custom css class for items from that model. If, in your _ui.rb file, you do something like:
class PersonUI < Streamlined::UI style_classes :list => {:row => 'person_row'} endEach row in the list (in LIST context only) will be wrapped in the CSS style “person_row”.
- added an :update_only option for columns
- added support for HTML wrappers around columns
And plenty more. Keep an eye on the Wiki and the Trac Timeline for more.




Guys, seriously.. can you put the documentation on a normal port at least? Or mirror it in a more public place? I’m on a weird ISP perhaps, but have NEVER been able to access it from home. And I’m sure i’m not the only one.
It seems to me the trac site is down a lot. Even using tor I am not able to connect to it.