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
...
|
|
*
|
|
Update outdated test.
Guo Xiang Tan
2014-07-18
1
-6
/
+3
|
|
|
/
/
|
*
|
|
Add CHANGELOG for #14886
Arthur Neves
2014-07-18
1
-1
/
+1
|
*
|
|
LOCALHOST definition should match any 127.0.0.0/8 address
Earl J St Sauver
2014-07-18
2
-1
/
+8
|
*
|
|
reporting is only done in one thread, so we can safely remove the lock
Aaron Patterson
2014-07-17
1
-1
/
+1
|
*
|
|
pass the test reporter by reference
Aaron Patterson
2014-07-17
1
-1
/
+4
|
*
|
|
fix filesystem race condition
Aaron Patterson
2014-07-17
1
-1
/
+1
|
*
|
|
do not restart the service, just stop it
Aaron Patterson
2014-07-17
1
-1
/
+0
|
*
|
|
only parallelize on forking systems
Aaron Patterson
2014-07-17
1
-1
/
+1
|
*
|
|
[EXPERIMENTAL] run actionpack tests in parallel
Aaron Patterson
2014-07-17
1
-0
/
+57
|
*
|
|
pass the route name to define_url_helper
Aaron Patterson
2014-07-17
1
-1
/
+2
|
*
|
|
helper methods are public, so we can just call them
Aaron Patterson
2014-07-17
1
-4
/
+4
|
*
|
|
Rails-ish apps should descend from Rails::Railtie
Aaron Patterson
2014-07-16
3
-6
/
+14
|
*
|
|
always transcode the file to utf-8
Aaron Patterson
2014-07-16
1
-0
/
+6
|
*
|
|
Remove unused fixtures
Rafael Mendonça França
2014-07-16
60
-98
/
+0
|
*
|
|
Don't accept parameters as argument for redirect to [via @homakov]
Santiago Pastorino
2014-07-16
1
-0
/
+10
|
*
|
|
Fix 1.9. uggghhhhhh get it together @tenderlove :bomb:
Aaron Patterson
2014-07-15
1
-2
/
+2
|
*
|
|
fix for 1.9 kwargs syntax
Aaron Patterson
2014-07-15
1
-1
/
+2
|
*
|
|
stop passing recall to url_for
Aaron Patterson
2014-07-15
2
-37
/
+48
|
*
|
|
fix warnings
Aaron Patterson
2014-07-15
1
-1
/
+1
|
*
|
|
stop calling url_for with recall parameters and actually use a request
Aaron Patterson
2014-07-15
2
-85
/
+197
|
*
|
|
execute a request and check the path_parameters
Aaron Patterson
2014-07-15
1
-17
/
+59
|
*
|
|
set `set` in the setup method
Aaron Patterson
2014-07-15
1
-2
/
+5
|
*
|
|
remove useless ivar set
Aaron Patterson
2014-07-15
1
-1
/
+0
|
*
|
|
RouteSet should be in charge of constructing the dispather
Aaron Patterson
2014-07-15
1
-2
/
+2
|
*
|
|
Merge pull request #16168 from greysteil/stash-path-info
Matthew Draper
2014-07-14
1
-1
/
+2
|
|
\
\
\
|
|
*
|
|
Stash original path in `ShowExceptions` middleware
Grey Baker
2014-07-14
1
-1
/
+2
|
*
|
|
|
Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]
Santosh Wadghule
2014-07-14
1
-2
/
+2
|
|
/
/
/
|
*
|
|
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
4
-16
/
+16
*
|
|
|
Remove more unneeded include
Rafael Mendonça França
2014-07-15
1
-3
/
+0
*
|
|
|
We don't need loofah for the assertions
Rafael Mendonça França
2014-07-15
1
-3
/
+3
*
|
|
|
Merge pull request #11218 from kaspth/loofah-integration
Rafael Mendonça França
2014-07-10
7
-1175
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove unneeded comment in test.
Timm
2014-06-16
1
-1
/
+1
|
*
|
|
Exchanged requiring of action view assertions with rails dom testing assertions.
Timm
2014-06-16
1
-2
/
+3
|
*
|
|
Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...
Timm
2014-06-16
1
-0
/
+2
|
*
|
|
Nokogiri leaves '<' unescaped, so the assert_select looking for '<' will n...
Timm
2014-06-16
1
-2
/
+3
|
*
|
|
Removed require's for html-scanner.
Timm
2014-06-16
2
-2
/
+0
|
*
|
|
Moved Dom and Selector assertions from ActionDispatch to ActionView.
Timm
2014-06-16
1
-350
/
+0
|
*
|
|
Fixed: assert_select_encoded finds the right content. No longer uses a <encod...
Timm
2014-06-16
1
-9
/
+2
|
*
|
|
Fixed: test_nested_assert_select selects from elements instead of elements[0]...
Timm
2014-06-16
1
-2
/
+2
|
*
|
|
Changed xml_namespace test to correct syntax. However, Nokogiri won't recogni...
Timm
2014-06-16
1
-2
/
+3
|
*
|
|
Changed test methods to use new substitution syntax more in line with css sel...
Timm
2014-06-16
1
-3
/
+3
|
*
|
|
Fixed typo in method name. Fixed Nokogiri::CSS::SyntaxError.
Timm
2014-06-15
1
-2
/
+2
|
*
|
|
Changed tests to assert_kind_of Loofah::HTML::Document.
Timm
2014-06-15
1
-3
/
+3
|
*
|
|
Removed selector_test.rb since HTML::Selector will be removed. Soon.
Timm
2014-06-15
1
-629
/
+0
|
*
|
|
Fixed Nokogiri::CSS::SyntaxErrors.
Timm
2014-06-15
1
-2
/
+2
|
*
|
|
Removed tag.rb since it has been deprecated.
Timm
2014-06-15
2
-184
/
+0
*
|
|
|
Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp...
Aaron Patterson
2014-07-10
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Address CVE-2014-4671 (JSONP Flash exploit)
Greg Campbell
2014-07-09
2
-2
/
+2
*
|
|
|
|
Force encoding of US-ASCII to UTF-8 in unescape_uri.
Karl Entwistle
2014-07-10
1
-0
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
2
-7
/
+17
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
[prev]
[next]