| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop complaining about not being able to digest dynamic template partial name... | David Heinemeier Hansson | 2017-03-22 | 1 | -2/+4 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -2/+2 |
* | Fix typo in actionview error message | adamgamble | 2017-03-17 | 1 | -1/+1 |
* | Remove `encode_special_chars` option from `strip_tags` | Andrew Hood | 2017-02-27 | 1 | -4/+10 |
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 |
* | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 1 | -4/+4 |
* | Unfreeze interpolated string because it's useless. | Stan Lo | 2017-02-19 | 1 | -1/+1 |
* | call `gem` `erubis` before require | yuuji.yaginuma | 2017-02-01 | 1 | -0/+1 |
* | Merge pull request #27795 from meagar/fix-missing-partial-iteration | Rafael França | 2017-01-31 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into fix-missing-partial-iteration | Matthew Eagar | 2017-01-25 | 5 | -74/+168 |
| |\ |
|
| * | | Add partial iteration variable to template keys | Matthew Eagar | 2017-01-25 | 1 | -1/+1 |
* | | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis` | Fumiaki MATSUSHIMA | 2017-02-01 | 2 | -1/+10 |
* | | | Merge pull request #27738 from kenta-s/remove-unused-argument-formats | Rafael França | 2017-01-31 | 2 | -27/+27 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove unused argument `formats` | kenta-s | 2017-01-20 | 2 | -27/+27 |
* | | | Fix grammar 'an hyphen' -> 'a hyphen' [ci skip] | kenta-s | 2017-01-25 | 1 | -1/+1 |
* | | | Change ActionView ERB Handler from Erubis to Erubi | Jeremy Evans | 2017-01-25 | 4 | -73/+167 |
| |/
|/| |
|
* | | Remove unnecessary comments in cache_helper.rb [ci skip] | kenta-s | 2017-01-21 | 1 | -2/+0 |
* | | `find_templates` should be able to handle 5 arguments | kenta-s | 2017-01-19 | 1 | -2/+2 |
|/ |
|
* | Remove TODOs related to Exceptron [ci skip] | kenta-s | 2017-01-18 | 1 | -2/+0 |
* | Fix grammar in partial_renderer.rb [ci skip] | kenta-s | 2017-01-18 | 1 | -1/+1 |
* | Merge pull request #27665 from kenta-s/improve-compute_asset_extname | Rafael França | 2017-01-18 | 1 | -1/+5 |
|\ |
|
| * | should explicitly returns nil in else clause | kenta-s | 2017-01-13 | 1 | -1/+5 |
* | | Merge pull request #27693 from kenta-s/improve-to_sentence-method | Rafael França | 2017-01-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix unexpected behavior of with $, | kenta-s | 2017-01-15 | 1 | -1/+1 |
* | | | Remove unused variable 'regex' | kenta-s | 2017-01-18 | 1 | -1/+1 |
* | | | Merge pull request #27692 from y-yagi/make_render_work_with_ac_params | Eileen M. Uchitelle | 2017-01-16 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | make `render` work with AC::Params | yuuji.yaginuma | 2017-01-15 | 1 | -1/+5 |
* | | | | Update comment for Scrubber usage [ci skip] | kenta-s | 2017-01-16 | 1 | -6/+4 |
* | | | | Allow render locals to be assigned to instance variables | Andrew White | 2017-01-15 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Fix broken sample code in action_view/helpers/output_safety_helper.rb [ci skip] | kenta-s | 2017-01-15 | 1 | -1/+1 |
|/ / |
|
* | | Fix grammar in asset_url_helper.rb [ci skip] | kenta-s | 2017-01-13 | 1 | -3/+3 |
* | | Fix typo extention -> extension [ci skip] | kenta-s | 2017-01-13 | 1 | -1/+1 |
|/ |
|
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 3 | -5/+5 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 5 | -6/+6 |
* | Merge pull request #27549 from mpugach/consider_params_in_current_page | Rafael França | 2017-01-04 | 1 | -2/+7 |
|\ |
|
| * | Add `check_parameters` option to `current_page?` | Maksym Pugach | 2017-01-04 | 1 | -2/+7 |
* | | Generate indexed names in input even when objects are not persisted | Rafael Mendonça França | 2017-01-03 | 1 | -2/+13 |
* | | Prevent duplicate data-disable-with attributes | Tyler Hunt | 2017-01-03 | 1 | -14/+18 |
|/ |
|
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
* | Merge pull request #27463 from y-yagi/fix_26931 | Rafael França | 2016-12-28 | 1 | -1/+2 |
|\ |
|
| * | do not mutate `object_name` of class in `fields_for` | yuuji.yaginuma | 2016-12-27 | 1 | -1/+2 |
* | | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -7/+7 |
* | | Fix typo in action_view/template.rb [ci skip] | kenta-s | 2016-12-28 | 1 | -1/+1 |
|/ |
|
* | self. is not needed when calling its own instance method | Akira Matsuda | 2016-12-24 | 1 | -2/+1 |
* | Privatize unneededly protected methods in Action View | Akira Matsuda | 2016-12-24 | 7 | -39/+32 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 9 | -20/+20 |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 1 | -0/+2 |
* | Fix grammar in asset tag documentation | eileencodes | 2016-12-20 | 1 | -1/+1 |
* | Improve `javascript_include_tag` documentation (#27403) | Pablo Ifrán | 2016-12-20 | 1 | -5/+24 |
* | fields: support attributes not on model. | Kasper Timm Hansen | 2016-12-18 | 1 | -0/+2 |