aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/date_helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-141-66/+73
|\
| * Fix styiling issues on DateHelper docsSebastian Martinez2011-05-101-64/+70
| * Explain the implication of using :ignore_date on time_selectAditya Sanghi2011-05-101-1/+2
| * Fixed typos in documentation for the date_select helper in actionpack/action_...Philip Roberts2011-05-091-1/+1
* | Merge pull request #343 from asanghi/ampmJosé Valim2011-05-071-4/+30
|\ \
| * | DRY this baby upAditya Sanghi2011-04-291-23/+4
| * | add more documentation; remove unused assignmentAditya Sanghi2011-04-291-4/+14
| * | Allow AM/PM in datetime selectorsAditya Sanghi2011-04-291-0/+35
| |/
* | strip spaceAditya Sanghi2011-05-061-2/+2
* | Take leap years into account more seriously when calculating year distance [#...Aditya Sanghi2011-05-061-3/+14
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-191-4/+6
|\
| * Fixing more spacing inconsistenciesMatt Duncan2011-04-151-1/+1
| * Days are never approximated using 'about'Matt Duncan2011-04-151-1/+1
| * Making example result match actual resultMatt Duncan2011-04-151-1/+1
| * Including actual usage in exampleMatt Duncan2011-04-151-1/+3
* | Aligning commentsMatt Duncan2011-04-131-1/+1
* | Fixing distance_of_time_in_words range near 2 daysMatt Duncan2011-04-131-5/+5
|/
* Action Pack typos.R.T. Lechow2011-03-051-2/+2
* Add Date#rfc3339 and Date#iso8601 to ASSantiago Pastorino2011-02-131-0/+1
* Allow for the format of time_tag in AP to be changed via an option argument.Josh Kalderimis2011-02-121-3/+5
* Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]Sjoerd Andringa2011-02-121-0/+19
* patching to ensure separator is printed with order [#5816 state:resolved]Aditya Sanghi2010-11-111-0/+2
* The deleted examples are redundant.Aditya Sanghi2010-10-171-11/+0
* Avoid uninitialized variable warning.Emilio Tagua2010-09-271-0/+1