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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Do not use the same tests description
Rafael Mendonça França
2012-12-31
1
-3
/
+3
*
Remove unneeded tests
Rafael Mendonça França
2012-12-31
2
-245
/
+0
*
Merge pull request #8662 from senny/8661_should_not_append_charset_if_already...
Santiago Pastorino
2012-12-31
1
-1
/
+12
|
\
|
*
charset should not be appended for `head` responses
Yves Senn
2012-12-31
1
-1
/
+12
*
|
Merge pull request #8546 from hsbt/fix-testcase-strict-warning
Santiago Pastorino
2012-12-30
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
change spy of after invoked controller action. because ruby-2.0.0 waned unus...
SHIBATA Hiroshi
2012-12-20
1
-1
/
+2
*
|
return Mime::NullType if format is unknown
Angelo Capilleri
2012-12-22
1
-1
/
+1
*
|
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-10
/
+0
*
|
Refactoring the token_and_options method to fix bugs
Kurtis Rainbolt-Greene
2012-12-15
1
-6
/
+29
|
/
*
Removed :if and :unless from fragment cache option in favour of
Angelo capilleri
2012-12-14
1
-16
/
+16
*
use _action callbacks in actionmailer
Francesco Rodriguez
2012-12-08
1
-5
/
+5
*
use `_action` instead of `_filter` callbacks
Francesco Rodriguez
2012-12-07
2
-5
/
+5
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
11
-18
/
+18
*
Allow fragment cache to accept :if and :unless options
Fabrizio Regini
2012-12-05
1
-0
/
+64
*
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
1
-0
/
+22
*
Override <%== to always behave as literal text rather than toggling based on ...
Jeremy Kemper
2012-12-03
1
-2
/
+8
*
hash filters should be accessed with symbols or strings
Francesco Rodriguez
2012-11-30
1
-0
/
+25
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
2
-57
/
+0
*
Merge pull request #8318 from Empact/fixture-file
Rafael Mendonça França
2012-11-27
1
-0
/
+12
|
\
|
*
Use File.join to better integrate fixture_path in fixture_file_upload.
Ben Woosley
2012-11-26
1
-0
/
+12
*
|
Accept symbols as #send_data :disposition value
Elia Schito
2012-11-27
1
-0
/
+12
*
|
Merge pull request #8316 from roberto/assert_template_validate_options
Carlos Antonio da Silva
2012-11-26
1
-0
/
+6
|
\
\
|
*
|
assert_template: validating option keys
Roberto Soares
2012-11-25
1
-0
/
+6
*
|
|
Merge pull request #8317 from latortuga/cache-digest-opt-out
David Heinemeier Hansson
2012-11-26
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add explicit opt-out for fragment cache digesting
Drew Ulmer
2012-11-25
1
-0
/
+12
|
|
/
*
|
`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
|
/
*
Merge pull request #8183 from jcoglan/objectless_sessions
Jon Leighton
2012-11-21
1
-0
/
+21
|
\
|
*
Store FlashHashes in the session as plain hashes rather than custom objects w...
James Coglan
2012-11-09
1
-0
/
+21
*
|
render every partial with a new `PartialRenderer`.
Yves Senn
2012-11-19
1
-0
/
+10
*
|
Remove extra whitespace
Santiago Pastorino
2012-11-15
1
-1
/
+1
*
|
Merge pull request #8112 from rails/encrypted_cookies
Santiago Pastorino
2012-11-15
2
-4
/
+8
|
\
\
|
*
|
Move ensure_secret_secure to DummyKeyGenerator
Santiago Pastorino
2012-11-03
1
-1
/
+1
|
*
|
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-1
/
+3
|
*
|
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-2
/
+4
|
|
/
*
|
start using options object
Aaron Patterson
2012-11-13
1
-1
/
+1
*
|
Revert "Merge pull request #8017 from jcoglan/objectless_sessions"
Jon Leighton
2012-11-09
1
-21
/
+0
*
|
Merge pull request #8017 from jcoglan/objectless_sessions
Jon Leighton
2012-11-08
1
-0
/
+21
|
\
\
|
*
|
Store FlashHashes in the session as plain hashes rather than custom objects w...
James Coglan
2012-11-03
1
-0
/
+21
|
|
/
*
|
Test that permitted? is sticky on accessors, mutators, and merges
Benjamin Quorning
2012-11-06
1
-0
/
+24
*
|
Test that not permitted is sticky on #except
Benjamin Quorning
2012-11-06
1
-0
/
+1
*
|
Current tests are testing stickiness of non-permitted parameters
Benjamin Quorning
2012-11-06
1
-3
/
+3
*
|
Fix buggy tests
Benjamin Quorning
2012-11-06
1
-4
/
+4
*
|
Add ensure block to make sure the state is properly restored
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
|
/
*
No need for the debugger
David Heinemeier Hansson
2012-10-31
1
-1
/
+0
*
Allow #permit to take its list of permitted parameters as an array
David Heinemeier Hansson
2012-10-31
1
-0
/
+5
*
cleanup, remove trailing whitespace within actionpack
Yves Senn
2012-10-27
6
-8
/
+8
*
Permit string and float values in the multiparameter attributes
Rafael Mendonça França
2012-10-18
1
-9
/
+14
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
[next]