search for: suven

Displaying 4 results from an estimated 4 matches for "suven".

Did you mean: seven
2006 Aug 07
0
scaffolding extensions plugin
...ow for how long the site will be down, but it seems that''s the plugin that will solve all my problems :), I''d really like to be able to test it. Do you know of another plugin with similar functionality? Does anybody have a local copy to share? Thanks, Eduardo. [1] svn: svn://suven.no-ip.org/rails/plugins/scaffolding_extensions file: http://suven.no-ip.org/scaffolding_extensions.tar.gz
2006 Aug 15
4
Keeping passwords and other sensitive data out of the logs
Even is production mode Rails logs all requests params in the log files. The problem is this often includes things like user passwords, credit card numbers and other data. It even displays them when the values are POSTed. If my server is hacked it would be easy to pick this data out of the logs by a regex or two. Is is possible to prevent logging certain params? This seems like it could
2006 Jan 12
8
Scaffolding support for many-to-many editing (habtm)?
Like with simple table editing, there are also typical ways of how a user usually interacts with one-to-many or many-to-many relations. For example, one would show the fields of one row of table1 in the screen and below a line-by-line view of all associated entries in table2. Then, one could press an "Edit" button and add or delete rows from table2 to this entry of table1,
2006 Jul 10
7
How to obscure/encrypt password parameter?
Hi all- I am building an application that includes a login screen. During development I found that user passwords are logged by Rails in plain text -- this will not be acceptable to my users. Is there a way to obscure/encrypt incoming password parameters or not write them to the log files at all? One thought was to use Javascript, but I was not sure how secure that would be. Thanks, Josh