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
*
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
*
Each controller class has it's own view context subclass. This removes the ne...
Carlhuda
2010-03-18
1
-32
/
+0
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
1
-2
/
+0
*
Use Array.wrap not Array()
Jeremy Kemper
2010-03-17
1
-1
/
+2
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-2
/
+7
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-0
/
+1
*
Do not always include the named URL helpers into AC::Base and AV::Base.
Carl Lerche
2010-03-16
1
-0
/
+4
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-0
/
+3
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
1
-9
/
+0
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-1
/
+1
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-1
/
+1
*
Clean LookupContext API.
José Valim
2010-03-08
1
-1
/
+1
*
Merge master.
José Valim
2010-03-08
1
-0
/
+2
|
\
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-0
/
+2
*
|
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-28
/
+18
*
|
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-19
/
+8
*
|
More refactoring on the views side of rendering.
José Valim
2010-03-08
1
-1
/
+1
*
|
Move layout lookup to views.
José Valim
2010-03-08
1
-5
/
+1
*
|
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-53
/
+25
|
/
*
Tweak how ActionPack handles InheritableOptions
Carl Lerche
2010-03-03
1
-1
/
+1
*
Start refactoring the method of configuring ActionView
Carlhuda
2010-03-03
1
-10
/
+2
*
Delegate formats to the controller
Carlhuda
2010-03-01
1
-2
/
+23
*
Renamed LocalizedCache to DetailsCache.
José Valim
2010-02-24
1
-1
/
+1
*
Include missing modules.
José Valim
2010-02-22
1
-2
/
+2
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-1
/
+2
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
Improve missing template error messages a little bit.
José Valim
2010-01-31
1
-6
/
+11
*
Fix t('.helper').
José Valim
2010-01-26
1
-2
/
+4
*
Make @controller an internal ivar in the view
Joshua Peek
2010-01-22
1
-8
/
+6
*
Silence warnings
Mikel Lindsaar
2010-01-02
1
-0
/
+1
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
Extracted localized_cache.rb from ActionController, added it to AbstractContr...
José Valim
2009-11-01
1
-2
/
+2
*
Change config implementation in AV slightly
Yehuda Katz
2009-10-15
1
-1
/
+10
[next]