Hi.
I think, that Akelos form helper is great- creating text fields, textareas, checkboxes etc. is really simple- however, I'm unable to create automatically labels for form elements.
It would be really nice to write: eg:
<%= label 'Label name', 'object name','column name', {:class=>'class name'} ?>
instead of
<label for="objectname[columnname]" class="class name">Label name</label>
or maybe simillar solution already exists in Akelos, but I couldn't find it?
1 to 1 of 1