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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] actionview typo fixes.
alkesh26
2019-02-21
1
-1
/
+1
*
Deprecate ActionView::PathSet as argument to ActionView::Base.new
Cliff Pruitt
2019-02-20
1
-0
/
+2
*
rename push / pop function
Aaron Patterson
2019-02-19
1
-1
/
+1
*
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
1
-3
/
+5
|
\
|
*
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-3
/
+5
*
|
Show deprecated message instead of raise exception in `compiled_method_contai...
yuuji.yaginuma
2019-02-16
1
-5
/
+9
|
/
*
Address to useless assignment `formats = nil` after #35254
Ryuta Kamizono
2019-02-14
1
-3
/
+1
*
Clean for fix done in #35229. Removed unused arguments
Abhay Nikam
2019-02-13
1
-2
/
+2
*
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-14
/
+40
*
Fix some typos!
Aaron Patterson
2019-02-06
1
-1
/
+1
*
Add a message to help allocate AV::Base instances
Aaron Patterson
2019-02-06
1
-1
/
+5
*
Pull generated methods up in to the anonymous subclass
Aaron Patterson
2019-02-06
1
-5
/
+6
*
Regenerate AV::Base subclass when DetailsKey gets cleared
Aaron Patterson
2019-02-06
1
-1
/
+6
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
1
-7
/
+9
*
add tests to make sure deprecated API is still supported
Aaron Patterson
2019-01-31
1
-2
/
+4
*
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
1
-9
/
+42
*
Ask the view for its method container
Aaron Patterson
2019-01-18
1
-0
/
+4
*
Directly include "CompiledTemplates" module
Aaron Patterson
2019-01-18
1
-0
/
+6
*
Pull up virtual path assignment
Aaron Patterson
2019-01-16
1
-2
/
+2
*
Pull buffer assignment up
Aaron Patterson
2019-01-16
1
-0
/
+1
*
Always evaluate views against an ActionView::Base
Aaron Patterson
2019-01-16
1
-0
/
+7
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
1
-5
/
+5
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-5
/
+5
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
1
-0
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-10
/
+5
*
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-9
/
+9
*
[ci skip] Update formatting in ActionView::Base documentation
Alex Kitchens
2016-06-29
1
-6
/
+6
*
Fix usage of word alternatively in docs [ci skip]
Abhishek Jain
2015-10-06
1
-1
/
+1
*
Make disable_with default in submit_tag
Justin Schiff
2015-08-11
1
-0
/
+4
*
Add documentation for local_assigns [ci skip]
Nithin Bekal
2015-02-17
1
-0
/
+8
*
Fix link in documentation. [ci skip]
Igor Zubkov
2014-11-30
1
-2
/
+2
*
Explain ERB space removal. [ci skip]
Ciro Santilli
2014-09-11
1
-1
/
+3
*
Shorten ActionView::Base doc summary line. [ci skip]
Ciro Santilli
2014-09-02
1
-3
/
+4
*
Clarify Rails uses erubis not stdlin ERB. [ci skip]
Ciro Santilli
2014-09-02
1
-1
/
+2
*
defined? should actually work in current implementation
Akira Matsuda
2014-08-07
1
-9
/
+0
*
Builder source code is still available on github [ci skip]
Zachary Scott
2014-06-13
1
-0
/
+3
*
remove rubyforge.org that was shut down [ci skip]
Gaurav Sharma
2014-06-06
1
-2
/
+0
*
Rails config for raise on missing translations
Kassio Borges
2014-01-27
1
-0
/
+4
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
Add missing requires inside AV
Łukasz Strzałkowski
2013-08-25
1
-0
/
+4
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
1
-0
/
+201