Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge pull request #4154 from nashby/include-blank-date-helper" | Piotr Sarnacki | 2011-12-26 | 1 | -2/+2 |
| | | | | | This reverts commit 76f0fa6066b78cd8f0e139dff4a7b65c96db5778, reversing changes made to 28cd098d99c52486aecb72aab39105d8abcd52ad. | ||||
* | add ability to set a prompt string in include_blank option for date helpers, ↵ | Vasiliy Ermolovich | 2011-12-24 | 1 | -2/+2 |
| | | | | closes #4143 | ||||
* | fix adding field_with_errors to date selects, closes #3487 | Vasiliy Ermolovich | 2011-12-20 | 1 | -5/+9 |
| | |||||
* | fix separator insertion in date_select helper | Sergey Nartimov | 2011-12-14 | 1 | -1/+2 |
| | |||||
* | Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson] | Lennart Fridén | 2011-12-11 | 1 | -3/+6 |
| | | | | | | | | | | Added use_two_digit_numbers select_tag option for displaying months and days with leading zeros without affecting the values (useful for e.g. ISO-style dates, 2011-08-01). Signed-off-by: José Valim <jose.valim@gmail.com> Conflicts: actionpack/CHANGELOG.md | ||||
* | Fixes an issue when creating a date select with too many options. | Liborio Cannici | 2011-10-08 | 1 | -5/+10 |
| | | | | | | | | | | Inspired by dlt https://github.com/dlt/rails/commit/9e615634745dc81598e7b880d52411338d3a7a93 Closes #239. Conflicts: actionpack/CHANGELOG | ||||
* | little details seen while doing a pass through what's new in docrails | Xavier Noria | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | use the doc conventions for arguments in all cases | Ray Baxter | 2011-07-20 | 1 | -3/+3 |
| | | | | | See https://github.com/lifo/docrails/commit/5c71a4e76897844ab6aeabb581549d981d9768c9#commitcomment-485675 | ||||
* | reword select_date's behaviour clearly when an incomplete options array is ↵ | Vijay Dev | 2011-07-20 | 1 | -3/+3 |
| | | | | passed | ||||
* | we're talking about days here, not hours | Ray Baxter | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | wording between select_second, select_minute and | Ray Baxter | 2011-07-17 | 1 | -2/+2 |
| | | | select_hour should be consistent and correct | ||||
* | fix typo | Ray Baxter | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | make documentation agree with test expectations and | Ray Baxter | 2011-07-17 | 1 | -2/+2 |
| | | | | | | behaviour See: test_select_date_with_incomplete_order in actionpack/test/template/date_helper_test.rb | ||||
* | document that second tags are also returned by default | Ray Baxter | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | there is no Time.today method, use Time.now | Ray Baxter | 2011-07-16 | 1 | -2/+2 |
| | |||||
* | remove stray character | Ray Baxter | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | disambiguate uses of post/POST by using "article" | Ray Baxter | 2011-07-16 | 1 | -28/+28 |
| | | | | for the related variable passed to date_select, time_select and datetime_select | ||||
* | clarify that classes that include DateHelper can | Ray Baxter | 2011-07-16 | 1 | -2/+2 |
| | | | also manipulate times | ||||
* | clarify that DateTime objects are allowed arguments | Ray Baxter | 2011-07-16 | 1 | -1/+1 |
| | | | to distance_of_time_in_words | ||||
* | use minute instead of second in description of select_minute | Ray Baxter | 2011-07-16 | 1 | -2/+2 |
| | |||||
* | show correct helper in description | Ray Baxter | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | use 'hour' instead of 'minutes' and 'second' for select_hour | Ray Baxter | 2011-07-16 | 1 | -2/+2 |
| | |||||
* | Remove usage of memoizable from ActionPack. | José Valim | 2011-06-16 | 1 | -7/+6 |
| | |||||
* | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | Clean up redundant backslashes | Pirogov Evgenij | 2011-05-14 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-14 | 1 | -66/+73 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/date_helper.rb railties/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt | ||||
| * | Fix styiling issues on DateHelper docs | Sebastian Martinez | 2011-05-10 | 1 | -64/+70 |
| | | |||||
| * | Explain the implication of using :ignore_date on time_select | Aditya Sanghi | 2011-05-10 | 1 | -1/+2 |
| | | |||||
| * | Fixed typos in documentation for the date_select helper in ↵ | Philip Roberts | 2011-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | actionpack/action_view. The description for an example of the date_select method did not match the actual code example. | ||||
* | | Merge pull request #343 from asanghi/ampm | José Valim | 2011-05-07 | 1 | -4/+30 |
|\ \ | | | | | | | Allow AM/PM format in datetime selectors | ||||
| * | | DRY this baby up | Aditya Sanghi | 2011-04-29 | 1 | -23/+4 |
| | | | |||||
| * | | add more documentation; remove unused assignment | Aditya Sanghi | 2011-04-29 | 1 | -4/+14 |
| | | | |||||
| * | | Allow AM/PM in datetime selectors | Aditya Sanghi | 2011-04-29 | 1 | -0/+35 |
| |/ | |||||
* | | strip space | Aditya Sanghi | 2011-05-06 | 1 | -2/+2 |
| | | |||||
* | | Take leap years into account more seriously when calculating year distance ↵ | Aditya Sanghi | 2011-05-06 | 1 | -3/+14 |
|/ | | | | [#6074 state:resolved] | ||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-04-19 | 1 | -4/+6 |
|\ | | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile | ||||
| * | Fixing more spacing inconsistencies | Matt Duncan | 2011-04-15 | 1 | -1/+1 |
| | | |||||
| * | Days are never approximated using 'about' | Matt Duncan | 2011-04-15 | 1 | -1/+1 |
| | | |||||
| * | Making example result match actual result | Matt Duncan | 2011-04-15 | 1 | -1/+1 |
| | | |||||
| * | Including actual usage in example | Matt Duncan | 2011-04-15 | 1 | -1/+3 |
| | | |||||
* | | Aligning comments | Matt Duncan | 2011-04-13 | 1 | -1/+1 |
| | | |||||
* | | Fixing distance_of_time_in_words range near 2 days | Matt Duncan | 2011-04-13 | 1 | -5/+5 |
|/ | |||||
* | Action Pack typos. | R.T. Lechow | 2011-03-05 | 1 | -2/+2 |
| | |||||
* | Add Date#rfc3339 and Date#iso8601 to AS | Santiago Pastorino | 2011-02-13 | 1 | -0/+1 |
| | |||||
* | Allow for the format of time_tag in AP to be changed via an option argument. | Josh Kalderimis | 2011-02-12 | 1 | -3/+5 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved] | Sjoerd Andringa | 2011-02-12 | 1 | -0/+19 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | patching to ensure separator is printed with order [#5816 state:resolved] | Aditya Sanghi | 2010-11-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | The deleted examples are redundant. | Aditya Sanghi | 2010-10-17 | 1 | -11/+0 |
| | | | | They do not reveal anything new that is not already been explained in preceding example. | ||||
* | Avoid uninitialized variable warning. | Emilio Tagua | 2010-09-27 | 1 | -0/+1 |
| | |||||
* | Add missing require. | José Valim | 2010-08-27 | 1 | -1/+2 |
| |