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
/
actionpack
/
lib
/
action_view
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve examples: use each instead of for...in
Gabe Berke-Williams
2011-08-31
1
-1
/
+1
*
deprecating process_view_paths
Aaron Patterson
2011-08-09
1
-0
/
+2
*
config should always be an AS::InheritableOptions object. Closes #1992
Santiago Pastorino
2011-07-08
1
-1
/
+1
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-5
/
+5
*
More AV::Base cleanup.
José Valim
2011-05-04
1
-28
/
+29
*
no @controller dependency in Renderers.
Nick Sutterer
2011-05-04
1
-2
/
+3
*
Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).
José Valim
2011-05-01
1
-6
/
+3
*
Streaming docs.
José Valim
2011-05-01
1
-1
/
+0
*
Remove view dependency from AV::Renderer.
José Valim
2011-05-01
1
-8
/
+15
*
More cleanup and moving responsibilities around.
José Valim
2011-05-01
1
-10
/
+9
*
Remove more dependencies from the view.
José Valim
2011-05-01
1
-5
/
+1
*
Remove dependency from _template.
José Valim
2011-05-01
1
-1
/
+2
*
Start abstracting the renderer.
José Valim
2011-05-01
1
-1
/
+4
*
Output a redirect to the 500 page if something happens when streaming.
José Valim
2011-04-19
1
-0
/
+6
*
The magic medicine worked.
José Valim
2011-04-16
1
-1
/
+1
*
Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...
José Valim
2011-04-16
1
-46
/
+1
*
Initial work on fibered layout.
José Valim
2011-04-16
1
-6
/
+47
*
removes RJS documentation from AV::Base
Xavier Noria
2011-04-13
1
-25
/
+1
*
removes debug_rjs from ActionView::Base
Xavier Noria
2011-04-13
1
-5
/
+0
*
s/ERb/ERB/g
Akira Matsuda
2011-04-03
1
-5
/
+5
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-12-29
1
-1
/
+1
|
\
|
*
for ... in => each ... do
Akira Matsuda
2010-12-25
1
-1
/
+1
*
|
all tests pass
artemave
2010-12-26
1
-2
/
+2
|
/
*
Bring back config.action_view.cache_template_loading [#5847 state:resolved]
Piotr Sarnacki
2010-12-16
1
-0
/
+8
*
make it clear that recompilation happens only in
Neeraj Singh
2010-11-27
1
-2
/
+2
*
render :once should consider the current controller prefix.
José Valim
2010-10-14
1
-0
/
+4
*
Clean up unused methods from AV::Base and pass in the template object on rend...
José Valim
2010-10-10
1
-16
/
+13
*
Clean up the house before moving in the new furniture.
José Valim
2010-10-10
1
-3
/
+6
*
Compile ActionController::Base.config's methods to avoid method_missing overh...
thedarkone
2010-09-27
1
-2
/
+1
*
Tiny fixes to rdoc
Alexey Mahotkin
2010-09-16
1
-1
/
+1
*
Removing RJS hack
Thiago Pradi
2010-09-02
1
-5
/
+0
*
Remove NonConcattingString.
José Valim
2010-08-29
1
-3
/
+0
*
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
1
-1
/
+1
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-0
/
+1
*
In ActionView::TestCase::Behavior, assign variables right before
David Chelimsky
2010-06-23
1
-1
/
+5
*
Adds title and description where needed.
Rizwan Reza
2010-06-16
1
-4
/
+6
*
removes spurious .rb in require
Xavier Noria
2010-06-12
1
-1
/
+1
*
adds missing require for having ActiveSupport::InheritableOptions defined
Xavier Noria
2010-06-11
1
-0
/
+1
*
Remove punctuate_body! No code in lib was using it and it had no documentation.
José Valim
2010-06-10
1
-6
/
+0
*
class_attribute is not a direct replacement of class_inheritable_*.
José Valim
2010-06-10
1
-10
/
+7
*
Make AP test suite green once again and speed up performance in layouts looku...
José Valim
2010-06-07
1
-1
/
+1
*
Optimize LookupContext
wycats
2010-06-04
1
-0
/
+1
*
Base options cant live in lazy loaded helpers as they then wont be available ...
David Heinemeier Hansson
2010-05-31
1
-0
/
+4
*
Avoid instance variable @output_buffer not initialized
Santiago Pastorino
2010-05-19
1
-1
/
+2
*
Only run load hooks once a file has been fully loaded.
Nathan Weizenbaum
2010-04-27
1
-2
/
+2
*
revises some <%= in rdoc
Xavier Noria
2010-04-05
1
-1
/
+2
*
Refactored url_for in AV to have its own instances of the helpers instead of ...
wycats
2010-04-03
1
-1
/
+6
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+2
*
Eliminate an error from an implicit dependency on AV::Base
wycats
2010-03-19
1
-21
/
+0
[next]