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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-3
/
+0
*
Add backward compatibility for testing cookies
Andrew White
2011-06-05
1
-1
/
+7
*
Add missing require for cookies middleware
Andrew White
2011-06-04
1
-0
/
+1
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
2
-26
/
+1
*
Corrected some typos and American vs. Queen's English issues
Lee Reilly
2011-05-29
1
-4
/
+4
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
2
-10
/
+10
|
\
|
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
2
-10
/
+10
*
|
Restructure TemplateAssertions-related code to eliminate circular requires.
wycats
2011-05-22
2
-14
/
+6
|
/
*
Merge pull request #247 from goncalossilva/performance_test
Jeremy Kemper
2011-05-17
1
-13
/
+6
|
\
|
*
Merge branch 'master' of https://github.com/rails/rails into performance_test
Gonçalo Silva
2011-05-08
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'master' of https://github.com/rails/rails into performance_test
Gonçalo Silva
2011-04-17
3
-212
/
+24
|
|
\
\
|
*
\
\
Merge branch 'master' of https://github.com/rails/rails into performance_test
Gonçalo Silva
2011-04-03
1
-3
/
+3
|
|
\
\
\
|
*
|
|
|
remove deprecated documentation
Gonçalo Silva
2011-03-28
1
-3
/
+0
|
*
|
|
|
move "check for ruby-prof" from AD/testing/performance_test to AS/testing/per...
Gonçalo Silva
2011-03-24
1
-13
/
+9
*
|
|
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-14
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
typo
Jason Dew
2011-05-13
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Flunk makes a lot more sense, doesnt it (hat tip @tenderlove)
David Heinemeier Hansson
2011-05-02
1
-1
/
+1
*
|
|
|
We cant use assert_block because its buggy in MiniTest and wont actually show...
David Heinemeier Hansson
2011-04-22
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
2
-2
/
+2
*
|
|
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
3
-3
/
+3
*
|
|
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
3
-3
/
+7
*
|
|
Make process reuse the env var passed as argument
Santiago Pastorino
2011-04-06
1
-5
/
+4
*
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-04-03
1
-8
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix grammar, formatting, and cross references
John Firebaugh
2011-03-28
1
-8
/
+8
|
|
/
*
/
use assert_equal so we get normal error messages along with our custom failur...
Aaron Patterson
2011-03-30
1
-3
/
+3
|
/
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
2
-2
/
+7
*
Remove incorrect assert_recognizes example
Andrew White
2011-02-13
1
-3
/
+0
*
Fix assert_recognizes with block constraints [#5805 state:resolved]
Andrew White
2011-02-13
1
-1
/
+2
*
corrected the location of status code symbols
misfo
2011-01-29
1
-1
/
+1
*
just use alias
Aaron Patterson
2010-11-30
1
-3
/
+1
*
Remove bazillion warnings from AP suite.
José Valim
2010-11-23
1
-1
/
+1
*
add respond_to? to ActionDispatch::Integration::Runner
Sven Fuchs
2010-11-22
1
-0
/
+4
*
Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st...
David Trasbo
2010-11-07
1
-1
/
+1
*
Remove this require since active_support/testing/default doesn't exist anymore
Santiago Pastorino
2010-10-20
1
-1
/
+0
*
removing AS::Testing::Default in favor of just undefing default_test
Aaron Patterson
2010-10-01
1
-2
/
+1
*
_ is not a valid scheme name character, \w includes it and also is redundant ...
Emilio Tagua
2010-09-29
1
-1
/
+1
*
Remove redundant conditional.
Emilio Tagua
2010-09-29
1
-5
/
+1
*
Fix an error on 1.8.7.
José Valim
2010-09-29
1
-1
/
+1
*
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...
José Valim
2010-09-29
1
-0
/
+1
*
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
*
Initialize @app if it doesn't exists.
Emilio Tagua
2010-09-28
1
-1
/
+1
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-2
/
+2
*
_routes must be inside @controller conditional.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Refactor method to avoid warnings and not run unnecessary code.
Emilio Tagua
2010-09-27
1
-11
/
+11
*
Initialize @cookies.
Emilio Tagua
2010-09-27
1
-0
/
+1
[next]