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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up template inheritance and remove template inheritance option
wycats
2010-12-26
1
-12
/
+0
*
A bunch of cleanup on the inherited template patch
wycats
2010-12-26
1
-1
/
+1
*
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
*
Ensure that while caching a page rails takes into
Neeraj Singh
2010-12-09
1
-0
/
+16
*
Merge remote branch 'joshk/redirect_routing'
José Valim
2010-12-03
1
-284
/
+297
|
\
|
*
The redirect routing method now allows for a hash of options which only chang...
Josh Kalderimis
2010-11-30
1
-284
/
+297
*
|
Fix tests on 1.9.2.
José Valim
2010-11-28
1
-7
/
+9
|
/
*
If a user wants json output then try best to render json output. In such case...
Neeraj Singh
2010-11-24
1
-0
/
+18
*
clean up test by using unregister method
Neeraj Singh
2010-11-25
1
-12
/
+6
*
Remove the not needed setup and teardown
Neeraj Singh
2010-11-25
1
-3
/
+0
*
:subdomain, :domain and :tld_length options can now be used in url_for, allow...
Josh Kalderimis
2010-11-23
1
-1
/
+22
*
adding a test for the runner module [#6027 state:resolved]
Aaron Patterson
2010-11-22
1
-0
/
+22
*
move the mime registration code to setup so that
Neeraj Singh
2010-11-22
1
-2
/
+19
*
do not assume that there is no space between
Neeraj Singh
2010-11-22
1
-0
/
+4
*
failing test for #6022
Neeraj Singh
2010-11-22
1
-0
/
+34
*
current code ignores http header "Accept" if it
Neeraj Singh
2010-11-22
1
-0
/
+6
*
realigns a series of hash arrows
Xavier Noria
2010-11-21
1
-10
/
+10
*
Revert "Quick fix for not escaping []s (not ideal)"
Santiago Pastorino
2010-11-18
1
-3
/
+3
*
fix warning during test execution
Neeraj Singh
2010-11-17
1
-1
/
+1
*
Anchors should be allowed on constraints that are not on path segments
Carl Lerche
2010-11-16
1
-0
/
+8
*
make sure we are only doing sanity checking against regular expressions
Aaron Patterson
2010-11-15
1
-0
/
+8
*
Make after_filter halt when before_filter renders or redirects [#5648 state:r...
Marcelo Giorgi
2010-11-11
1
-2
/
+79
*
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
*
Correctly handle the case of an API response that returns a hash by treating ...
Chris Eppstein
2010-11-06
1
-0
/
+16
*
Reset assert_template instance variables between requests [#5832 state:resolved]
Andrew White
2010-10-18
1
-0
/
+8
*
in regexps, the dot in a character class is not a metacharacter
Xavier Noria
2010-10-15
1
-1
/
+1
*
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
*
Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...
Szymon Nowak
2010-10-12
1
-0
/
+19
*
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
*
Deprecate old template handler API. Remove old handlers.
José Valim
2010-10-10
2
-21
/
+21
*
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
*
fixing a few test warnings
Aaron Patterson
2010-10-04
1
-2
/
+2
*
moving fake model to the correct file
Aaron Patterson
2010-10-03
1
-13
/
+0
*
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
José Valim
2010-10-03
2
-164
/
+0
*
removing more duplicate code. :'(
Aaron Patterson
2010-10-01
1
-13
/
+1
*
fixing warnings with regexps on assert_match
Aaron Patterson
2010-10-01
1
-2
/
+2
*
removing more duplicate code
Aaron Patterson
2010-10-01
1
-16
/
+0
*
delete repeated code
Aaron Patterson
2010-10-01
1
-18
/
+0
*
use a method that actually exists
Aaron Patterson
2010-10-01
1
-1
/
+1
*
fixing space error
Aaron Patterson
2010-09-29
1
-1
/
+1
*
We can't assign @view_context_class here, define super() in test instead if w...
Emilio Tagua
2010-09-29
1
-0
/
+1
*
_ is not a valid scheme name character, \w includes it and also is redundant ...
Emilio Tagua
2010-09-29
1
-0
/
+7
*
Test correct method behaviour.
Emilio Tagua
2010-09-29
1
-1
/
+5
[next]