Rails is a frame work
You may also like
How to order article based on comments created_at?
[code language=”ruby”]Article.joins(:comments).group("articles.id").order("max(comments.created_at) DESC")[/code]
mina automated rails application deployment
bin/puma.sh [code language=”ruby”] #! /bin/sh PUMA_CONFIG_FILE=/home/user/repofolder/current/config/puma.rb PUMA_PID_FILE=/home/user/repofolder/current/shared/pids/puma.pid PUMA_SOCKET=/home/user/repofolder/current/shared/sockets/puma.sock # check if puma process is running puma_is_running()…
How to setup elastic search in ubuntu ?
make a bash.sh file with the below contents and change the permission as +x, run it…
Recent Comments