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
/
assert_select_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make assert_select_rjs code more readable, make use of unused constants and u...
miloops
2008-08-29
1
-0
/
+5
*
Improve assert_select_rjs failure messages for show, hide, toggle, and remove
Tim Haines
2008-08-29
1
-0
/
+44
*
Tidy up ActionMailer rendering logic to take advantage of view path cache ins...
Joshua Peek
2008-08-06
1
-25
/
+8
*
Ruby 1.9 compat: force assert_select text encoding to the encoding of the reg...
Jeremy Kemper
2008-04-28
1
-4
/
+11
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]
Marcel Molina
2007-05-26
1
-2
/
+64
*
Make assert_select's failure messages clearer about what failed. #7779 [dchel...
Marcel Molina
2007-05-26
1
-10
/
+33
*
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...
David Heinemeier Hansson
2007-02-04
1
-1
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
assert_select_rjs :remove
Jeremy Kemper
2006-11-15
1
-0
/
+21
*
one render per test
Jeremy Kemper
2006-10-09
1
-16
/
+36
*
Fixed that assert_select selects the wrong tag by its contents (closes #6332)...
David Heinemeier Hansson
2006-10-09
1
-0
/
+17
*
assert_select_rjs decodes escaped unicode chars since the Javascript generato...
Jeremy Kemper
2006-09-29
1
-0
/
+12
*
Add chained replace/update support for assert_select_rjs [Rick Olson]
Rick Olson
2006-09-14
1
-0
/
+27
*
action
Jeremy Kemper
2006-09-03
1
-2
/
+2
*
Require action mailer more gracefully
David Heinemeier Hansson
2006-09-03
1
-1
/
+10
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
1
-0
/
+1
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
1
-0
/
+490