The moose likes Ruby and the fly likes Security features in Rails Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Other Languages » Ruby
Reply Bookmark "Security features in Rails" Watch "Security features in Rails" New topic
Author

Security features in Rails

Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8836

What are the various Security features provided by Rails.
Thanks,
Pradip


Groovy
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11945
What do you mean by a "security feature"?
And how do you know that there are various?

You might want to read the security book from manuals.rubyonrails.com and, if you consider "security" to include authentication and authorization, continue to browse the long list of authentication-related resources in the wiki. Note that the stuff that's listed in the wiki are not part of Rails itself but are provided as plugins by the community.
[ January 31, 2007: Message edited by: Lasse Koskela ]

Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8836

What do you mean by a "security feature"?
And how do you know that there are various?


I should have asked how to secure Rails applications. I guessing that there are various ways to secure Rails applications.
 
 
subject: Security features in Rails
 
developer file tools