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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Remove unreachable code, and add additional testcases.
kennyj
2011-11-24
2
-0
/
+24
|
/
/
*
|
Merge pull request #3718 from lest/fix-javascript-include-tag
José Valim
2011-11-22
1
-0
/
+3
|
\
\
|
*
|
javascript_include_tag should add '.js' to sources that contain '.'
lest
2011-11-22
1
-0
/
+3
*
|
|
move show_detailed_exceptions? to Rescue module
lest
2011-11-22
1
-2
/
+2
*
|
|
refactor show exceptions tests
lest
2011-11-22
2
-42
/
+78
*
|
|
add ActionController::Metal#show_detailed_exceptions?
lest
2011-11-22
1
-19
/
+26
|
/
/
*
|
Merge pull request #3695 from tobiassvn/partial_path_error
Yehuda Katz
2011-11-19
1
-0
/
+7
|
\
\
|
*
|
Meaningful errors for unexpected partial arguments. Fixes #3573
Tobias Svensson
2011-11-19
1
-0
/
+7
*
|
|
Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685.
Jon Leighton
2011-11-19
1
-1
/
+11
|
/
/
*
|
Refactoring the redirect method for the router api.
Aaron Patterson
2011-11-18
1
-0
/
+5
*
|
remove the :path feature to redirects, since it cannot work
Aaron Patterson
2011-11-18
1
-33
/
+0
*
|
require that all blocks have arity of 2
Aaron Patterson
2011-11-18
1
-1
/
+1
*
|
_html translation should escape interpolated arguments
lest
2011-11-17
1
-0
/
+6
*
|
Fix impractical I18n lookup in nested fields_for
Alexander Uvarov
2011-11-17
1
-0
/
+46
*
|
add test for bug fixed in 4f2bf64
Andre Arko
2011-11-14
1
-0
/
+5
*
|
change tests to expect X-F-F over REMOTE_ADDR
Andre Arko
2011-11-13
1
-2
/
+2
*
|
Merge pull request #3592 from avakhov/av-highlight-regexp
José Valim
2011-11-10
1
-0
/
+4
|
\
\
|
*
|
Fix and simplify highlight regexp
Alexey Vakhov
2011-11-10
1
-0
/
+4
*
|
|
Merge pull request #3581 from amatsuda/metal_response_body_19
José Valim
2011-11-10
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
A test case to ensure that AC::Metal#response_body= always wraps the given va...
Akira Matsuda
2011-11-10
1
-0
/
+6
*
|
|
Fix trouble using :subdomain in development environment when using numeri...
Bradford Folkens
2011-11-08
1
-0
/
+11
|
/
/
*
|
Revert "Skip test_default_external_works on the CI for Ruby 1.9.3."
Jon Leighton
2011-11-06
1
-11
/
+0
*
|
Skip test_default_external_works on the CI for Ruby 1.9.3.
Jon Leighton
2011-11-05
1
-0
/
+11
*
|
add tests for the case where size is explicitly passed to number_field helper
Vijay Dev
2011-11-04
1
-0
/
+4
*
|
Remove 'size' attribute from number_field form helper fixes #3454
Waseem Ahmad
2011-11-04
1
-2
/
+2
*
|
Stub find_template so that when handle_render_error is called in ActionView::...
Jon Leighton
2011-11-03
1
-0
/
+3
*
|
Ensure that the format isn't applied twice to the cache key, else it becomes ...
Christopher Meiklejohn
2011-10-31
1
-0
/
+13
*
|
Merge pull request #3435 from MDaubs/action_pack_deprecations
Santiago Pastorino
2011-10-26
1
-4
/
+4
|
\
\
|
*
|
Fix deprecation warnings in action pack test suite due to passing template fo...
Matthew Daubert
2011-10-25
1
-4
/
+4
*
|
|
Responders now return 204 No Content for API requests without a response body...
José Valim
2011-10-26
1
-10
/
+10
*
|
|
properly handle lists of lists. Thanks @adrianpike for reporting!
Aaron Patterson
2011-10-25
1
-0
/
+9
|
/
/
*
|
ActionPack test fix for RBX
Arun Agrawal
2011-10-24
2
-2
/
+9
*
|
Warnings removed from RequestIdTest
Arun Agrawal
2011-10-22
1
-2
/
+2
*
|
Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...
Brian Durand
2011-10-21
1
-0
/
+181
*
|
Make tests run on 1.8.x, add integration setup.
José Valim
2011-10-19
1
-39
/
+45
*
|
Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ...
David Heinemeier Hansson
2011-10-19
1
-1
/
+1
*
|
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-0
/
+59
|
/
*
Symbol captures may generate multiple path segments, so don't escape / -> %2F...
Jeremy Kemper
2011-10-13
1
-7
/
+17
*
/ is allowed in URI fragments
Jeremy Kemper
2011-10-13
1
-2
/
+2
*
Failing tests for path parameter escaping
Jeremy Kemper
2011-10-13
1
-0
/
+27
*
Merge pull request #3314 from macmartine/master
Santiago Pastorino
2011-10-13
1
-0
/
+1
|
\
|
*
remove user-specified delimiter from start when no area code is present (in n...
Mac Martine
2011-10-12
1
-0
/
+1
*
|
Merge pull request #2219 from kommen/fix_fragment_caching_squashed
Santiago Pastorino
2011-10-13
2
-0
/
+50
|
/
*
Support symbol and string actions in AC#respond_to options
Alexey Vakhov
2011-10-11
1
-1
/
+1
*
allow shorthand routes with nested optional parameters
Diego Carrion
2011-10-10
1
-0
/
+11
*
JSON responder should return errors with :error root
Denis Odorcic
2011-10-10
1
-0
/
+26
*
Merge pull request #3262 from subdigital/master
José Valim
2011-10-09
1
-1
/
+21
|
\
|
*
accept optional :host parameter to force_ssl
Ben Scheirman
2011-10-08
1
-1
/
+21
*
|
Merge pull request #3196 from avakhov/patch-am-av-tests-2
José Valim
2011-10-09
1
-0
/
+16
|
\
\
|
*
|
normalize arg for ActionView::TestCase tests method
Alexey Vakhov
2011-10-03
1
-0
/
+16
[prev]
[next]