Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcoded local path #18

Open
brandondrew opened this issue Nov 16, 2022 · 0 comments
Open

Hardcoded local path #18

brandondrew opened this issue Nov 16, 2022 · 0 comments

Comments

@brandondrew
Copy link

I've been unable to get the Froala gem working for me, and so I thought I'd try the example app so I could eliminate a lot of variables and also have a model to look at (in case anything was missing from the README for that gem).

When I cloned this repo and tried running it, I found that it has hardcoded local paths. As far as I can see, there's no good reason for that.

$ PORT=3011 rails server
The path `/Users/me/work/wysiwyg-editor-ruby-sdk` does not exist.

The problem is in the Gemfile, right at the bottom:

# Froala Editor SDK
gem 'froala-editor-sdk', path: '/Users/me/work/wysiwyg-editor-ruby-sdk'

Also, is froala-editor-sdk just an old version of wysiwyg-rails? Since I don't see wysiwyg-rails listed in the Gemfile here, I'm guessing that that's the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant