date_select Ruby

date, datepicker, ruby, ruby-on-rails

Solution

You can use the `:start_year` option, see the documentation.

Problem

How do I extend the range of the date_select in Ruby? It only goes as far as 2005 and I'd like to use it for the date of birth.

Original source