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
...
*
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
*
Support implicit and explicit content types
Yehuda Katz + Carl Lerche
2009-05-01
1
-2
/
+1
*
Fixes ActionMailer to work with the ActionView refactoring
Yehuda Katz + Carl Lerche
2009-04-27
1
-151
/
+1
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
4
-173
/
+237
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
3
-55
/
+102
*
Opt in to Dependencies
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Make more Template methods public to make ActionMailer tests pass
Carl Lerche & Yehuda Katz
2009-04-16
1
-8
/
+8
*
Makes rails-dev-boost work again
Carl Lerche & Yehuda Katz
2009-04-14
3
-101
/
+108
*
Move all Templates methods not used by other class into private to
Carl Lerche & Yehuda Katz
2009-04-14
1
-87
/
+88
*
Resurrecting 1.9 compatibility.
Carl Lerche & Yehuda Katz
2009-04-13
1
-1
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
2
-24
/
+33
*
Working on being able to render :text with layouts
Carl Lerche
2009-03-23
3
-1
/
+17
*
AbstractController now supports layouts and rendering
Yehuda Katz
2009-02-27
1
-1
/
+1
*
First, very early, AbstractController code. More to come
Yehuda Katz
2009-02-24
1
-0
/
+2
*
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-14
/
+42
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
10
-0
/
+585
[prev]