aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/date_select.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-72/+0
|
* mark ActionView::Helpers::Tags as :nodoc: [ci skip]Francesco Rodriguez2013-04-041-2/+2
|
* Fix date_select :selected option so you can pass it nilColin Burn-Murdoch2013-01-161-1/+1
|
* Rename :value option to :selected, in line with other select helpersColin Burn-Murdoch2013-01-141-1/+1
| | | | | Add tests for time & datetime. Add documentation.
* Allow value to be set on date_selectColin Burn-Murdoch2013-01-131-1/+1
|
* Add missing require.Rafael Mendonça França2012-12-131-0/+2
| | | | | I was trying to use those files without Rails and that require was missing.
* Remove deprecation message from Action PackCarlos Antonio da Silva2012-12-111-1/+1
| | | | | Related to the deprecation of Time.utc_time in favor of Time.utc, in 48583f8bf74d1cefefea3cd6591bd546a9eaff6c.
* properly memoize {field_type,select_type} as class variableAkira Matsuda2012-01-231-1/+7
|
* Extract TimeSelectRafael Mendonça França2012-01-171-1/+5
|
* Extract DateSelectRafael Mendonça França2012-01-171-0/+60