Re: [Rails] Re: Re: Re: Why am I onlu limited by the years from 2005-2015?

2010-06-22 Thread botp
On Wed, Jun 23, 2010 at 8:50 AM, Abder-rahman Ali wrote: > 16:     <%= f.date_select(:start_year=>1950, :end_year=>2010) :dob %> you'll need the object and method, http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html#M002264 kind regards -botp -- You received this message bec

[Rails] Re: Re: Re: Why am I onlu limited by the years from 2005-2015?

2010-06-22 Thread Abder-rahman Ali
Philip Hallstrom wrote: > On Jun 22, 2010, at 3:10 PM, Abder-rahman Ali wrote: > >>> >>> In the view file. Find the file that has the form and then look for >>> date_select and add the options... >> >> If you mean the "views" folder, there is nothing actually on it. Just >> *.html.erb > > Ri