time_select and include_blank

Hi all,

I’m having an issue using the time_select helper with :include_blank … I keep getting a multipart assignment error.

Has anyone else experienced this/know a workaround?

Thanks.

Try the pluggin

datetime_toolbocks

Avoid this one if you can, the generated html/js is ugly as hell, it has very erratic behaviour in partials and when used unobtrusive javascript code and if you’re not using rails engines already, you’ll have to load it just for this limited feature.

The calendar_date_select plugin has everything you want and keeps everything clean and tidy.

Best regards

Peter De Berdt

Thanks for the new information..Shal make a try