Transcription UI Improvements Discussion
0
General
Rails I18n Cheatsheet Discussion
0
General
Hey everyone! Check out this Rails I18n (Internationalization tunnel rush) cheatsheet I found. It's been super helpful for managing translations in my projects. Thought I'd share the love. What are...
Juan Jacobson posted
Deploy Ubuntu 16.04 Xenial Xerus Discussion
0
General
Scraping Web Pages with Ruby Discussion
1
General
I haven't seen the next episodes yet but up until this point I'm wondering if a Scraper class is really a recommended way to do this? It seems like you are just replacing the Nokogiri API with your...
Chris Oliver replied
Action Text bug with files on Amazon S3
0
Rails
Hi, found this problem with Action Text. For example, we have a blog model with a content field (action text field). We have attached the image (at this point it has been uploaded to amazon s3) and...
Vladholovchak posted
How many people have transitioned from .NET development to Ruby on Rails
0
General
Hi,
As per the title I am an experienced .NET developer who has mostly been working the backend with API's got into frontend a little mostly Vue and did some MVC in the past but not in anger.
So f...
Tahir Khalid posted
Migrating Application from Heroku to Hatchbox AWS - rails console fails
1
Rails
I started migrating the application from Heroku to AWS using Hatchbox. The deployment was successful. But when I tried accessing the rails console, I'm getting a `NameError`.
```
/home/deploy/app-...
David replied
Jumpstart free version bug
0
Rails
Hi @Alex it seems the admin section is no longer working
Mina Adel posted
In-App Messages Between Users Discussion
25
General
Great episode Chris!Can't wait to get into the more advanced stuff.Thanks!
Form Objects Design Pattern Discussion
15
General
Nice episode, I've been using forms like this all over the place, especially when an AR object can be saved via many different use cases with many different "valid" states. One quibble, seem more ...
Jasper Wilde replied
How can I add i18n (Spanish <> English) for user posts in a PWA?
0
Gems / Libraries
I have a Rails site with a PWA and also a native app built w/ a wrapper. The site/app is for Hotel staff to communicate. Some of the staff speak and post in Spanish-only and some English-only. How ...
Ryan Mindigo posted
Rails 7 and postgres 15
9
Databases
I've got Postgres15 installed via Homebrew, and it's running.
When I build a new Rails 7 app with: "rails new testapppg -d postgres" I can't get it to install pg (1.4.6)
I see errors like "Unable ...
Randy Medina replied
Copy Passwords To Clipboard Discussion
0
General
I 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 posted
Amazon S3 in blog tutorial error
2
Rails
I am following the Go Rails blog tutorial. Currently trying to work through trying to set up Amazon S3 to upload images from the blog app. I've retraced the steps from the blog numerous times. I...
Mike Cannon replied
How to use the Browser Geolocation API with Rails Discussion
3
General
Back to Rails: I would prefer Ruby/Rails screencasts over more and more Stimulus. Please don't become a Stimulus videocast.
Tworedkites replied
Failed to Run Localhost because of Run Time Error
0
Testing
I'm getting runtime error whenever I run the localhost. Redis was running but it only loaded the homepage. After about 10 seconds, the server stopped and gave us this error.
```
`__connect_nonblock...
Web Scraper UI Controllers & Actions Discussion
0
General
Storing Web Scraper Results in ActiveRecord models Discussion
0
General
Host PHP without breaking Hatchbox?
8
General
Hi,
I have a couple of small PHP scripts I want to host on my Hatchbox / Vultr / Ubuntu server.
Whats the best way to do that without screwing up Hatchbox?
Thanks!
Chris Oliver replied
Devise, scoped models
0
Rails
My 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 posted