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_dispatch
/
testing
/
assertions
/
selector.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
The first attempt at abstracting argument parsing from selection methods.
Timm
2014-06-15
1
-81
/
+114
*
Remove surplus period from assertion messages
Marcus Stollsteimer
2014-04-13
1
-3
/
+3
*
Swapped parameters of assert_equal in assert_select
Vishal Lal
2014-03-22
1
-1
/
+1
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-2
/
+2
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+0
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-1
/
+1
*
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
1
-1
/
+2
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-6
/
+0
*
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+1
*
Stop referring to Atom as "ATOM"
Tom Stuart
2012-02-05
1
-1
/
+1
*
Remove assert_select_feed from assert_select_encoded documentation
Tom Stuart
2012-02-05
1
-2
/
+2
*
Replaced all 'for' loops with Enumerable#each
Nathan Broadbent
2012-01-30
1
-2
/
+2
*
use assert_equal and assert_operator
Aaron Patterson
2012-01-06
1
-5
/
+8
*
fix assert_select_email to work on non-multipart emails as well as converting...
Andrew Kaspick
2011-08-11
1
-2
/
+2
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-1
/
+1
*
renames response_from_page_or_rjs -> response_from_page, and extracts the RJS...
Xavier Noria
2011-04-13
1
-58
/
+5
*
removes assert_select_rjs
Xavier Noria
2011-04-13
1
-139
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Remove more warnings on AP.
Emilio Tagua
2010-09-28
1
-1
/
+2
*
Avoid more uninitialized variable warnings.
Emilio Tagua
2010-09-28
1
-1
/
+2
*
@selected may not be defined here, avoid warning.
Emilio Tagua
2010-09-28
1
-1
/
+1
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-2
/
+2
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-2
/
+2
*
The call-seq directive has no useful effect on our documentation and is not u...
Joost Baaij
2010-08-28
1
-19
/
+0
*
removed 'unless const_defined?' code smell
Josh Kalderimis
2010-06-21
1
-23
/
+19
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
regular expressions are usually ASCII-encoded, so force_encoding the content ...
wycats
2010-06-07
1
-2
/
+0
*
fix assert_select messages to its declaration behaviour
Paco Guzman
2010-05-15
1
-5
/
+11
*
Remove CGI.escape in function of Rack::Mount.escape
José Valim
2010-01-06
1
-1
/
+1
*
All AD modules are "deferrable"
Joshua Peek
2009-12-22
1
-10
/
+12
*
Add :redirect to the testable RJS statements [#2612 state:resolved]
Jon Wood
2009-08-09
1
-3
/
+10
*
Move generic assertions into ActionDispatch
Joshua Peek
2009-04-30
1
-0
/
+632