After install ruby 2.7.1, found capistrano deploy via puma having below error when restart:
|
After checking long time found it's just not install the bundler 1.17.3 as pumactl relay on it.
|
Notes, still need after capistrano-bundler release 2.0.
After install ruby 2.7.1, found capistrano deploy via puma having below error when restart:
|
After checking long time found it's just not install the bundler 1.17.3 as pumactl relay on it.
|
Notes, still need after capistrano-bundler release 2.0.
|
|
|
|
|
|
|
|
|
|
|
|
Largely following certbot guide
|
Running CentOS 7 as operation system for Rails is very stable, but such stability comes with stagnation, for example, the sqlite3 version is 3.7 instead of 3.8, so cause Rails 6 refused to run in CentOS 7 withouth install a third party sqlite3 version.
So a quickly fix is install atomic sqlite and setting the correct build options.
|
Maybe also need to do a patch but any way, I successfully upgrade to Rails 6.
|
List all table size.
|
Find table name.
|
After research 1 hours, I answered in the SO
|
|
微信AI开放接口, require that interface.
|
Running rails test:system in my local dev always pending and timeout problem haunted me for a long time, finally, I know why.
Due to some change introduced in Google, every time a new chromedriver installed using brew, the first time running always need to download a file from storage.l.googleusercontent.com. but due to there is GFW in China, it always pending.
So resolved is quite simple, make sure you running ruby.exe(or binary of ruby) when first time can access google site and that's it.
You need to make sure only once per every new version, that's it!
|
|
|
|
|