I've done the following:
1. created a brand new Rails 4.1.4 application. 2. added gem 'actie_scaffold' in the Gemfile. 3. added the assets for JS and CSS. 4. create a model with "rails g active_scaffold User name:string birthday:date" 5. rake db:migrate 6. rails s 7. open localhost:3000/users Everything works but when creating/editing a new user, the the birthday field does not have date_picker. From: [email protected] [mailto:[email protected]] On Behalf Of Sergio Cambra Sent: Wednesday, July 30, 2014 3:16 AM To: [email protected] Subject: Re: Need help with getting date_picker to work in Rails 4.1.4 + ActiveScaffold 3.4.1 El Miércoles, 30 de julio de 2014 00:49:34 Tin Vo escribió: > I can't seem to get the date_picker to work. Any help is appreciated. > > Thanks. What steps have you done? -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
