I would like to echo an unanswered question I've recently read
elsewhere.
Can any recommend an overview of get/post, cookies, sessions, etc.,
and how Ruby on Rails interacts with all of this?
I'm interested in understanding how to harden a Rails application
Regards
--
Dave
> Can any recommend an overview of get/post, cookies, sessions, etc.,
> and how Ruby on Rails interacts with all of this?
I would start by reading the HTTP RFC(s).
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Do you need to? The framework already plugs a lot of common loopholes
(provided the app doesn't do stupid things). See if Rails is already
doing what you need.
Also check out http://www.rorsecurity.info .
>
> Regards
> --
> Dave
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.
Thanks, yes I've read chapter 26: Securing Your Rails Application.
In message
<4eedb92a0911110736g5da...@mail.gmail.com>, Hassan
Schroeder <hassan.s...@gmail.com> writes
>I would start by reading the HTTP RFC(s).
Yes
In message <275ab984ba1e80fe...@ruby-forum.com>, Marnen
Laibow-Koser <rails-mai...@andreas-s.net> writes
>
>Dave English wrote:
>> I'm interested in understanding how to harden a Rails application
>
>Do you need to? The framework already plugs a lot of common loopholes
>(provided the app doesn't do stupid things). See if Rails is already
>doing what you need.
Of course
>Also check out http://www.rorsecurity.info .
Thanks
I've now downloaded the book, too
http://www.owasp.org/index.php/File:Owasp-rails-security.pdf
Regards
--
Dave