Peter Mitchell

Results 10 comments of Peter Mitchell

I haven't touched this in a while as you can see, but I will definitely see if I can add that.

@alister Sorry for the lack of documentation - something I will try and fix tonight

hi @sagikazarmark. I would rather keep this logic in the separate library, I would generally not recommend running anything other than `migrations:migrate` (and perhaps `database:create`) in a production environment. These...

Hi @allaire, the reason I chose `acl` as the default is because I felt is was more secure. With ACL you only give permissions to those you explicitly define (usually...

Do you know what version of https://github.com/capistrano/file-permissions you have? The problem could lie with the sefacl call not being recursive (can you paste the output)

@danhunsaker thank you for the speedy reply. Do you have contribution rights to this repo or is it only @chrisboulton? It would be really useful (for future teams/users) to mark...

Ah ok, thanks for the update. In the meantime is there anything we can do (other than this issue) to make users aware of this issue (and the potential lengthy...

@danhunsaker @chrisboulton We deployed a similar fix (which has typically yet to report any errors since we looked into it) https://github.com/peterjmit/php-resque/commit/e11af37c2e98ad64f10a6c62928f6085e5cb971d. Having an exception specific to redis is definitely an...

@raajeshnew we have not actually tracked down the source of the issue, and we are still facing problems with losing data - your experience is good to know (and will...

Just to add my two cents (sorry if this has already been discussed), the bare minimum to register a user in any online application is an email address and a...