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
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reorganize autoloads:
Carlhuda
2009-12-02
9
-317
/
+197
*
Improve AbstractController layouts coverage.
José Valim
2009-11-01
1
-2
/
+2
*
Reduce TextTemplate cost for simple cases
Yehuda Katz
2009-10-28
1
-1
/
+3
*
Make encodings work with Erubis and 1.9 again
Yehuda Katz
2009-10-16
1
-3
/
+5
*
Fix a bug where templates with locales were not being sorted correctly
Yehuda Katz
2009-10-16
1
-1
/
+1
*
Renamed Orchestra to Notifications once again [#3321 state:resolved]
José Valim
2009-10-15
1
-1
/
+1
*
Update Orchestra instrumentations and move part of logging to Orchestra.
José Valim
2009-10-15
1
-1
/
+1
*
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
José Valim
2009-10-15
1
-1
/
+1
*
Make the erubis implementation easier for plugins to change.
Michael Koziarski
2009-10-15
1
-1
/
+4
*
Rename Orchestra to Notifications [#3321 state:resolved]
Joshua Peek
2009-10-14
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-3
/
+25
*
Restore split between require-time and runtime load path mungery. Simplifies ...
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Clean up log output for rendered templates
Joshua Peek
2009-09-24
3
-65
/
+85
*
Instrument process_action, render and sql.
José Valim
2009-09-20
1
-2
/
+4
*
Remove unused code in ActionView.
José Valim
2009-09-15
3
-130
/
+0
*
Rollback AS bundler work and improve activation of vendored dependencies
Joshua Peek
2009-09-13
1
-1
/
+1
*
Replace :formats => ["*/*"] with the default formats set
Yehuda Katz + Carl Lerche
2009-09-03
1
-0
/
+2
*
Refactor ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-09-03
1
-77
/
+95
*
Fix the */* with Net::HTTP bug [#3100 state:resolved]
Yehuda Katz + Carl Lerche
2009-09-01
1
-22
/
+9
*
Add a default parameter for Resolver#initialize
Carl Lerche
2009-08-26
1
-1
/
+1
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-1
/
+1
*
Caches and cache clearing seems to actually work, but the actual architecture...
Yehuda Katz
2009-08-15
1
-1
/
+16
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
2
-5
/
+0
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
2
-3
/
+11
*
Add some more caching to the lookup
Yehuda Katz
2009-08-11
1
-12
/
+18
*
This change causes some failing tests, but it should be possible to make them...
Yehuda Katz
2009-08-11
1
-2
/
+4
*
Rendering a template from ActionView will default to looking for partials onl...
Yehuda Katz
2009-08-09
1
-1
/
+3
*
Cache some more things to improve partial perf
Yehuda Katz
2009-08-09
1
-2
/
+6
*
Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.
Yehuda Katz
2009-08-09
1
-2
/
+2
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
1
-1
/
+1
*
Separate ActionView::Context so something else can easily be made into an AV ...
Yehuda Katz
2009-07-19
2
-5
/
+5
*
Fix pattern to match various magic comment formats
Akira Matsuda
2009-07-01
1
-1
/
+1
*
Try speeding up rails booting
Yehuda Katz + Carl Lerche
2009-06-25
2
-3
/
+3
*
Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...
Yehuda Katz + Carl Lerche
2009-06-17
1
-2
/
+1
*
Rename path.rb to resolver.rb
Yehuda Katz + Carl Lerche
2009-06-17
2
-1
/
+1
*
Rename ActionView::Template::Path ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-06-17
1
-125
/
+124
*
Fixing pending tests and fixed some formats / partial rendering semantics
Yehuda Katz + Carl Lerche
2009-06-17
4
-5
/
+3
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-0
/
+2
*
Ensure ERB source begins with the encoding comment
Jeremy Kemper
2009-06-01
2
-2
/
+8
*
Ruby 1.9: ERB template encoding using a magic comment at the top of the file
Jeremy Kemper
2009-05-28
2
-8
/
+14
*
Get controller/render_other_test.rb to pass on new base and fixed a bug in ne...
Yehuda Katz + Carl Lerche
2009-05-22
1
-1
/
+2
*
Get controller/layout_test.rb running on new base except for ActionController...
Yehuda Katz + Carl Lerche
2009-05-22
2
-1
/
+5
*
Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...
Jeremy Kemper
2009-05-21
1
-1
/
+1
*
Added the :rjs render option
Yehuda Katz + Carl Lerche
2009-05-21
1
-0
/
+1
*
Remove some response content type concepts from ActionView
Yehuda Katz + Carl Lerche
2009-05-21
5
-7
/
+23
*
Added responds_to to new base.
Yehuda Katz + Carl Lerche
2009-05-20
1
-1
/
+6
*
Fix ActionMailer Symbol#to_proc instance
Yehuda Katz
2009-05-16
1
-1
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Ported ConditionalGet to new Base
Yehuda Katz + Carl Lerche
2009-05-11
1
-0
/
+2
*
More community code review :)
Yehuda Katz
2009-05-11
1
-0
/
+2
[prev]
[next]