Rails 7 and postgres 15
Configure the Rails Application. Create the Application. Add the PostgreSQL username and password. Create the new application databases.
Randy Medina repliedConfigure the Rails Application. Create the Application. Add the PostgreSQL username and password. Create the new application databases.
Randy Medina repliedThanks
Lardius repliedI don't understand the static values declaration here on the clipboard_controller. Can you throw some more light on it please ? How does that work ?
Nimit Bhandari postedThank you Chris - subscribed to GoRails today. Your suggestion got me past the error I was having but not quite there to being able to upload an image to S3. Now it's throwing: SignatureDoesNotM...
Mike Cannon repliedWhatsapp apk is the app that I downloaded at apkhihe. I am very satisfied with the Whatsapp apk app, it's amazing.
CharlenePratt repliedLittle es6 javascript tweak, we can switch from `this.success.bind(this)` to `this.success` if we define the functions with `=>` operator: ``` success = (position) => { ... } error = () =&g...
Tworedkites replied@Chris, I know this episode is a little old, but this is still something I'm dealing with today. I understand the rationale behind the move to get rid of jQuery in web apps: jQuery was from a time...
Dan LeGrand repliedYes, it's fixed. https://github.com/basecamp/mission_control-jobs/pull/47
Chris Oliver repliedYou can add your own sites in /etc/nginx/sites-enabled/mysite. Just don't use a name that matches an app name in Hatchbox. Hatchbox doesn't really make any adjustments to the NGINX config other th...
Chris Oliver repliedMy app accesses multiple databases and I want to scope the model folder. So I would have two users types, e.g. (DB1::User, and DB2::User). I added the routes as `devise_for 'db1/user` and devise_...
gmhawash postedThanks for that Chris! Have you looked into the Litestack Gem at all? Seems pretty neat!
Rich Smith repliedThis is a service that I wrote to decouple from the models into a service. this will only work with OAuth-derived strategies. just call `OmniAuthService.refresh!(user_omniauth_provider_record)` f...
Freibuis repliedHi, I'm asked to make Stripe plans where the user can chose between three plans where pricing depends of the duration: * per month (15$/mo) * per trimester (12$/mo) * per year (10$/mo) For all thi...
Nathan Chalot posted