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
/
controller
/
layout_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless || operation
Carlos Antonio da Silva
2013-01-17
1
-1
/
+1
*
Remove warning renaming the test classes to use the test convention
Rafael Mendonça França
2012-07-29
1
-1
/
+1
*
force response body to be read in assert_template
Sergey Nartimov
2012-03-05
1
-0
/
+13
*
Fix bug in assert_template when using only `:layout` option
Prem Sichanugrist
2011-12-06
1
-1
/
+1
*
Deprecate passing the template handler in the template name.
José Valim
2011-09-22
1
-2
/
+2
*
Deprecate old template handler API. Remove old handlers.
José Valim
2010-10-10
1
-9
/
+9
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
move FixtureResolver to a file that is accessible outside Rails' own tests
David Chelimsky
2010-05-02
1
-2
/
+0
*
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Anil Wadghule
2010-04-26
1
-1
/
+2
*
Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]
Anil Wadghule
2010-04-13
1
-1
/
+1
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-8
/
+8
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
Fixing pending tests and fixed some formats / partial rendering semantics
Yehuda Katz + Carl Lerche
2009-06-17
1
-19
/
+3
*
More _write_layout_method removal
Yehuda Katz + Carl Lerche
2009-06-15
1
-9
/
+0
*
Move fake controllers and models to a common load path
Jeremy Kemper
2009-05-22
1
-1
/
+1
*
Get controller/layout_test.rb running on new base except for ActionController...
Yehuda Katz + Carl Lerche
2009-05-22
1
-7
/
+10
*
Implemented layout conditions in new base
Yehuda Katz + Carl Lerche
2009-05-21
1
-9
/
+17
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
1
-2
/
+1
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-12
/
+12
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-11
/
+13
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-0
/
+25
|
\
|
*
Fix layouts with absolute paths [#2134 state:resolved]
thedarkone
2009-03-05
1
-1
/
+11
|
*
make action_controller/layouts pick templates from the current instance's vie...
Sven Fuchs
2009-02-20
1
-0
/
+14
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+1
*
|
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-3
/
+35
|
/
*
Use instance_eval instead of adding an accessor to the class
Jeremy Kemper
2009-01-07
1
-2
/
+1
*
Fix ActionPack build on Windows: we really should not test anything regarding...
Yaroslav Markin
2008-12-27
1
-10
/
+12
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-7
/
+7
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-7
/
+7
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-7
/
+7
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-28
/
+5
*
Moved layout exemption logic into the view
Joshua Peek
2008-08-31
1
-49
/
+0
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
1
-10
/
+9
*
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...
Joshua Peek
2008-07-18
1
-10
/
+2
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-0
/
+1
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-2
/
+2
*
Revert "Moved TemplateHandlers to Base"
Joshua Peek
2008-07-03
1
-1
/
+1
*
Moved TemplateHandlers to Base
Joshua Peek
2008-07-03
1
-1
/
+1
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-1
/
+1
*
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
Jeremy Kemper
2008-03-28
1
-0
/
+19
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-2
/
+2
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-1
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-8
/
+8
*
Fixed that render template did not honor exempt_from_layout (closes #9698) [p...
David Heinemeier Hansson
2007-09-30
1
-0
/
+18
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
1
-0
/
+19
*
Add some performance enhancements to ActionView.
Rick Olson
2007-05-15
1
-0
/
+1
*
Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles]
Rick Olson
2007-04-12
1
-0
/
+10
[next]