rails--rails/guides
Lukasz Sarnacki b23ffd0dac Allow session serializer key in config.session_store
MessageEncryptor has :serializer option, where any serializer object can
be passed. This commit make it possible to set this serializer from configuration
level.

There are predefined serializers (:marshal_serializer, :json_serialzier)
and custom serializer can be passed as String, Symbol (camelized and
constantized in ActionDispatch::Session namepspace) or serializer object.

Default :json_serializer was also added to generators to provide secure
defalt.
2014-01-29 17:05:00 +01:00
..
assets revises a few things in the getting started guide [ci skip] 2014-01-13 23:11:44 +01:00
bug_report_templates Ensure backward compatibility between Minitest 5 and 4 2013-12-27 11:30:53 +01:00
code/getting_started Correct grammar from '... allowing both thread web servers ...' to '... allowing both threaded web servers ...'. 2014-01-25 23:04:36 -08:00
rails_guides remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
source Allow session serializer key in config.session_store 2014-01-29 17:05:00 +01:00
.document adds guides/.document to tell rdoc not to process this directory 2013-03-04 22:28:23 +01:00
CHANGELOG.md Fix missing line and shadow on static error pages [ci skip] 2013-11-11 11:17:44 +04:00
Rakefile Revert "Whitespace trimming in guides generation" 2013-06-14 00:30:40 +05:30
rails_guides.rb remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
w3c_validator.rb