| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0 | Ryuta Kamizono | 2017-02-02 | 1 | -1/+1 |
* | Fix test failures only seen when executed via bin/test | Akira Matsuda | 2017-02-02 | 1 | -1/+1 |
* | module Blog; class Post appears twice in AV tests | Akira Matsuda | 2017-02-02 | 1 | -3/+3 |
* | DRY fake models for testing | Akira Matsuda | 2017-02-02 | 2 | -37/+7 |
* | 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 | 4 | -1/+12 |
|\ |
|
| * | Merge branch 'master' into fix-missing-partial-iteration | Matthew Eagar | 2017-01-26 | 2 | -2/+2 |
| |\ |
|
| * \ | Merge branch 'master' into fix-missing-partial-iteration | Matthew Eagar | 2017-01-25 | 10 | -77/+197 |
| |\ \ |
|
| * | | | Add partial iteration variable to template keys | Matthew Eagar | 2017-01-25 | 4 | -1/+12 |
* | | | | Merge pull request #27858 from mtsmfm/fix-inherit-from-deprecated-erubis | Rafael França | 2017-01-31 | 3 | -1/+12 |
|\ \ \ \ |
|
| * | | | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis` | Fumiaki MATSUSHIMA | 2017-02-01 | 3 | -1/+12 |
* | | | | | Merge pull request #27758 from kenta-s/neglected-todo-in-render_test | Arthur Nogueira Neves | 2017-01-31 | 1 | -2/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Get neglected TODO done in render_test | kenta-s | 2017-01-24 | 1 | -2/+1 |
* | | | | | 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 |
* | | | | | | Improve insufficient test for `safe_join` | kenta-s | 2017-01-30 | 1 | -2/+13 |
* | | | | | | use rails-html-sanitizer >= 1.0.3 | Toshi MARUYAMA | 2017-01-27 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | s/an/a/ | Akira Matsuda | 2017-01-26 | 2 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Fix grammar 'an hyphen' -> 'a hyphen' [ci skip] | kenta-s | 2017-01-25 | 1 | -1/+1 |
* | | | | Merge pull request #27796 from yui-knk/keep_separator_was | Andrew White | 2017-01-25 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | Keep the value of `$,` and restore it | yui-knk | 2017-01-25 | 1 | -1/+2 |
| | |_|/
| |/| | |
|
* / | | | Change ActionView ERB Handler from Erubis to Erubi | Jeremy Evans | 2017-01-25 | 8 | -75/+194 |
|/ / / |
|
* | / | Remove unnecessary comments in cache_helper.rb [ci skip] | kenta-s | 2017-01-21 | 1 | -2/+0 |
| |/
|/| |
|
* | | Add missing tests for ActionView::Template::Text | kenta-s | 2017-01-20 | 1 | -0/+16 |
* | | `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 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 1 | -1/+6 |
* | 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 | 2 | -1/+11 |
|\ \ |
|
| * | | Fix unexpected behavior of with $, | kenta-s | 2017-01-15 | 2 | -1/+11 |
* | | | Merge pull request #27688 from kenta-s/add-test-for-safe_join | Rafael França | 2017-01-18 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Add test for safe_join | kenta-s | 2017-01-15 | 1 | -0/+5 |
* | | | | Remove unused variable 'regex' | kenta-s | 2017-01-18 | 1 | -1/+1 |
* | | | | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -9/+9 |
* | | | | 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 | 4 | -1/+12 |
| |/ /
|/| | |
|
* | | | 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 |
* | | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 6 | -12/+10 |
* | | 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 | 9 | -528/+528 |
* | Use Encoding::UTF_8 constant for default_{internal,external} in the tests | Akira Matsuda | 2017-01-11 | 1 | -2/+2 |
* | Remove unneeded Deprecation silence | Rafael Mendonça França | 2017-01-06 | 1 | -5/+3 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 6 | -7/+7 |
* | Merge pull request #27549 from mpugach/consider_params_in_current_page | Rafael França | 2017-01-04 | 3 | -2/+20 |
|\ |
|
| * | Add `check_parameters` option to `current_page?` | Maksym Pugach | 2017-01-04 | 3 | -2/+20 |