Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix style issues with #16252 | Sean Griffin | 2015-10-29 | 1 | -8/+5 |
| | |||||
* | making selected value to accept Hash like the default option. E.g. selected: ↵ | Lecky Lao | 2015-10-29 | 1 | -1/+9 |
| | | | | | | | | {day: params[:day].to_i, month: params[:month].to_id} Adds in test test_date_select_with_selected_in_hash and change log fixes typo in CHANGELOG | ||||
* | Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci ↵ | Vince Francesi | 2015-08-15 | 1 | -0/+1 |
| | | | | skip] | ||||
* | Cut string allocations in content_tag_string | schneems | 2015-07-29 | 1 | -6/+6 |
| | | | | | | content_tag's first argument is will generate a string with an html tag so `:a` will generate: `<a></a>`. When this happens, the symbol is implicitly `to_s`-d so a new string is allocated. We can get around that by using a frozen string instead which This change buys us 74,236 bytes of memory and 1,855 fewer objects per request. | ||||
* | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 1 | -1/+1 |
| | | | | Various grammar corrections and wrap to 80 characters. | ||||
* | A few documentation fixes [ci skip] | Robin Dupret | 2015-06-23 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-21 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/configuring.md | ||||
| * | [ci skip] Fix minutes to seconds in `select_second` | yui-knk | 2015-06-09 | 1 | -1/+1 |
| | | | | | | | | This is same type commit of https://github.com/rails/rails/pull/20463 | ||||
* | | Nitpick :nail_care: [ci skip] | Zachary Scott | 2015-06-18 | 1 | -1/+2 |
| | | |||||
* | | Add RDoc about scope option on distance_of_time_in_words | Mauro George | 2015-06-18 | 1 | -0/+20 |
| | | | | | | | | [ci skip] | ||||
* | | [ci skip] Fix hours to minutes in `select_minute` | yui-knk | 2015-06-07 | 1 | -1/+1 |
|/ | |||||
* | Add missing options to `datetime_select` [ci skip] | yachibit | 2015-01-25 | 1 | -0/+2 |
| | |||||
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Add space in :start_year description for date_select | Ryan Bigg | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Replace Enumerable#reverse.each with Enumerable#reverse_each | Erik Michaels-Ober | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Uppercase HTML in docs. | Hendy Tanata | 2014-08-08 | 1 | -6/+6 |
| | | | | [skip ci] | ||||
* | Rename options param of #time_ago_in_words to match API change | Max Kramer | 2014-06-28 | 1 | -2/+2 |
| | | | Rename `include_seconds_or_options` to `options` to match 6b9356a (which removed the deprecation introduced by #6077). This has no functional impact because the parameter is passed directly through, but makes it clearer that the parameter no longer supports a boolean as input. | ||||
* | Fix date_select option overwriting html classes | Izumi Wong-Horiuchi | 2014-03-24 | 1 | -1/+1 |
| | | | | | with_css_classes: true option overwrites other html classes. Concatenate day month and year classes rather than overwriting. | ||||
* | Enhance readability of ActionView DateHelper#distance_of_time_in_words | Kenny Meyer | 2014-03-09 | 1 | -4/+8 |
| | | | | | | | Refactor numerical constants to module constants which give the numbers a contextual meaning. This commit aims to provide quicker understanding for part of the implementation of the DateHelper#distance_of_time_in_words method. | ||||
* | implements new option :month_format_string for date select helpers [Closes ↵ | Xavier Noria | 2014-02-15 | 1 | -9/+24 |
| | | | | #13618] | ||||
* | provide correct example of `datetime_select` helper [ci skip] | Kuldeep Aggarwal | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | No need to use fixed size font [ci skip] | Rafael Mendonça França | 2014-01-03 | 1 | -2/+2 |
| | |||||
* | Fix documentation for end_year option of date_helper [ci skip] | Prathamesh Sonpatki | 2014-01-03 | 1 | -2/+6 |
| | | | | | | | | | | - While editing an existing record, end_year is equal to current selected year plus 5 by default. - While editing an existing record, start_year is equal to current selected year value minus 5 by default. - Fixes #13552 Acked-by: Prathamesh Sonpatki <csonpatki@gmail.com> Acked-by: Prathamesh Sonpatki <csonpatki@gmail.com> | ||||
* | provide correct information [ci skip] | Kuldeep Aggarwal | 2014-01-02 | 1 | -2/+2 |
| | |||||
* | Minor typo fixes | Akira Matsuda | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Line up the comments for aesthetics | David Heinemeier Hansson | 2013-11-03 | 1 | -5/+5 |
| | |||||
* | Fix wrong variable name used in the select_day method documentation | Jefferson Queiroz Venerando | 2013-10-10 | 1 | -2/+2 |
| | | | The variable name created in the example is `my_date`, the methods were using `my_time` instead. | ||||
* | Remove the deprecated include_seconds argument from distance_of_time_in_words | Carlos Antonio da Silva | 2013-07-02 | 1 | -9/+1 |
| | | | | Pass in an :include_seconds hash option to use this feature. | ||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+1083 |