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
*
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
*
When executing permit with just a key that points to a hash, DO NOT allow all...
Santiago Pastorino
2012-10-12
1
-1
/
+5
*
can't pass :locals to #assert_template without a view test case. Closes #3415
Yves Senn
2012-10-06
1
-0
/
+11
*
Allow parameter filters to match multi-parameter attributes
Rafael Mendonça França
2012-10-05
1
-0
/
+33
*
ActionController::Parameters#permit! is recursive
Brendan Loudermilk
2012-10-04
1
-0
/
+7
*
rename page_cache_extension option to default_static_extension
Francesco Rodriguez
2012-10-03
1
-0
/
+15
*
extract AP Page and Action caching to actionpack-deprecated_caching gem
Francesco Rodriguez
2012-10-03
2
-739
/
+16
*
Failsafe exception returns text/plain.
Steve Klabnik
2012-10-01
1
-0
/
+16
*
`assert_template` no more passing with what ever string that matches.
Hugo Roque
2012-09-29
1
-0
/
+22
*
move metal/caching_test into controller/caching_test
Francesco Rodriguez
2012-09-27
1
-5
/
+42
*
remove method redefinition warnings
Rafael Mendonça França
2012-09-27
1
-1
/
+1
[next]