index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
test
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update comment in sanitizer helper test [skip ci]
Ross Kaffenberger
2017-03-29
1
-1
/
+1
*
Fix `assert_logged` failure
Ryuta Kamizono
2017-03-23
1
-2
/
+2
*
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
*
Remove `encode_special_chars` option from `strip_tags`
Andrew Hood
2017-02-27
1
-0
/
+2
*
Set correct "routes" in tests cases
bogdanvlviv
2017-02-20
2
-4
/
+4
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
Add information on `:formats` option in action_view_overview.md
kenta-s
2017-02-06
1
-2
/
+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
*
Merge pull request #27795 from meagar/fix-missing-partial-iteration
Rafael França
2017-01-31
1
-0
/
+9
|
\
|
*
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
1
-0
/
+9
*
|
|
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
|
|
/
|
/
|
*
|
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
|
|
/
*
/
Allow render locals to be assigned to instance variables
Andrew White
2017-01-15
1
-0
/
+4
|
/
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
3
-4
/
+3
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
5
-522
/
+522
*
Remove unneeded Deprecation silence
Rafael Mendonça França
2017-01-06
1
-5
/
+3
*
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
*
|
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
3
-10
/
+9
|
/
*
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
3
-3
/
+3
*
Unneeded attr_accessor with side effects
Akira Matsuda
2016-12-23
2
-8
/
+0
*
fields: support attributes not on model.
Kasper Timm Hansen
2016-12-18
1
-0
/
+35
*
form_with: allow methods outside the model.
Kasper Timm Hansen
2016-12-18
1
-12
/
+69
*
Avoid invalid attribute on local forms generated by `form_with`
George Claghorn
2016-12-15
1
-0
/
+10
*
form_with/fields: Don't output ids by default
Kasper Timm Hansen
2016-12-13
1
-200
/
+200
*
split DELEGATION_RESERVED_METHOD_NAMES in half
Toshimaru
2016-12-09
1
-4
/
+10
*
Enable `block` variable in view
Toshimaru
2016-12-09
1
-0
/
+4
*
Remove unused argument
Rafael Mendonça França
2016-12-02
1
-12
/
+2
*
Add form_with to unify form_tag/form_for. (#26976)
Kasper Timm Hansen
2016-11-21
1
-0
/
+2134
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
8
-122
/
+122
[prev]
[next]