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
/
abstract_unit.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
1
-0
/
+2
*
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
1
-1
/
+1
*
Always pass a format to the ActionView::Template constructor
Aaron Patterson
2019-02-25
1
-1
/
+1
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
1
-2
/
+4
*
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
1
-1
/
+1
*
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
1
-2
/
+2
*
Always evaluate views against an ActionView::Base
Aaron Patterson
2019-01-16
1
-1
/
+1
*
Fix more offences
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Merge pull request #33973 from rails/remove-catch-all
Aaron Patterson
2018-09-25
1
-56
/
+23
|
\
|
*
make bot happy
Aaron Patterson
2018-09-24
1
-1
/
+1
|
*
Remove deprecated catch-all route in the AV tests
Aaron Patterson
2018-09-24
1
-56
/
+23
*
|
Remove private def
Sakshi Jain
2018-09-23
1
-8
/
+10
|
/
*
Include `ActionDispatch::DrawOnce` in `ActiveSupport::TestCase`
Ryuta Kamizono
2017-09-27
1
-1
/
+1
*
Remove unused code that was copied from actionpack
Ryuta Kamizono
2017-09-27
1
-52
/
+1
*
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
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-7
/
+7
*
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
*
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
*
Privatize unneededly protected methods in Action View tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-10
/
+10
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-23
/
+23
*
Silence deprecation message for dynamic controller and actions on action_view...
Mehmet Emin İNAÇ
2016-03-07
1
-6
/
+8
*
Remove load_paths file
Arthur Neves
2016-02-27
1
-2
/
+0
*
Removed Mocha from Action View
Ronak Jangir
2015-09-23
1
-1
/
+0
*
mostly remove the ParamsParser middleware
Aaron Patterson
2015-09-18
1
-1
/
+0
*
Removed Mocha from ActionView part 1
Ronak Jangir
2015-08-24
1
-0
/
+4
*
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-7
/
+7
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-1
/
+1
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-1
/
+1
*
Cleaning unused methods from abstract_unit
Thiago Pradi
2015-03-14
1
-57
/
+0
*
Revert "Leave all our tests as order_dependent! for now"
Matthew Draper
2015-03-06
1
-5
/
+0
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Don’t require already required modules
claudiofullscreen
2014-09-26
1
-2
/
+0
*
Default to sorting user's test cases for now
Godfrey Chan
2014-09-08
1
-1
/
+1
*
Leave all our tests as order_dependent! for now
Matthew Draper
2014-09-02
1
-0
/
+5
*
AM, AP, AV, and AMo tests are already order_independent!
Akira Matsuda
2014-08-13
1
-5
/
+0
*
Nobody sucks so nobody should call this awful method name
Rafael Mendonça França
2014-08-12
1
-1
/
+1
*
users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!
Akira Matsuda
2014-08-12
1
-0
/
+5
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+2
*
Remove unnecessary include for integration tests.
Guo Xiang Tan
2014-05-11
1
-1
/
+0
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-0
/
+8
*
Disable available locales checks to avoid warnings running the tests
Carlos Antonio da Silva
2013-12-17
1
-0
/
+3
*
Retain ActionPack dependency on ActionView
Łukasz Strzałkowski
2013-12-05
1
-2
/
+0
[next]