Search Results for "how-do-i-migrate-rich-text-data-from-ckeditor-to-actiontext"
Lessons
Forum Threads

Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

How do I migrate apartment gem to Heroku correctly?
4
Rails
I've implemented the apartment gem and am able to run it in my local environment. However, when I deployed to Heroku, the site won't load and I get this error in the logs `Apartment::TenantNotFoun...
Vitor Ribas replied

How do I display several posts in related "weeks"
17
General
I would like to structure my blog so that I can assign posts I have created with Trix and Shrine to weeks.
I want to have 12 teaserboxes on my index page which can then be clicked and if I click o...

How to I migrate from Refile to ActiveStorage?
0
Rails
Hello there, any idea how to migrate a running project using Refile to the new rails's Active Storage? Anyone knows any tutorial/guide about how to do that?Thanks,Patrick
Alisson Patrick posted

Actioncable production settings when using heroku + custom domain
1
Servers
So I built a website and pushed it to heroku production `example.herokuapp.com` and bought a domain to reroute example.com to show whatever is on `example.herokuapp.com`.
This all works great, exc...
Masud Hossain replied

Jumpstart Template
1
Rails
I followed this tutorial (https://github.com/excide3/jumpstart), when I go into powershell and enter EDITOR=subl rails credentials:edit it comes up as a empty file. If I try and migrate the Databas...
Tom Marler replied

How do I switch from 1 database to 1 database per client?
6
Databases
I have a multi-tenancy app where everything is stored in 1 Postgres database. All models have a account_id, so the data a customer can see is based on his account_id. This works perfect, but due to...
Ary Rabelo replied
Solved

How might I handle event-sourcing?
2
Rails
I've *never* been happy with the way I've implemented certain kinds of features:
* Notifications
* Some kinds of reporting
* Activity Feeds
Then, I saw two things:
1. The "bucket/recording" patter...
Chris Zempel replied

How to migrate from Heroku to Digital Ocean
10
Servers
Chris, I'm thinking of moving to digital Ocean from Heroku but my knowledge on this topic is cloudy. Can you tell us about the differences between the 2 service? and benefit.
tim carmichael replied
Solved

How to Migrate from Heroku to Hatchbox.io Discussion
9
General
Thanks, Chris!I'd love to see more of these. I'm using Hatch and loving it, I just don't think I'm using it to it's full potential.I think a series of setting up and configuring different features ...
Matthias Orgler replied

404 Not Found after deploy to Ubuntu server
1
Servers
I followed the [tutorial](https://gorails.com/deploy/ubuntu/14.04) on this site and deploy my rail app on the newly setup ubuntu server.
the rails app is successfully run on heroku, so it must som...
Chris Oliver replied

Migrate away from Mandrill?
14
Gems / Libraries
You have a screencast where you [describe how to incorporate Mandrill into your Rails application](https://gorails.com/episodes/sending-emails-with-mandrill?autoplay=1), and because of that I've us...
Melanie replied

Making a gem like thoughtbot's refills gem
3
Gems / Libraries
Heya,
I saw on HN the other day that USDS has released a styleguide/component system based off of Bourbon. I'd like to toy around with making a gem based off of the Refills gem that allows me to l...
Chris Oliver replied

Use .ENV instead of Secrets.yml for keys
6
Servers
Regarding around time area 3min for *Direct File Uploads to S3: Part 2*, I was wondering if I could just use ```.ENV``` since I'm using this as an example for my Github and Heroku. Instead of putt...
Chris Oliver replied
Solved

Could I deploy two different apps on the same server?
6
Servers
Hello everyone,
Yesterday, I started using HatchBox to deploy my Rails applications and it is working just fine.
I was thinking about deploying 2 Rails applications on the same Vultr | 1GB RAM | ...
Solved

Rails for Beginners Part 25: Twitter Account Model Discussion
21
General
Hi! After setting the twitter_account model, before accessing Ruby console and running the "User.last.twitter_accounts" command, shouldn't we run 'rails db:migrate' to actually create the table in ...
Andrii Mishchenko replied

Pagination with Stimulus
3
Rails
I'm trying to migrate to Stimulus and I thought a good place to start would be to move all my UJS style partials that are using jQuery to Stimulus. It would be great to use one Stimulus controller ...
Cory Johnson replied

Button Loading Animations with jQuery UJS Discussion
68
General
Thank you! Really simple. :)
Marcos Filho replied

How do I allow a user to make multiple payments on one booking using Stripe?
38
General
I'm building an events app using Rails and Stripe to handle payments. I've used javascript for my booking page in order to allow a user to book and pay for multiple spaces rather than just one at a...
Chris Oliver replied
Solved