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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change `Example for` to `Example of`
lambda_
2013-01-03
1
-2
/
+2
*
Summary and Details HTML elements aren't supported in all modern browsers
Guillermo Iguaran
2012-12-31
2
-12
/
+12
*
Add style to AV::Template::Error exception page
Guillermo Iguaran
2012-12-31
2
-14
/
+42
*
Improve line-height to have better line spacing in exception message
Guillermo Iguaran
2012-12-31
1
-0
/
+1
*
Add new style to Routing Error page
Guillermo Iguaran
2012-12-31
1
-19
/
+22
*
Styling for exception page
Guillermo Iguaran
2012-12-31
6
-29
/
+150
*
Add source extract to detailed exception page
Guillermo Iguaran
2012-12-31
4
-2
/
+34
*
Define [], []=, permanent, signed and encrypted as the only allowed methods f...
Santiago Pastorino
2012-12-30
1
-9
/
+57
*
We need to check explictly that env['action_dispatch.show_exceptions']
Rafael Mendonça França
2012-12-26
1
-1
/
+1
*
more descriptive return parameters
Hrvoje Šimić
2012-12-26
1
-4
/
+3
*
Minor js review [ci skip]
Carlos Antonio da Silva
2012-12-18
1
-7
/
+7
*
Format routes as html on debug page
schneems
2012-12-17
4
-2
/
+76
*
DebugExceptions `File.join` => `File.expand_path`
schneems
2012-12-16
1
-1
/
+1
*
Remove nodoc from FlashHash #[]= [ci skip]
Pablo Torres
2012-12-01
1
-1
/
+1
*
Revert "Remove trailing whitespaces"
Florent Guilleux
2012-12-01
1
-1
/
+1
*
Remove trailing whitespaces
Florent Guilleux
2012-12-01
1
-1
/
+1
*
Merge pull request #8183 from jcoglan/objectless_sessions
Jon Leighton
2012-11-21
1
-10
/
+24
|
\
|
*
Store FlashHashes in the session as plain hashes rather than custom objects w...
James Coglan
2012-11-09
1
-10
/
+24
*
|
Fix UpgradeSignatureToEncryptionCookieStore doc
Santiago Pastorino
2012-11-19
1
-9
/
+4
*
|
Improve UpgradeSignatureToEncryptionCookieStore docs
Santiago Pastorino
2012-11-16
1
-1
/
+14
*
|
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
2
-2
/
+25
*
|
Call get_cookie to allow the method to be overriden by subclasses
Santiago Pastorino
2012-11-16
1
-1
/
+1
*
|
Add missing env param to get_cookie
Santiago Pastorino
2012-11-16
1
-1
/
+1
*
|
Merge pull request #8112 from rails/encrypted_cookies
Santiago Pastorino
2012-11-15
2
-34
/
+95
|
\
\
|
*
|
Disallow ability to use EncryptedCookieJar with DummyKeyGenerator
Santiago Pastorino
2012-11-03
1
-0
/
+5
|
*
|
Rename secret_token_key to secret_key_base
Santiago Pastorino
2012-11-03
1
-3
/
+3
|
*
|
Move ensure_secret_secure to DummyKeyGenerator
Santiago Pastorino
2012-11-03
1
-24
/
+0
|
*
|
Allow users to change the default salt if they want, shouldn't be necessary
Santiago Pastorino
2012-11-03
1
-11
/
+22
|
*
|
Add encrypted cookie store
Santiago Pastorino
2012-11-03
1
-3
/
+20
|
*
|
Add cookie.encrypted which returns an EncryptedCookieJar
Santiago Pastorino
2012-11-03
1
-0
/
+48
|
*
|
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-15
/
+19
|
|
/
*
|
Revert "Merge pull request #8017 from jcoglan/objectless_sessions"
Jon Leighton
2012-11-09
1
-24
/
+9
*
|
Remove free usage of #tap
Carlos Antonio da Silva
2012-11-08
1
-3
/
+4
*
|
Merge pull request #8017 from jcoglan/objectless_sessions
Jon Leighton
2012-11-08
1
-9
/
+23
|
\
\
|
*
|
Store FlashHashes in the session as plain hashes rather than custom objects w...
James Coglan
2012-11-03
1
-9
/
+23
|
|
/
*
/
Add ensure block to make sure the state is properly restored
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
5
-14
/
+14
|
\
|
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
5
-14
/
+14
*
|
memoize calculated ip without additional variable
Sergey Nartimov
2012-11-01
1
-6
/
+4
*
|
Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...
Nikita Afanasenko
2012-11-01
1
-1
/
+7
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
1
-1
/
+1
|
\
|
*
Space between "every" and "time"
schneems
2012-10-02
1
-1
/
+1
*
|
rename page_cache_extension option to default_static_extension
Francesco Rodriguez
2012-10-03
1
-1
/
+1
*
|
Failsafe exception returns text/plain.
Steve Klabnik
2012-10-01
1
-3
/
+3
|
/
*
Merge pull request #7444 from szimek/params_parser_raises_parsing_error
Aaron Patterson
2012-09-26
1
-5
/
+12
|
\
|
*
Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...
Szymon Nowak
2012-08-27
1
-4
/
+10
|
*
Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.
Szymon Nowak
2012-08-24
1
-4
/
+2
|
*
Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...
Szymon Nowak
2012-08-24
1
-2
/
+5
*
|
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
Yves Senn
2012-09-17
1
-1
/
+5
*
|
Improve error message for memcache session store when dalli isn't loaded in app
Guillermo Iguaran
2012-09-07
1
-2
/
+6
[next]