I see, calendar_date_select bridge needs some update. Which calendar_date_select version are you using? Where is calendar_date_select code?
On Sat, 12 May 2012 04:03:11 -0700 (PDT), zeal <[email protected]> wrote: > Hi Sergio, > > Sorry I couldn't try out before. I just tried in both 3.2.3 and 3.2.7. > It gave me following error. > > undefined local variable or method `calendar_date_select_stylesheets' > for ActiveScaffold::Bridges::CalendarDateSelect:Class > (in c:/Ruby193/lib/ruby/gems/1.9.1/gems/active_scaffold-3.2.3/app/ > assets/stylesheets/active_scaffold.css.scss) > > Thanks > > On Mar 30, 6:41 pm, Sergio Cambra <[email protected]> wrote: >> There was a bug, it's fixed in 3.2.3 >> >> On Viernes, 30 de marzo de 2012 06:18:14 zeal escribió: >> >> >> >> >> >> >> >> > Hi All, >> >> > I just started moving to Rails 3.2, Ruby 1.9.3 and ActiveScaffold 3.2.2. >> > I created fresh application and created generated one table from active >> > scaffold generator. >> > I have one date field in the table for which i want to use calender date >> > select so i wrote following code. >> >> > conf.columns[:reported_date].form_ui = :calendar_date_select >> >> > when i am trying to access url i am getting following error. >> >> > Routing Error >> >> > uninitialized constant >> > ActiveScaffold::Bridges::CalendarDateSelect::ViewHelpers >> >> > Try running rake routes for more information on available routes. >> >> > My gem file contains >> >> > gem 'active_scaffold' >> >> > gem 'calendar_date_select' >> >> > can anyone tell what is wrong ?? until the time i have added gem >> > 'calender_date_select', active scaffold was working fine. -- 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.
