| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `encode_special_chars` option from `strip_tags` | Andrew Hood | 2017-02-27 | 1 | -0/+2 |
* | Test rails-ujs in our travis matrix | Rafael Mendonça França | 2017-02-22 | 4 | -68/+7 |
* | Import rails-ujs v0.1.0 from rails/rails-ujs | Guillermo Iguaran | 2017-02-20 | 6 | -204/+23 |
* | Set correct "routes" in tests cases | bogdanvlviv | 2017-02-20 | 2 | -4/+4 |
* | Add assertion to polymorphic_routes_test.rb | bogdanvlviv | 2017-02-20 | 1 | -2/+1 |
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 2 | -2/+0 |
* | Merge pull request #27870 from kenta-s/get-todo-done-in-render_test | Kasper Timm Hansen | 2017-02-11 | 1 | -2/+1 |
|\ |
|
| * | Add information on `:formats` option in action_view_overview.md | kenta-s | 2017-02-06 | 1 | -2/+1 |
* | | Correct spelling | Benjamin Fleischer | 2017-02-05 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | Merge pull request #27795 from meagar/fix-missing-partial-iteration | Rafael França | 2017-01-31 | 3 | -0/+11 |
|\ |
|
| * | Merge branch 'master' into fix-missing-partial-iteration | Matthew Eagar | 2017-01-26 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'master' into fix-missing-partial-iteration | Matthew Eagar | 2017-01-25 | 3 | -2/+14 |
| |\ \ |
|
| * | | | Add partial iteration variable to template keys | Matthew Eagar | 2017-01-25 | 3 | -0/+11 |
* | | | | Merge pull request #27858 from mtsmfm/fix-inherit-from-deprecated-erubis | Rafael França | 2017-01-31 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis` | Fumiaki MATSUSHIMA | 2017-02-01 | 1 | -0/+2 |
* | | | | | 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 |
| |/ / / |
|
* | | / | Improve insufficient test for `safe_join` | kenta-s | 2017-01-30 | 1 | -2/+13 |
| |_|/
|/| | |
|
* | | | s/an/a/ | Akira Matsuda | 2017-01-26 | 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 | 2 | -1/+12 |
|/ |
|
* | Add missing tests for ActionView::Template::Text | kenta-s | 2017-01-20 | 1 | -0/+16 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 1 | -1/+6 |
* | Merge pull request #27693 from kenta-s/improve-to_sentence-method | Rafael França | 2017-01-18 | 1 | -0/+10 |
|\ |
|
| * | Fix unexpected behavior of with $, | kenta-s | 2017-01-15 | 1 | -0/+10 |
* | | 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 |
| |/ |
|
* | | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -9/+9 |
* | | Allow render locals to be assigned to instance variables | Andrew White | 2017-01-15 | 2 | -0/+5 |
|/ |
|
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 6 | -12/+10 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 6 | -523/+523 |
* | 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 | 1 | -1/+1 |
* | Merge pull request #27549 from mpugach/consider_params_in_current_page | Rafael França | 2017-01-04 | 1 | -0/+9 |
|\ |
|
| * | Add `check_parameters` option to `current_page?` | Maksym Pugach | 2017-01-04 | 1 | -0/+9 |
* | | Fix typo s/permited/permitted/ | Ryuta Kamizono | 2017-01-04 | 1 | -2/+2 |
* | | Generate indexed names in input even when objects are not persisted | Rafael Mendonça França | 2017-01-03 | 1 | -4/+4 |
* | | Prevent duplicate data-disable-with attributes | Tyler Hunt | 2017-01-03 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #27463 from y-yagi/fix_26931 | Rafael França | 2016-12-28 | 1 | -1/+3 |
|\ |
|
| * | do not mutate `object_name` of class in `fields_for` | yuuji.yaginuma | 2016-12-27 | 1 | -1/+3 |
* | | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 5 | -25/+24 |
|/ |
|
* | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -5/+5 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 4 | -16/+16 |
* | Privatize unneededly protected methods in Action View tests | Akira Matsuda | 2016-12-23 | 5 | -5/+5 |