aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/date_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* distance_of_time_in_words: Add/tweak comments to understand time intervals be...Elliot Winkler2012-04-301-7/+12
* distance_of_time_in_words: 45-60 days is about 2 months, not about 1 monthElliot Winkler2012-04-301-2/+3
* Merge pull request #3726 from JanDupal/fix-date-helper-hiddenJosé Valim2012-04-301-0/+2
|\
| * fix Helpers::DateHelper with :use_hidden - hide separatorsJan Dupal2011-11-221-0/+2
* | Replace boolean argument with an options hash.Dmitriy Kiriyenko2012-04-301-27/+33
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-251-0/+3
|\ \
| * | Add distance_of_time_in_words example for secondsAlexey Vakhov2012-04-221-0/+3
* | | Use leap years trick in distance_of_time_in_words only for distances between ...Alexey Vakhov2012-04-241-12/+16
* | | fixed non matching documentation behaviour with method semantics on distance_...Marcelo Casiraghi2012-04-241-1/+1
* | | Distance of time in words should work correct if from time > to_timeAlexey Vakhov2012-04-241-2/+3
|/ /
* | avoid autolinking by rdoc [ci skip]Vijay Dev2012-04-121-2/+2
* | datetime_select should work with -/+ infinity datesJoe Van Dyk2012-03-281-1/+1
* | apply form_for namespace option to date_selectSergey Nartimov2012-03-261-1/+4
* | Remove code duplicationRafael Mendonça França2012-03-191-11/+11
* | Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...Jey Balachandran2012-03-181-6/+6
* | time_tag support for blocksAntonio Tapiador del Dujo2012-03-181-2/+7
* | tiny refactoringVasiliy Ermolovich2012-01-291-12/+6
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-261-0/+24
|\ \
| * | Documented the :use_two_digit_numbers optionLennart Fridén2012-01-221-0/+24
* | | Merge pull request #4641 from rafaelfranca/date_select-fix-3-2José Valim2012-01-241-3/+3
* | | Raise exception when date.order includes invalid elementsIndrek Juhkam2012-01-221-1/+9
|/ /
* | Do not need of ActionView::Helpers scope since we are insideRafael Mendonça França2012-01-171-3/+3
* | Extract DatetimeSelectRafael Mendonça França2012-01-171-53/+1
* | Extract TimeSelectRafael Mendonça França2012-01-171-5/+1
* | Extract DateSelectRafael Mendonça França2012-01-171-5/+1
* | Revert "Merge pull request #4154 from nashby/include-blank-date-helper"Piotr Sarnacki2011-12-261-2/+2
* | add ability to set a prompt string in include_blank option for date helpers, ...Vasiliy Ermolovich2011-12-241-2/+2
* | fix adding field_with_errors to date selects, closes #3487Vasiliy Ermolovich2011-12-201-5/+9
* | fix separator insertion in date_select helperSergey Nartimov2011-12-141-1/+2
* | Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson]Lennart Fridén2011-12-111-3/+6
|/
* Fixes an issue when creating a date select with too many options.Liborio Cannici2011-10-081-5/+10
* little details seen while doing a pass through what's new in docrailsXavier Noria2011-07-231-1/+1
* use the doc conventions for arguments in all casesRay Baxter2011-07-201-3/+3
* reword select_date's behaviour clearly when an incomplete options array is pa...Vijay Dev2011-07-201-3/+3
* we're talking about days here, not hoursRay Baxter2011-07-171-1/+1
* wording between select_second, select_minute andRay Baxter2011-07-171-2/+2
* fix typoRay Baxter2011-07-171-1/+1
* make documentation agree with test expectations andRay Baxter2011-07-171-2/+2
* document that second tags are also returned by defaultRay Baxter2011-07-161-1/+1
* there is no Time.today method, use Time.nowRay Baxter2011-07-161-2/+2
* remove stray characterRay Baxter2011-07-161-1/+1
* disambiguate uses of post/POST by using "article"Ray Baxter2011-07-161-28/+28
* clarify that classes that include DateHelper canRay Baxter2011-07-161-2/+2
* clarify that DateTime objects are allowed arguments Ray Baxter2011-07-161-1/+1
* use minute instead of second in description of select_minuteRay Baxter2011-07-161-2/+2
* show correct helper in descriptionRay Baxter2011-07-161-1/+1
* use 'hour' instead of 'minutes' and 'second' for select_hourRay Baxter2011-07-161-2/+2
* Remove usage of memoizable from ActionPack.José Valim2011-06-161-7/+6
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* Clean up redundant backslashesPirogov Evgenij2011-05-141-4/+4