Steve Kenworthy
Steve Kenworthy
Ref PR #1121
Certainly worth considering. I had a brief go a few years back at mocking up an API (https://github.com/crossroads/ffcrm_api) - might be some useful code snippets in there but it's far...
Agreed. Shouldn't be 500 if the mailer is offline or doesn't respond etc... just deferred for later.
Thanks for reporting, we should address this. As a workaround, you can use the `my` scope to view only things that the current user is allowed to see. For example:...
Having looked at this a bit further, I can't see private records in "Recent Items" and the code seems to support filtering out items you're not allowed to see. (See...
Ok great, makes sense now. Interestingly, as a small workaround for the moment, you can set ``` Setting.comments_visible_on_dashboard = false ``` in config/settings.yml That doesn't fix the underlying issue though,...
Do you have a traceback or any other errors that can help us diagnose? On Sun, Aug 25, 2013 at 11:48 PM, lukaszchojnowski wrote: > > When I try to...
Ok, I can reproduce that now... Here's my development server readout... not much to go on but it's looking like it's not authenticating properly. (I've redacted the credentials but they...
It would be good to roll out a more flexible security model here. Though this is likely to be time consuming to implement. One option could be FFCRM passing all...
Using "isolate_namespace" would help us here... http://apidock.com/rails/v3.2.3/Rails/Engine