You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS and Ruby details:
Windows 10 64 bit, version 1803
Ruby version: 2.4.1; Rails version: 5.2.2
Issue No 1: == Command ["bin/rails db:setup"] failed ==
After running the command "ruby bin/setup" everything goes fine except it fails to execute "rails db:setup".
Issue no 2: ActiveRecord::RecordInvalid (Validation failed: Image Paperclip::Errors::NotIdentifiedByImageMagickError):
After creating a product, it is not saving that. When I click on the "Save" button nothing happens. There is this error on the console.
~PS Here I am a Ruby beginner so I can't figure out how to fix this. before running it on Windows, I failed in using this on Ubuntu 16.10 as well (there were errors in compiling process (while running ./bin/setup command)).
For reference here is the "application.yaml" file, tell me if I am doing something wrong..............................thanks..
The text was updated successfully, but these errors were encountered:
OS and Ruby details:
Windows 10 64 bit, version 1803
Ruby version: 2.4.1; Rails version: 5.2.2
Issue No 1: == Command ["bin/rails db:setup"] failed ==
After running the command "ruby bin/setup" everything goes fine except it fails to execute "rails db:setup".
Issue no 2: ActiveRecord::RecordInvalid (Validation failed: Image Paperclip::Errors::NotIdentifiedByImageMagickError):
After creating a product, it is not saving that. When I click on the "Save" button nothing happens. There is this error on the console.
~PS Here I am a Ruby beginner so I can't figure out how to fix this. before running it on Windows, I failed in using this on Ubuntu 16.10 as well (there were errors in compiling process (while running ./bin/setup command)).
For reference here is the "application.yaml" file, tell me if I am doing something wrong..............................thanks..
The text was updated successfully, but these errors were encountered: