| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo in config value [ci skip] | yuuji.yaginuma | 2015-12-19 | 1 | -1/+1 |
* | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | Merge pull request #22462 from lxsameer/i18n_html_wrap | Rafael França | 2015-12-18 | 4 | -0/+30 |
|\ |
|
| * | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 4 | -0/+30 |
* | | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 1 | -1/+1 |
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parameters | Rafael França | 2015-12-18 | 1 | -9/+0 |
|\ \
| |/
|/| |
|
| * | Prevent ActionController::Parameters from being passed to url_for directly | Jean Boussier | 2015-12-15 | 1 | -9/+0 |
* | | Merge pull request #21914 from zachalewel/zachalewel-patch-1 | Matthew Draper | 2015-12-18 | 1 | -8/+8 |
|\ \ |
|
| * | | Update CHANGELOG.md | Zach Alewel | 2015-10-08 | 1 | -1/+1 |
| * | | Update CHANGELOG.md for readability | Zach Alewel | 2015-10-08 | 1 | -1/+1 |
* | | | Add missing test cases for asset_path | Akshay Vishnoi | 2015-12-17 | 1 | -0/+2 |
* | | | deletes commented code introduced in db045db (initial commit) | Tony Ta | 2015-12-15 | 1 | -17/+0 |
* | | | deletes commented code introduced in 4673c47d | Tony Ta | 2015-12-15 | 1 | -5/+0 |
* | | | Remove ActionView::Helpers::CacheHelper#fragment_cache_key | Sam Stephenson | 2015-12-14 | 2 | -8/+4 |
| |/
|/| |
|
* | | [ci skip] Add a dollar sign to each command in the READMEs | Elektron1c97 | 2015-12-06 | 1 | -2/+1 |
* | | Merge pull request #21241 from pdg137/master | Arthur Nogueira Neves | 2015-11-26 | 1 | -0/+4 |
|\ \ |
|
| * | | In url_for, never append ? when the query string is empty anyway. | Paul Grayson | 2015-10-29 | 1 | -0/+4 |
* | | | Merge pull request #17013 from gsamokovarov/fix-null-resolver | Sean Griffin | 2015-11-23 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Fix improper value types used to instantiate a Template in AV::NullResolver | Genadi Samokovarov | 2014-09-22 | 1 | -2/+1 |
* | | | | Bring back `===` stubbing in `time_zone_select` test. | Kasper Timm Hansen | 2015-11-22 | 1 | -1/+7 |
* | | | | Ditch `each_with_index` for `each`. | Kasper Timm Hansen | 2015-11-22 | 1 | -1/+1 |
* | | | | Don't cache fake time zones. | Kasper Timm Hansen | 2015-11-22 | 1 | -8/+9 |
* | | | | Merge pull request #21615 from ronakjangir47/actionViewpart2 | Kasper Timm Hansen | 2015-11-22 | 5 | -79/+133 |
|\ \ \ \ |
|
| * | | | | Removed Mocha from Action View | Ronak Jangir | 2015-09-23 | 5 | -79/+133 |
* | | | | | Example of setting data attributes for image_tag | Nishant Modak | 2015-11-20 | 2 | -1/+4 |
* | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-11-15 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Use full component name in public API document | yui-knk | 2015-11-15 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #22280 from yui-knk/fix_chagnelog_actionview | Richard Schneeman | 2015-11-12 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Fix CHANGELOG.md format from list to italic. | yui-knk | 2015-11-13 | 1 | -1/+1 |
* | | | | | | Respect value of `:object` if `:object` is false when rendering | yui-knk | 2015-11-13 | 4 | -1/+10 |
|/ / / / / |
|
* | | | | | Fix week_field returning invalid value | Christoph | 2015-11-10 | 3 | -5/+16 |
* | | | | | fix method name typo [ci skip] | yuuji.yaginuma | 2015-11-09 | 1 | -1/+1 |
* | | | | | Allow `host` option in javscript and css helpers | Grzegorz Witek | 2015-11-08 | 3 | -2/+8 |
* | | | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 4 | -4/+4 |
* | | | | | Don’t allow arbitrary data in back urls | Damien Burke | 2015-11-03 | 3 | -2/+33 |
* | | | | | Add tests to make sure mail_to work with nil and SafeBuffer | Rafael Mendonça França | 2015-11-03 | 1 | -0/+14 |
* | | | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 4 | -16/+38 |
|/ / / / |
|
* | | | | Fix style issues with #16252 | Sean Griffin | 2015-10-29 | 2 | -12/+9 |
* | | | | making selected value to accept Hash like the default option. E.g. selected: ... | Lecky Lao | 2015-10-29 | 3 | -1/+33 |
* | | | | Merge pull request #22116 from gsamokovarov/fix-form-for-block-test | Yves Senn | 2015-10-29 | 1 | -2/+3 |
|\ \ \ \ |
|
| * | | | | Fix a faulty form_for test | Genadi Samokovarov | 2015-10-29 | 1 | -2/+3 |
* | | | | | Ignore scope in missing translation input. | Kasper Timm Hansen | 2015-10-28 | 2 | -1/+9 |
* | | | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -1/+1 |
* | | | | | Collection check boxes propagates input's id to the label's for attribute. | Vasiliy Ermolovich | 2015-10-20 | 3 | -0/+18 |
* | | | | | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 |
* | | | | | Merge pull request #21894 from abhishekjain16/refactor_with_dry | Rafael Mendonça França | 2015-10-08 | 1 | -10/+6 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Follow DRY principle and remove duplication | Abhishek Jain | 2015-10-08 | 1 | -10/+6 |
* | | | | | [ci skip] fix typo | Abhishek Jain | 2015-10-07 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 3 | -3/+3 |
* | | | | Merge pull request #21887 from abhishekjain16/doc_fix | Kasper Timm Hansen | 2015-10-06 | 1 | -1/+1 |
|\ \ \ \ |
|