| Commit message (Expand) | Author | Age | Files | Lines |
* | [doc] The capture method isn't always used inside views to create a variable | Akira Matsuda & saya | 2016-01-08 | 1 | -2/+2 |
* | Suppress warning (instance variable @persisted not initialized) | yui-knk | 2016-01-07 | 1 | -0/+1 |
* | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 3 | -6/+16 |
|\ |
|
| * | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 3 | -6/+16 |
* | | Prefer inspect over escaping and sorround by quote marks | Santiago Pastorino | 2016-01-05 | 1 | -3/+1 |
* | | Add Html template handler that wraps Raw output in an OutputBuffer | Santiago Pastorino | 2016-01-05 | 5 | -2/+21 |
|/ |
|
* | Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su... | Rafael França | 2016-01-04 | 3 | -3/+43 |
|\ |
|
| * | downcase default submit button value's model name | Steven Spiel | 2016-01-01 | 3 | -3/+43 |
* | | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 2 | -2/+2 |
* | | Fix collection_radio_buttons' hidden_field name and make it appear before the... | Santiago Pastorino | 2015-12-31 | 5 | -26/+42 |
* | | Merge pull request #22829 from jcoyne/test_parameters | Yves Senn | 2015-12-30 | 3 | -1/+10 |
|\ \ |
|
| * | | TestController#parameters returns AC::Parameters | Justin Coyne | 2015-12-29 | 3 | -1/+10 |
* | | | Fix typo | Akshay Vishnoi | 2015-12-30 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 1 | -0/+2 |
|\ \ |
|
| * | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #22778 from y-yagi/fix_submit_tag_with_symbol_value | Yves Senn | 2015-12-24 | 3 | -1/+13 |
|\ \ |
|
| * | | fix TypeError when using submit_tag with Symbol value | yuuji.yaginuma | 2015-12-24 | 2 | -1/+8 |
|/ / |
|
* | | Add caveat to number_to_currency docs [ci skip] | Derek Prior | 2015-12-23 | 1 | -0/+8 |
* | | Require only the concurrent/map feature | Rafael Mendonça França | 2015-12-23 | 1 | -1/+1 |
|/ |
|
* | release notes, extract notable changes from Action View CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -4/+4 |
* | do not use `div_for` in example [ci skip] | yuuji.yaginuma | 2015-12-22 | 1 | -8/+9 |
* | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | 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 |
|\ \ \ \ \ |
|