search for: customer_sandbox

Displaying 2 results from an estimated 2 matches for "customer_sandbox".

2006 Apr 18
2
Connecting to multiple databases with multiple database users
...ustomer''s data, Admins must not be able to change Customer data but are allowed to view it. These rules MUST be enforced on the database level. Which leaves me with the facts that I have an admin and a customer user on my mysql db, and i have three database schemas called authentication, customer_sandbox and persistent_base in there as well. The db of most interest is customer_sandbox. On most of the tables in customer_sandbox only Admin is allowed to perform CRUD operations. However there is a set of tables where both Admin and Customer users are allowed CRUD operations. These tables are the ones...
2006 May 10
8
dynamic setting of username and password in database.yml
Hello I''ve now read a lot about application-level authentication in Rails, but I need to do database-level authentication. The reason is that my database needs to have the current_user (database current_user, not current_user defined in an ActiveRecord Model) set to execute triggers for automatically updating audit tables. So it is not enough to have a session check against a User