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
/
new_base
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use Mime::Type references.
José Valim
2011-02-08
1
-0
/
+9
*
cleaning up some warnings on 1.9.3
Aaron Patterson
2011-02-07
1
-1
/
+1
*
Speed up template inheritance and remove template inheritance option
wycats
2010-12-26
1
-12
/
+0
*
all tests pass
artemave
2010-12-26
1
-4
/
+4
*
#948 make template inheritance optional
artemave
2010-12-26
1
-0
/
+11
*
#948 template_inheritance
artemave
2010-12-26
2
-2
/
+66
*
realigns a series of hash arrows
Xavier Noria
2010-11-21
1
-10
/
+10
*
Added support for Erubis <%== tag
Jan Maurits Faber
2010-11-08
1
-0
/
+10
*
Fix problems trying to functional test AC::Metal controllers
Santiago Pastorino
2010-11-06
1
-0
/
+7
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-10
/
+1
*
render :once should consider the current controller prefix.
José Valim
2010-10-14
1
-7
/
+30
*
Use identifiers for template equality.
José Valim
2010-10-10
1
-9
/
+8
*
Add support to render :once.
José Valim
2010-10-10
1
-0
/
+73
*
Fix a few bugs when trying to use Head standalone
wycats
2010-10-10
1
-0
/
+15
*
Allow cache to be temporarily disabled through lookup_context.
José Valim
2010-10-07
1
-1
/
+12
*
render :template => 'foo/bar.json' now works as it should.
José Valim
2010-10-07
2
-3
/
+29
*
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
José Valim
2010-10-03
1
-46
/
+0
*
added block arguments to ActionController::Metal#use
Collin Miller
2010-09-12
1
-0
/
+22
*
Fixed routes to use new API in a few more actionpack tests
Piotr Sarnacki
2010-09-05
4
-17
/
+47
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-0
/
+3
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
7
-25
/
+25
*
Fix controller_name for non default controller paths [#4901 state:resolved]
knapo
2010-06-23
1
-0
/
+38
*
Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...
José Valim
2010-06-07
1
-0
/
+3
*
Add :only and :except to controllers MiddlewareStack. This allows
José Valim
2010-05-30
1
-11
/
+22
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-2
/
+2
*
Added test get to js should have a header with content-type text/javascript
Santiago Pastorino
2010-04-16
1
-1
/
+8
*
Tidy up a bit this test file
Santiago Pastorino
2010-04-16
1
-7
/
+2
*
Revert "Add test case which check content type when rendering rjs" partial in...
Santiago Pastorino
2010-04-16
1
-9
/
+1
*
Add test case which check content type when rendering rjs partial in html tem...
Stanko Alexander
2010-04-13
1
-1
/
+9
*
Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...
wycats
2010-03-19
2
-3
/
+5
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-2
/
+13
*
remove duplicated self.view_paths assingment on controller tests [#4206 state...
Santiago Pastorino
2010-03-18
1
-2
/
+2
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-0
/
+27
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-0
/
+7
*
Add tests for lookup context.
José Valim
2010-03-11
1
-1
/
+1
*
Add support for compile-time <%= raw %>
Yehuda Katz
2010-01-31
1
-22
/
+34
*
deOMGifying Railties, Active Support, and Action Pack
Mikel Lindsaar
2010-01-31
3
-26
/
+26
*
Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...
Yehuda Katz
2010-01-19
1
-1
/
+1
*
Fix failing test.
José Valim
2010-01-19
1
-2
/
+2
*
Clear out AS callback method pollution in AC::Base.action_methods
Joshua Peek
2010-01-17
1
-1
/
+27
*
test-unit 2 compat: assert_raise doesn't support regexp second arg to match e...
Jeremy Kemper
2009-11-10
1
-1
/
+1
*
Update MetalTest for constant scoping change in 1.9
Yehuda Katz
2009-10-15
1
-2
/
+2
*
Fix test to correctly handle 1.9 Array#to_s behavior
Yehuda Katz
2009-10-15
1
-1
/
+1
*
Redraw default routes on all internal integration tests. We don't need Simple...
Joshua Peek
2009-10-03
13
-26
/
+26
*
Changing directories during the test breaks file loading when ran by itself
Joshua Peek
2009-10-03
1
-32
/
+21
*
File extra test folders into controller, dispatch, or template
Joshua Peek
2009-10-03
16
-0
/
+1402
[prev]