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
/
action_pack_assertions_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings
Carlos Antonio da Silva
2013-03-07
1
-2
/
+2
*
Allow use of assert_template with the :file option.
Justin Coyne
2013-03-01
1
-0
/
+35
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-1
/
+1
*
assert_template: validating option keys
Roberto Soares
2012-11-25
1
-0
/
+6
*
`assert_template` fails with empty string.
Roberto Soares
2012-11-23
1
-0
/
+7
*
`assert_template` fails with empty string when a template has been rendered
Roberto Soares
2012-11-23
1
-0
/
+7
*
`assert_template` no more passing with what ever string that matches.
Hugo Roque
2012-09-29
1
-0
/
+22
*
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Improve assert_template layout checking
Alexey Vakhov
2012-05-04
1
-0
/
+15
*
Fix assert_template :layout => nil assertion
Alexey Vakhov
2012-05-04
1
-0
/
+12
*
Fix assert_template assertion with :layout option
Alexey Vakhov
2012-05-04
1
-0
/
+10
*
Allows assert_redirected_to to accept a regular expression
Andy Lindeman
2012-05-03
1
-0
/
+4
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-10
/
+10
*
Remove deprecation warning from test related to old process api
Carlos Antonio da Silva
2012-01-06
1
-1
/
+1
*
Revert "remove deprecated API"
Aaron Patterson
2012-01-05
1
-1
/
+1
*
remove deprecated API
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Clean up routes inclusion and add some comments for the next soul that decide...
José Valim
2012-01-03
1
-14
/
+0
*
be explicit about where helpers are installed
Aaron Patterson
2011-12-30
1
-1
/
+1
*
warning removed "warning: instance variable @variable_for_layout not initiali...
Arun Agrawal
2011-12-17
1
-0
/
+1
*
Fix bug in assert_template when using only `:layout` option
Prem Sichanugrist
2011-12-06
1
-0
/
+16
*
remove unused user_controller from test
Neeraj Singh
2011-06-08
1
-3
/
+0
*
fix warning during test execution
Neeraj Singh
2010-11-17
1
-1
/
+1
*
make sure we are only doing sanity checking against regular expressions
Aaron Patterson
2010-11-15
1
-0
/
+8
*
Reset assert_template instance variables between requests [#5832 state:resolved]
Andrew White
2010-10-18
1
-0
/
+8
*
_ is not a valid scheme name character, \w includes it and also is redundant ...
Emilio Tagua
2010-09-29
1
-0
/
+7
*
Use instance_variable_defined? instead instance_variable_get in tests.
Emilio Tagua
2010-09-28
1
-2
/
+2
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Cleanup Action Dispatch assertions tests
Carlos Antonio da Silva
2010-09-06
1
-108
/
+37
*
Cleanup deprecations in Action Dispatch
Carlos Antonio da Silva
2010-09-06
1
-21
/
+6
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-11
/
+8
*
Remove assert_valid. It was already deprecated on Rails 2.3.
José Valim
2010-07-19
1
-15
/
+0
*
move assert_template tests to their own test case [#4501 state:resolved]
David Chelimsky
2010-05-03
1
-41
/
+46
*
Eliminate false positives when passing symbols to assert_template
David Chelimsky
2010-05-03
1
-4
/
+25
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-3
/
+5
*
Remove unneeded AV::Base and AV::Template monkey-patches
Carlhuda
2010-03-17
1
-3
/
+2
*
No longer add missing leading / on path args to assert_redirected_to. Depreca...
Jeremy Kemper
2010-03-02
1
-2
/
+4
*
Remove implicit controller namespacing from new dsl
Joshua Peek
2010-02-28
1
-3
/
+6
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-3
/
+6
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-11
/
+11
*
Fix isolated running of ActionPackAssertionTest
Joshua Peek
2009-09-06
1
-0
/
+1
*
Track all AC base subclasses as possible controllers for internal testing
Joshua Peek
2009-08-25
1
-8
/
+0
*
Cleanup route reloading in tests. Prefer with_routing over using ActionContro...
Joshua Peek
2009-08-16
1
-6
/
+2
*
Fix pending test about content-type
Yehuda Katz + Carl Lerche
2009-06-17
1
-5
/
+19
*
Make assertion tests pass with the new base
Pratik Naik
2009-05-22
1
-3
/
+3
*
Add tests for assert_template :template
Mike Breen
2009-05-17
1
-0
/
+23
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
1
-1
/
+1
*
Deprecate assert_redirect_to's partial hash matching
Joshua Peek
2009-05-02
1
-3
/
+5
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
1
-8
/
+14
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-6
/
+6
*
Deprecate response.redirect_url_match?, use assert_match instead.
Joshua Peek
2009-04-26
1
-4
/
+6
[next]