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
...
*
|
ERB::Util.url_encode no longer escapes ~ since ruby 2.5
Akira Matsuda
2017-05-19
1
-2
/
+2
*
|
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
2
-4
/
+4
|
/
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
3
-9
/
+9
*
Merge pull request #28753 from st0012/add-render-with-variants-test
Kasper Timm Hansen
2017-05-01
1
-0
/
+8
|
\
|
*
Add tests for render template/partial with variants option.
Stan Lo
2017-04-14
1
-0
/
+8
*
|
Merge pull request #20701 from iamvery/date-helper-argument-error
Andrew White
2017-04-27
1
-0
/
+10
|
\
\
|
*
|
Ensure input to distance_of_time_in_words is not nil
Jay Hayes
2017-04-27
1
-0
/
+10
*
|
|
Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...
Kasper Timm Hansen
2017-04-27
1
-0
/
+2
|
\
\
\
|
*
|
|
Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...
kyuden
2017-04-24
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #28848 from Edouard-chin/ec-remove-unused-method
Rafael França
2017-04-26
1
-7
/
+0
|
\
\
\
|
*
|
|
`sort_query_string_params` method is no more used
Edouard CHIN
2017-04-23
1
-7
/
+0
|
|
/
/
*
/
/
Fix `current_page?` regression:
Edouard CHIN
2017-04-26
1
-0
/
+18
|
/
/
*
|
Configure form_with_generates_remote_forms in its own initializer
Rafael Mendonça França
2017-04-21
1
-0
/
+22
*
|
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-1
/
+5
|
/
*
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
[prev]
[next]