its not :use_state, its :usa_state. This was not working before I just committed a patch that will allow you to use form_ui = :usa_state without using a helper.
Active scaffold doesn't support a form_ui type of :date_select. if you look here in the form_ui section you will see all of the available form_ui options http://wiki.github.com/activescaffold/active_scaffold/api-column On Tue, May 19, 2009 at 7:58 AM, JannaB <[email protected]> wrote: > > Maybe my troubles with AS are a consequence of using Rails 2.3 ? Is > anyone else using 2.3 and having simlar problems? I am trying certain > form overrides, the kind you might do in your controller, like > > config.columns[:state].form_ui = :use_state > config.columns[:dob].form_ui = :date_select > > And none will work (they will only work if I put in the helper > functions -- and even then, with the exception of a few, absent > working examples they are very difficult to discern how to lay out the > syntax and parameters). > > Is it AS itself? Are we waiting on a 2.3 upgrade? Thanks! Janna B. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
