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
*
Make FlashHash#key? work with symbol and string
Rafael Mendonça França
2014-11-11
1
-0
/
+9
*
Remove useless `only_path: true` in path helpers
Godfrey Chan
2014-11-10
1
-3
/
+2
*
Pass the route name explicitly
Godfrey Chan
2014-11-10
1
-0
/
+12
*
Remove session to allow `with_routing` to be called twice.
Guo Xiang Tan
2014-11-05
1
-0
/
+36
*
Remove redundant `to_s` in interpolation
claudiob
2014-10-30
1
-2
/
+2
*
give a better error message for misspelled helpers
Xavier Noria
2014-10-25
1
-0
/
+22
*
Add regression test for router was overwriting PATH_INFO
Arthur Neves
2014-10-10
1
-0
/
+8
*
Parse HTML as document fragment.
Kasper Timm Hansen
2014-09-29
1
-3
/
+3
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
2
-7
/
+7
*
Fix actionpack test cases broken by #16888
Godfrey Chan
2014-09-26
2
-29
/
+9
*
Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-token
Jeremy Kemper
2014-08-19
1
-5
/
+6
|
\
|
*
Auth token mask from breach-mitigation-rails gem
Bradley Buda
2014-08-19
1
-5
/
+6
*
|
Fix failing test on several methods on Parameter
Prem Sichanugrist
2014-08-18
2
-2
/
+11
*
|
Seperate Parameters accessors and mutators tests
Prem Sichanugrist
2014-08-18
3
-57
/
+215
*
|
Add missing `Hash` methods to `AC::Parameters`
Prem Sichanugrist
2014-08-18
1
-0
/
+21
*
|
Make `AC::Params#to_h` return Hash with safe keys
Prem Sichanugrist
2014-08-18
1
-0
/
+39
*
|
Expectations first
Akira Matsuda
2014-08-18
3
-23
/
+23
*
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
5
-740
/
+90
|
\
\
|
*
|
`responders` 1.x won't do it. Told you to RTFM for details!
Godfrey Chan
2014-08-17
1
-0
/
+2
|
*
|
The gem is called 'responders'
Godfrey Chan
2014-08-17
1
-2
/
+2
|
*
|
Raise a more helpful error for people who are using these extracted features
Godfrey Chan
2014-08-17
1
-0
/
+30
|
*
|
Move respond_with to the responders gem
José Valim
2014-08-17
1
-737
/
+0
|
*
|
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
2
-3
/
+35
|
|
/
|
*
Fix assert_template for files.
Guo Xiang Tan
2014-08-14
1
-0
/
+23
*
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
13
-165
/
+273
|
\
|
|
*
Fixes to TestCaseTest.
Guo Xiang Tan
2014-08-08
1
-4
/
+5
|
*
Fix spelling.
Guo Xiang Tan
2014-08-07
1
-1
/
+1
|
*
LOCALHOST definition should match any 127.0.0.0/8 address
Earl J St Sauver
2014-07-18
1
-1
/
+1
|
*
fix filesystem race condition
Aaron Patterson
2014-07-17
1
-1
/
+1
|
*
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
1
-1
/
+2
|
*
Don't accept parameters as argument for redirect to [via @homakov]
Santiago Pastorino
2014-07-16
1
-0
/
+10
|
*
stop passing recall to url_for
Aaron Patterson
2014-07-15
1
-35
/
+46
|
*
stop calling url_for with recall parameters and actually use a request
Aaron Patterson
2014-07-15
1
-82
/
+123
|
*
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
|
*
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
*
|
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
6
-1175
/
+5
|
\
\
|
|
/
|
/
|
|
*
Remove unneeded comment in test.
Timm
2014-06-16
1
-1
/
+1
|
*
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
[next]