Note: Fix Ruby on Rails Qt Installation
In your rails project when you run bundle
command, if you getting below error,
1
|
|
on Ubuntu, you can fix with below command to this error.
1
|
|
Then you need to install capybara-webkit
gem to your project with,
1
|
|
You can search this bug on stackoverflow
That’s all.
I hope your bug is fixed.