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
/
test
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ruby 1.9: ERB template encoding using a magic comment at the top of the file
Jeremy Kemper
2009-05-28
1
-1
/
+4
*
Slightly modify things to get content type matching working without breaking ...
Yehuda Katz
2009-05-23
1
-0
/
+0
*
Implemented layout conditions in new base
Yehuda Katz + Carl Lerche
2009-05-21
1
-1
/
+1
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
2
-0
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
11
-0
/
+12
|
\
|
*
Additional template render test for backup files [#2367 state:resolved]
Cezary Baginski
2009-04-02
2
-0
/
+2
|
*
Fixed simplified render with nested models [#2042 state:resolved]
Joshua Peek
2009-03-07
1
-0
/
+1
|
*
fix HTML fallback for explicit templates [#2052 state:resolved]
Matt Jones
2009-03-07
1
-0
/
+1
|
*
missed template fixtures with ~
Joshua Peek
2009-02-24
3
-0
/
+3
|
*
correctly handle layouts for AJAX requests and regular js files [#2052 state:...
Matt Jones
2009-02-24
1
-0
/
+2
|
*
make action_controller/layouts pick templates from the current instance's vie...
Sven Fuchs
2009-02-20
1
-0
/
+0
|
*
~ backup files don't clobber original templates [#1818 state:resolved]
Joshua Peek
2009-02-07
1
-0
/
+1
|
*
Render implicit html template when xhr request now supports localization [#18...
José Valim
2009-02-07
1
-0
/
+1
|
*
Added support to dashed locales in templates localization [#1888 state:resolved]
José Valim
2009-02-06
1
-0
/
+1
|
*
Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t...
Eugene Pimenov
2009-02-06
1
-0
/
+2
|
*
implicitly rendering a js response should not use the default layout [#1844 s...
Adam McCrea
2009-02-05
1
-0
/
+1
|
*
Added localized rescue (404.da.html) [#1835 state:committed]
José Valim
2009-02-02
1
-0
/
+1
*
|
Started implementing render :action
Yehuda Katz
2009-03-19
1
-0
/
+1
*
|
Implemented basic template rendering in AC::Base2:
Yehuda Katz
2009-03-18
1
-0
/
+1
*
|
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-0
/
+1
*
|
Restore implicit rendering for XHR requests that want a HTML template [#1590 ...
Joshua Peek
2009-01-27
1
-0
/
+1
*
|
Add localized templates
Joshua Peek
2009-01-25
1
-0
/
+1
*
|
Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6
Pratik Naik
2009-01-24
1
-8
/
+0
*
|
Make sure inner scope conditions get a preference over the outer ones
Pratik Naik
2009-01-24
1
-1
/
+9
|
/
*
Allow empty files to be uploaded
Joshua Peek
2009-01-20
2
-1
/
+11
*
Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved]
Mislav Marohnić
2009-01-20
1
-0
/
+9
*
Add failing test for file uploads with unrewindable input
Joshua Peek
2009-01-02
1
-0
/
+1
*
Fix rendering html partials from an rjs template
Sam Stephenson
2008-12-04
4
-0
/
+4
*
Validate template extensions [#1187 state:resolved]
Joshua Peek
2008-12-03
1
-0
/
+1
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
1
-0
/
+3
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
Fix rendering html partial via inline render when with :js format [#1399 stat...
Luke Melia
2008-11-18
1
-0
/
+1
*
Dup local assigns for partial collections so nil values doesn't get overwritt...
Joshua Peek
2008-10-30
1
-1
/
+1
*
Ensure @content_for_* is checked before yielding to block in render :layout [...
Ryan Bates
2008-10-28
2
-0
/
+5
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
1
-0
/
+1
*
Fixed missing template paths on exception [#1082 state:resolved]
Claudio Poli
2008-09-20
1
-0
/
+1
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
2
-0
/
+4
*
Fix rendering partials at the top level [#795 state:resolved]
Joshua Peek
2008-08-13
2
-0
/
+2
*
Added tests for partial collection counters [#766 state:resolved]
Cameron Yule
2008-08-09
1
-0
/
+1
*
Set the response content type to that of found template if not explicitly set...
Tom Ward
2008-07-18
1
-0
/
+2
*
Improved test coverage for fragment cache helper
Joshua Peek
2008-07-15
3
-0
/
+14
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-0
/
+2
*
Improve test coverage and create fixtures for RenderPartialWithRecordIdentifi...
Joshua Peek
2008-07-12
5
-0
/
+5
*
Rendering default template for missing actions works with non-word characters...
Jeremy Kemper
2008-07-09
1
-0
/
+1
*
Add :recursive option to javascript_include_tag and stylesheet_link_tag to be...
Damian Janowski
2008-07-08
2
-0
/
+2
*
Make sure render :collection doesnt set nil local when :as is absent
Pratik Naik
2008-07-02
1
-0
/
+1
*
Add :as option to render a collection of partials with a custom local variabl...
Pratik Naik
2008-07-02
1
-0
/
+1
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-1
/
+1
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-1
/
+1
[prev]
[next]