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
/
lib
/
action_view
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some typos.
Mike Boone
2017-10-10
1
-2
/
+2
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-2
/
+2
*
Make sure Action View doesn't break with Active Storage
Rafael Mendonça França
2017-08-03
1
-0
/
+12
*
Fix testing helpers that use Action View's capturing helpers (e.g. content_for)
George Claghorn
2017-07-25
1
-0
/
+2
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
/
*
Pass params __FILE__ and __LINE__ + 1 if class_eval with <<
bogdanvlviv
2017-05-29
1
-1
/
+1
*
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-4
/
+4
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Add load hooks to all tests classes
Rafael Mendonça França
2016-08-25
1
-0
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Fix actionview test failure
Ryuta Kamizono
2016-08-11
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-8
/
+8
*
Revert "Make sure the cache is always populated"
Rafael Mendonça França
2016-05-20
1
-1
/
+1
*
Make sure the cache is always populated
Aaron Patterson
2016-05-20
1
-1
/
+1
*
TestController#parameters returns AC::Parameters
Justin Coyne
2015-12-29
1
-1
/
+1
*
Dont try to call method missing in routes if thats not what we want
Arthur Neves
2015-08-10
1
-3
/
+9
*
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
use new constructor. (Oops! :bomb:)
Aaron Patterson
2015-07-08
1
-1
/
+1
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
*
Make sure assert_select can assert body tag
Rafael Mendonça França
2014-11-18
1
-4
/
+5
*
document_root_element need to be public
Rafael Mendonça França
2014-11-17
1
-5
/
+5
*
Parse HTML as document fragment.
Kasper Timm Hansen
2014-09-29
1
-1
/
+1
*
Do not memoize document_root_element in view tests
Rafael Mendonça França
2014-09-08
1
-2
/
+1
*
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
1
-1
/
+1
|
\
|
*
don't access named routes internals
Aaron Patterson
2014-07-30
1
-1
/
+1
*
|
We don't need loofah for the assertions
Rafael Mendonça França
2014-07-15
1
-2
/
+1
*
|
Make output_buffers used in tests be utf-8 encoded. Fixing unknown encoding A...
Timm
2014-06-16
1
-1
/
+3
*
|
Support for changes in SelectorAssertions.
Timm
2014-06-16
1
-5
/
+6
*
|
Required rails-dom-testing in test_case.rb
Timm
2014-06-16
1
-1
/
+3
*
|
Moved Dom and Selector assertions from ActionDispatch to ActionView.
Timm
2014-06-16
1
-0
/
+1
*
|
Replaced html-scanner with Loofah.
Timm
2014-06-15
1
-1
/
+1
|
/
*
Fix subscriptions not being unsubscribed.
Guo Xiang Tan
2014-04-14
1
-1
/
+2
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
1
-0
/
+272