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
/
lib
/
action_controller
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Don't convert params if the request isn't HTML - fixes #5341
Andrew White
2012-04-29
1
-6
/
+18
*
|
Merge session arg with existing session instead of overwriting
Andrew White
2012-04-28
1
-1
/
+1
|
/
*
remove unnecessary else statement
Vasiliy Ermolovich
2012-04-26
1
-3
/
+3
*
Remove obsolete code
Alexey Vakhov
2012-04-12
1
-3
/
+0
*
We dont need to merge in the parameters as thats all being reset by the rack ...
David Heinemeier Hansson
2012-03-20
1
-1
/
+0
*
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
1
-5
/
+0
*
assert_template matches against Regexp
Grant Hutchins
2012-03-10
1
-2
/
+7
*
force response body to be read in assert_template
Sergey Nartimov
2012-03-05
1
-0
/
+4
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-1
/
+6
*
Dont do underscore and camelize, only camelize is fine
Semyon Perepelitsa
2012-01-31
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-01-11
1
-0
/
+1
|
\
|
*
Add missing end
Rafael Mendonça França
2012-01-10
1
-0
/
+1
*
|
AC:TestCase::Behavior#head only accepts parameters as second argument
Rafael Mendonça França
2012-01-10
1
-1
/
+1
*
|
Fix ActionController::TestCase::Behavior.head
Rafael Mendonça França
2012-01-10
1
-1
/
+1
*
|
Merge pull request #4371 from rafaelfranca/test_unit_cleanup
Aaron Patterson
2012-01-09
1
-1
/
+1
|
\
\
|
*
|
Whitespaces :scissors:
Rafael Mendonça França
2012-01-06
1
-1
/
+1
*
|
|
get rid of using instance_variable_names method from AS
Sergey Nartimov
2012-01-07
1
-2
/
+2
|
/
/
*
|
register spec subclasses for people who spec
Aaron Patterson
2012-01-06
1
-0
/
+6
*
|
convert build_message to sprintf
Aaron Patterson
2012-01-06
1
-9
/
+5
*
|
test response assertions
Aaron Patterson
2012-01-06
1
-2
/
+0
*
|
use assert_includes rather than calling includes? specifically
Aaron Patterson
2012-01-06
1
-2
/
+2
*
|
Revert "remove deprecated API"
Aaron Patterson
2012-01-05
1
-0
/
+12
*
|
remove deprecated API
Aaron Patterson
2012-01-05
1
-12
/
+0
*
|
fix some whitespace errors
Aaron Patterson
2012-01-05
1
-5
/
+5
|
/
*
allow sending documents in AC::TestCase#post and friends.
Nick Sutterer
2012-01-03
1
-17
/
+44
*
escape assigns[:person], assigns[person] etc in actioncontroller testcase
Nick Howard
2011-12-14
1
-3
/
+3
*
Fix bug in assert_template when using only `:layout` option
Prem Sichanugrist
2011-12-06
1
-13
/
+15
*
Merge pull request #3193 from avakhov/patch-ac-test-case-safe-constantize
José Valim
2011-10-03
1
-3
/
+1
|
\
|
*
use safe_constantize instead constantize in AC::TestCase
Alexey Vakhov
2011-10-03
1
-3
/
+1
*
|
normalize arg for AC::TestCase tests class method
Alexey Vakhov
2011-10-03
1
-2
/
+14
|
/
*
if ... nil? is more expensive than unless
Milan Dobrota
2011-09-04
1
-3
/
+3
*
Make ActionController::TestCase#recycle! set @protocol to nil
David Majda
2011-08-23
1
-1
/
+1
*
Don't modify params in place - fixes #2624
Andrew White
2011-08-23
1
-5
/
+3
*
Fix the issue where default_url_options is being cached on test cases. Closes...
thoefer
2011-08-01
1
-0
/
+1
*
Call super here to allow SessionHash initialize new stuff for us
Santiago Pastorino
2011-06-19
1
-1
/
+1
*
Add backward compatibility for testing cookies
Andrew White
2011-06-05
1
-1
/
+8
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
1
-13
/
+8
*
Merge pull request #1203 from dchelimsky/stringify-parameter-values-in-tests
José Valim
2011-05-28
1
-0
/
+19
|
\
|
*
use to_param (and change method to name accordingly)
David Chelimsky
2011-05-22
1
-8
/
+8
|
*
Stringify param values in controller tests.
David Chelimsky
2011-05-22
1
-0
/
+19
*
|
Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...
Jon Leighton
2011-05-23
1
-1
/
+1
|
/
*
Use anonymous? that works on both Ruby 1.8 and 1.9.
José Valim
2011-05-17
1
-3
/
+4
*
add more robust test for wrapping params with anonymous class
David Chelimsky
2011-05-17
1
-1
/
+5
*
prevent errors when passing a frozen string as a param to ActionController::T...
misfo
2011-04-28
1
-1
/
+3
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
1
-1
/
+10
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-2
/
+4
*
Move @assigns from the controller to the test itself
Santiago Pastorino
2010-11-06
1
-0
/
+1
*
Fix problems trying to functional test AC::Metal controllers
Santiago Pastorino
2010-11-06
1
-2
/
+2
*
Reset assert_template instance variables between requests [#5832 state:resolved]
Andrew White
2010-10-18
1
-0
/
+7
*
Solve some warnings and a failing test.
José Valim
2010-10-03
1
-0
/
+1
[prev]
[next]