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
/
lookup_context.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring back rendering templates that start with / in nested structures
Carlos Antonio da Silva
2012-01-17
1
-0
/
+1
*
Change more Array.wrap to Kernel#Array
Rafael Mendonça França
2012-01-05
1
-2
/
+1
*
Use Kernel#Array instead of Array.wrap in view_paths
Rafael Mendonça França
2012-01-05
1
-1
/
+1
*
Remove deprecation warnings from Action Pack.
José Valim
2011-12-20
1
-11
/
+1
*
Clean up details keys before some tests to expire the cache.
José Valim
2011-12-14
1
-0
/
+4
*
dup the details hash if a key has already been set for this object
Aaron Patterson
2011-12-13
1
-0
/
+1
*
locale and default_locale may be the same, so uniq the array
Aaron Patterson
2011-12-13
1
-1
/
+1
*
stop freezing the details hash
Aaron Patterson
2011-12-13
1
-2
/
+1
*
stop freezing hash value
Aaron Patterson
2011-12-13
1
-1
/
+1
*
Optimize layout lookup to avoid double calls.
José Valim
2011-12-08
1
-1
/
+0
*
Some small optimizations and improvements to benchmark code.
José Valim
2011-12-08
1
-9
/
+9
*
Deprecate passing the template handler in the template name.
José Valim
2011-09-22
1
-1
/
+6
*
Make handlers a registered detail.
José Valim
2011-09-22
1
-6
/
+3
*
Get rid of update_details in favor of passing details to find_template.
José Valim
2011-09-22
1
-29
/
+4
*
it is now possible to pass details options (:formats, :details, :locales, ......
Nick Sutterer
2011-09-22
1
-8
/
+16
*
No need to recalculate the @details_key after update_details.
José Valim
2011-09-22
1
-3
/
+2
*
Slightly reorganize lookup context modules in order to better isolate cache r...
José Valim
2011-09-21
1
-100
/
+111
*
deprecating process_view_paths
Aaron Patterson
2011-08-09
1
-1
/
+1
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
1
-1
/
+1
*
Always expand */*
José Valim
2011-05-07
1
-7
/
+4
*
Fixes ticket #6379. Improved the handling of Accept headers containing */*.
mathieuravaux
2011-05-07
1
-4
/
+7
*
Also allow prefixes as third argument to lookup context.
José Valim
2011-05-04
1
-2
/
+2
*
initialize prefixes in LookupContext.
Nick Sutterer
2011-05-04
1
-0
/
+1
*
added :prefixes accessor to LookupContext.
Nick Sutterer
2011-05-03
1
-0
/
+2
*
Use Mime::Type references.
José Valim
2011-02-08
1
-2
/
+2
*
Solve SystemStackError when changing locale inside ActionMailer [#5329 state:...
José Valim
2011-01-19
1
-2
/
+2
*
Final tidy up on templates inheritance.
José Valim
2010-12-27
1
-6
/
+7
*
all tests pass
artemave
2010-12-26
1
-1
/
+1
*
#948 template_inheritance
artemave
2010-12-26
1
-12
/
+19
*
Ensure resolvers backward compatibility.
José Valim
2010-12-09
1
-1
/
+1
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-1
/
+1
*
Do not allow templates coming from Fallback resolvers to store a virtual path.
José Valim
2010-10-10
1
-1
/
+1
*
Allow cache to be temporarily disabled through lookup_context.
José Valim
2010-10-07
1
-1
/
+12
*
Remove locals dependency from template.
José Valim
2010-10-07
1
-8
/
+8
*
Added title to some other files in actionpack/lib/action_view
Rizwan Reza
2010-06-16
1
-0
/
+2
*
Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...
José Valim
2010-06-07
1
-1
/
+1
*
Make AP test suite green once again and speed up performance in layouts looku...
José Valim
2010-06-07
1
-18
/
+33
*
Optimize LookupContext
wycats
2010-06-04
1
-10
/
+25
*
Fix ActionMailer test broken in 99d54599215c2a8cea7e57f609e8e578043d71b2
José Valim
2010-04-12
1
-3
/
+10
*
Fixed that default locale templates should be used if the current locale temp...
Carl Lerche
2010-04-08
1
-2
/
+2
*
Ensure details are frozen after @details_keys lookup. The implementation wait...
José Valim
2010-03-27
1
-4
/
+17
*
Remove reference to unexistent methods and fix typo.
José Valim
2010-03-26
1
-1
/
+1
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-38
/
+34
*
Move more normalization up to the lookup context, so it does not have to repe...
José Valim
2010-03-16
1
-6
/
+30
*
Optimize DetailsKey generation.
José Valim
2010-03-14
1
-4
/
+5
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-0
/
+2
*
Make all AP tests pass for Ruby 1.9.1.
José Valim
2010-03-12
1
-8
/
+11
*
Add tests for lookup context.
José Valim
2010-03-11
1
-33
/
+33
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-28
/
+29
*
Clean LookupContext API.
José Valim
2010-03-08
1
-5
/
+5
[next]