Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

databaseanswers.net Latest Questions

I’m trying create a app with ruby on rails in termux, I already installed the necessary gems and packages for the setup, but when doing rails db:create. I get this error rails aborted! ActiveRecord::ConnectionNotEstablished: connection to server on socket "/data/data/com.termux/files/usr/tmp/.s.PGSQL.5432" failed: ...

  • 0
Clara

I have a model ServiceAgreement with :starts_at(Datetime), :ends_at(Datetime), and :service_interval(integer that corresponds to an enum) {"weekly"=>0, "every_month"=>1, "biannually"=>2, "annually"=>3} I need this virtual column to be an array of the proposed service dates based on the distance between starts_at and ends_at. ex. ...