Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing ==Examples and last blank lines of docs from actionpack | Francesco Rodriguez | 2012-05-15 | 1 | -26/+0 |
| | |||||
* | Change unless + else into if + else | Shaliko Usubov | 2012-05-06 | 1 | -3/+3 |
| | |||||
* | distance_of_time_in_words: Add/tweak comments to understand time intervals ↵ | Elliot Winkler | 2012-04-30 | 1 | -7/+12 |
| | | | | better | ||||
* | distance_of_time_in_words: 45-60 days is about 2 months, not about 1 month | Elliot Winkler | 2012-04-30 | 1 | -2/+3 |
| | |||||
* | Merge pull request #3726 from JanDupal/fix-date-helper-hidden | José Valim | 2012-04-30 | 1 | -0/+2 |
|\ | | | | | fix Helpers::DateHelper with :use_hidden - hide separators | ||||
| * | fix Helpers::DateHelper with :use_hidden - hide separators | Jan Dupal | 2011-11-22 | 1 | -0/+2 |
| | | |||||
* | | Replace boolean argument with an options hash. | Dmitriy Kiriyenko | 2012-04-30 | 1 | -27/+33 |
| | | | | | | | | | | | | | | | | This replaces `include_seconds` argument with an option key `include_seconds => true` in options hash. Also `time_ago_in_words` now passes options hash, including a `locale` key, which makes in compatible with `distance_of_time_in_words`. | ||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-25 | 1 | -0/+3 |
|\ \ | |||||
| * | | Add distance_of_time_in_words example for seconds | Alexey Vakhov | 2012-04-22 | 1 | -0/+3 |
| | | | |||||
* | | | Use leap years trick in distance_of_time_in_words only for distances between ↵ | Alexey Vakhov | 2012-04-24 | 1 | -12/+16 |
| | | | | | | | | | | | | real date points | ||||
* | | | fixed non matching documentation behaviour with method semantics on ↵ | Marcelo Casiraghi | 2012-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | distance_of_time_in_words | ||||
* | | | Distance of time in words should work correct if from time > to_time | Alexey Vakhov | 2012-04-24 | 1 | -2/+3 |
|/ / | |||||
* | | avoid autolinking by rdoc [ci skip] | Vijay Dev | 2012-04-12 | 1 | -2/+2 |
| | | |||||
* | | datetime_select should work with -/+ infinity dates | Joe Van Dyk | 2012-03-28 | 1 | -1/+1 |
| | | |||||
* | | apply form_for namespace option to date_select | Sergey Nartimov | 2012-03-26 | 1 | -1/+4 |
| | | |||||
* | | Remove code duplication | Rafael Mendonça França | 2012-03-19 | 1 | -11/+11 |
| | | |||||
* | | Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when ↵ | Jey Balachandran | 2012-03-18 | 1 | -6/+6 |
| | | | | | | | | discarding both day and month. | ||||
* | | time_tag support for blocks | Antonio Tapiador del Dujo | 2012-03-18 | 1 | -2/+7 |
| | | |||||
* | | tiny refactoring | Vasiliy Ermolovich | 2012-01-29 | 1 | -12/+6 |
| | | | | | | | | | | use :default option with translate method instead of condition simplify separator method | ||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-26 | 1 | -0/+24 |
|\ \ | |||||
| * | | Documented the :use_two_digit_numbers option | Lennart Fridén | 2012-01-22 | 1 | -0/+24 |
| | | | |||||
* | | | Merge pull request #4641 from rafaelfranca/date_select-fix-3-2 | José Valim | 2012-01-24 | 1 | -3/+3 |
| | | | | | | | | | | | | date_select fixes [3-2-stable] | ||||
* | | | Raise exception when date.order includes invalid elements | Indrek Juhkam | 2012-01-22 | 1 | -1/+9 |
|/ / | |||||
* | | Do not need of ActionView::Helpers scope since we are inside | Rafael Mendonça França | 2012-01-17 | 1 | -3/+3 |
| | | | | | | | | ActionView::Helpers | ||||
* | | Extract DatetimeSelect | Rafael Mendonça França | 2012-01-17 | 1 | -53/+1 |
| | | |||||
* | | Extract TimeSelect | Rafael Mendonça França | 2012-01-17 | 1 | -5/+1 |
| | | |||||
* | | Extract DateSelect | Rafael Mendonça França | 2012-01-17 | 1 | -5/+1 |
| | | |||||
* | | 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 |
| |