
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

Cyber Security VS Software Engineering
5
General
what is the difference between cyber security and software engineering?
Lardius 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!

Dynamic Single Table Inheritance with Rails Discussion
8
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...
benoit torrent replied

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

Is there an RSS feed, newsletter, mastodon feed, etc. that notifies when new things come out?
2
Site Feedback
The twitter feed doesn't appear to have been updated in a while. The blog has an RSS feed, but it doesn't seem to include when new episodes come out. For me just having RSS at the "Lessons" route w...
Cheryl Alderson replied

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

Timestamp management with ActiveRecord::Events
1
Showcase
Hi guys!
I recently released a gem for managing timestamp fields in ActiveRecord models and I'm excited to share it with you.
By adding convenience methods on top of a `datetime` field, the gem a...
Lardius replied

New Project Rails 6 rc1 or 5.2.3?
5
General
Rails 6 should be just around the corner once they fix a couple of bugs/regressions. Since you probably won't be finished with your app by then, you won't have to worry about the upgrade if you sta...
Lardius replied
Solved

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

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

Web Scraper UI Controllers & Actions Discussion
0
General