Steve Kenworthy

Results 37 comments of Steve Kenworthy

Agree. Could we make it an optional extra that can be turned on? I can see it being very useful for some but not all. On Fri, Jan 19, 2018,...

Yeah markdown support would be great. I'd slightly favour doing on the server side so that future API access (via json/xml etc) will just work but I could be swayed...

Yes, I solved this in my rails project with FFCRM as engine, by adding the following to the main project Gemfile: ``` gem 'acts_as_commentable', git: 'https://github.com/fatfreecrm/acts_as_commentable.git', branch: 'rails-61' ``` The...

Should be ok. Makes the CRM model more flexible to different use cases. Need to ensure the convert_lead code preserves the account link when becoming a contact. On Sun, Jan...

Is this FFCRM related or ... ? :)

Think I might close this one as unrelated to fat_free_crm itself :)

Seems related to erroneous ActiveStorage migration guide code in PaperClip - https://github.com/thoughtbot/paperclip/issues/2603 Potential solution: https://github.com/thoughtbot/paperclip/pull/2568#issuecomment-381629629

Thank you, yes that would be very helpful On Mon, 5 Jun 2023 at 20:02, Laurie Jefferson ***@***.***> wrote: > Is this issue still open? I would like to work...

Thank you Laurie, I think there are a couple of issues here... ActiveRecord::ConnectionNotEstablished: could not connect to server: No such file or directory #0 232.7 Is the server running locally...