On Martes, 19 de Mayo de 2009 14:58:12 JannaB escribió: > 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
I use rails 2.3, but I don't use usa_state nor date_select date_select form_ui is a bridge for calendar_date_select plugin, without installing that plugin it doesn't work. I have fixed country and usa_state form_ui, both form_ui was broken (helper file wasn't included) > > 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. > -- Sergio Cambra .:: entreCables S.L. ::. Nicolás Guillén 6, locales 2 y 3. 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
