search for: sychronize_controllers

Displaying 1 result from an estimated 1 matches for "sychronize_controllers".

2006 Mar 16
0
UserEngine and the test environment
...DB, I can test in the browser, and it works fine. But, the test DB does not contain the necessary permissions and roles. I added this to test/test_helper.rb: unless Object.const_defined?(''PermissionSynchronized'') $stderr.puts "Synchronizing permissions" Permission.sychronize_controllers PermissionSynchronized = true end which ensures my permissions are created for the test environment. The only thing missing is now roles. How should I map them ? Should I write a SQL copy of the dev DB to the test DB ? This is my first exposure to UserEngine. Thanks for any help ! -- Fran?o...