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
...
*
Fixed that default locale templates should be used if the current locale temp...
Carl Lerche
2010-04-08
2
-0
/
+2
*
scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...
Santiago Pastorino
2010-03-16
1
-0
/
+1
*
translation method of TranslationHelper module returns always SafeBuffer [#41...
Santiago Pastorino
2010-03-16
1
-0
/
+1
*
Break a window :/
Jeremy Kemper
2010-03-15
4
-6
/
+6
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
4
-4
/
+7
*
Solved a problem that prevented render :file => work in layouts
Jose Fernandez
2010-03-05
1
-0
/
+2
*
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...
Yehuda Katz
2010-02-23
1
-0
/
+1
*
Fix t('.helper').
José Valim
2010-01-26
1
-0
/
+1
*
Fix failing tests after merge.
José Valim
2010-01-24
2
-4
/
+8
*
Missing rename from named_scope to scope [#3735 status:resolved]
Damien Mathieu
2010-01-18
1
-1
/
+1
*
Raise an error if respond_with is invoked and no format is declared.
José Valim
2010-01-10
4
-3
/
+0
*
When rendering layouts with blocks, use #capture to avoid assuming that the r...
Nathan Weizenbaum
2009-11-05
1
-1
/
+1
*
Ported the new ActionView::TestCase from 2-3-stable to master [#3260
Erik Ostrom
2009-09-28
1
-0
/
+1
*
Move Rails::Static into ActionDispatch
Joshua Peek
2009-09-26
3
-0
/
+3
*
Avoid conflicts with another ContentTypeController used in testing
Joshua Peek
2009-09-19
4
-0
/
+0
*
Missing fixture template -- fixes AP tests
Yehuda Katz
2009-08-15
1
-0
/
+1
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-1
/
+0
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
3
-3
/
+2
*
Tentatively accept the ":as or :object, but not both" solution
Yehuda Katz
2009-08-11
1
-1
/
+1
*
Rendering a template from ActionView will default to looking for partials onl...
Yehuda Katz
2009-08-09
1
-0
/
+1
*
Add nagivational behavior to respond_with.
José Valim
2009-08-07
4
-1
/
+3
*
Added respond_with.
José Valim
2009-07-29
1
-0
/
+1
*
Added tests for respond_to class method.
José Valim
2009-07-29
4
-0
/
+4
*
Ignore everything under test/fixtures/public/absolute
Pratik Naik
2009-07-27
1
-1
/
+1
*
Handle missing javascript/stylesheets assets by raising an exception
Christos Zisopoulos
2009-06-26
4
-0
/
+4
*
ignore absolute tmp directory
Joshua Peek
2009-06-25
1
-0
/
+1
*
Drive the final stake through @content_for_*'s heart!
Yehuda Katz + Carl Lerche
2009-06-17
3
-4
/
+4
*
Finish making pending tests pass
Yehuda Katz + Carl Lerche
2009-06-17
1
-0
/
+1
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-1
/
+1
*
Ensure ERB source begins with the encoding comment
Jeremy Kemper
2009-06-01
2
-1
/
+5
*
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
|
\
\
|
|
/
|
/
|
[prev]
[next]