Search Results for "how-to-work-on-roadrunner-email-problems"

Lessons





















Forum Threads

Dynamic Nested Forms with Turbo Discussion

45
General
Great demo of an awesome new ability. Thanks!
Matthias Orgler replied

Create a filterable location based database with Google Maps API?

1
Databases
I’m not sure exactly how to word the functionality of what I’m trying to build but let to give it a shot here to see if someone has built or seen something similar I’m working on a web app that wi...
ammys09 replied

Setup MacOS 12 Monterey Discussion

30
General
Hello Chris, Thanks a lot for this guide. I was having a really hard time trying to install homebrew and rails on my MacBook after I installed Monterey. 😃

How to use Hotwire in Rails Discussion

86
General
Can you please provide the repository for this also?
Ahmad khatab replied

Welp. They just let me go.!!

2
General
I started with a company 7 weeks ago and they just let me go. They had no training material whatsoever. They interviewed me as an engineer. The moment I started, they started treating me like a man...
zeno47 replied

GitHub Actions with Ruby on Rails: Setting up Continuous Integration Discussion

19
General
Congratulations on the video was very good, I will try today
Ignacio Alonso replied

How do I temporarily redirect stderr in Ruby on Rails?

2
Rails
Hi, gays. I would like to ask for advice. I asked this question on [StackOverflow](https://stackoverflow.com/questions/56828359/how-do-i-temporarily-redirect-stderr-in-ruby-on-rails) , but I did no...
Alexey replied

How do Rails developers work with JS developers on a project?

5
General
Hi there! I've been the only developer at my workplace for a while now and I've been coding in Rails, primarily. I don't have any formal qualifications in development, but I've been self-learning ...
Chris Oliver replied

Direct Uploads with ActiveStorage Discussion

21
General
I'm running to a small error I think. Alright, so when I try to get the a file to upload It seems to begin the process and then commit but then it stops. I get a completed 200 ok but the issue is t...
Aaron replied

How do I access files on server with a cron or similar ? (outside of app)

17
Rails
Hi everyone, i'm a bit new to rails and i'm searching for help.I have a rails app where I receive a zipfile on my server (outside of the app, homedir of new FTP user).Then I want to unzip the files...
Jacob Montgomery replied
Solved

Recurring events with the ice_cube gem Discussion

47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...

Solving FizzBuzz in Ruby Discussion

16
General
Love this episode Chris.Would love to see more.
Dylan replied

Improving In-App Notifications Discussion

24
General
+1 for the ActionCable episode!
Taylor Cooney replied

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

How To Setup Vagrant For Rails Development Discussion

8
General
Nice guide. A few weeks ago I tried following it but ran into a few problems with chef recipes but now it worked =)Only two small problems: 1 - My "bundler" gem was not installed by vagrant, everyt...
Young Jung replied

CSV Upload Form to Import Records Discussion

11
General
Awesome job on explaining imports in a simple way. Some of the most complex chunks of code I have worked on are imports. Especially if the data is inconsistent and needs to have all the edge cases ...
spacerobotTR replied

ActiveSupport Concerns: Making a Soft Deletable module Discussion

12
General
You could add :deleted_at field inside included_do, so it's added everywhere you include the concern. Actually not sure if it's possible with ActiveRecord, but with Mongoid for sure.
Z Devel replied

Comments With Polymorphic Associations Discussion

98
General
Awesome Video. I really liked and refreshed my concepts about Polymorphic Associations. Thanks :)
Karl McCollester replied

Pretty urls with FriendlyID Discussion

25
General
Why are you able to use find_by_slug? Are you using the deprecated finders gem?
Tom Dringer replied

Hourly Production Server Database And File Backups Discussion

31
General
Thank you for this! I should get this up and running on a site I run for a complex fantasy football league...I've been meaning to with Cron jobs and whatnot, but it's just such a hassle and, so far...
Travis Smith replied