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
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
*
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
*
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
3
-5
/
+11
*
Enable `block` variable in view
Toshimaru
2016-12-09
2
-0
/
+5
*
Merge pull request #27258 from y-yagi/stop_using_removed_render_text
Kasper Timm Hansen
2016-12-03
1
-1
/
+1
|
\
|
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-1
/
+1
[prev]
[next]