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

Lessons





















Forum Threads

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

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 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

How to use Hotwire in Rails Discussion

86
General
Can you please provide the repository for this also?
D john replied

How did you become good at back end development / Ruby on Rails?

7
Rails
My introduction to Ruby on Rails was a "complete course" on Udemy and reading Michael Hartl's book. A year's worth of dedicated practice later, I'm still struggling with my skills and understandin...
Alan Reid replied
Solved

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

How can I subscribe a user when creating a new project?

7
Ruby
**How can I subscribe a user when creating a new project?** I'm having a hard time on the `create` method. Currently this is my code: ### Projects controller ```ruby def create @project...
Solved

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

Is it possible to incorporate React + Redux into existing Rails application?

11
Javascript
I have been working on creating a Medium clone to learn Ruby on Rails. It started out as just a plain Rails app but as the app evolved I started using React in the front end (using react-rails gem)...
Aaron replied

Looking for Rails work? / Hiring Rails developers?

52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work. *Please lead with either SE...
Azmat Ulhaq 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

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

Searchkick: Reindex on model in multitenancy through default scope app

28
General
Has anyone had any success indexing their multitenant data with searchkick? I followed the suggested article in the readme (https://www.tiagoamaro.com.br/2014/12/11/multi-tenancy-with-searchkick/) ...
Chris Oliver replied

Spree commerce vs custom solution from scratch

5
General
Hey Chris, like most people already mentioned, awesome content on GoRails.com. I love how you give additional explanation to how things work and not just a step by step tutorial how to make somethi...
William Gillett replied

Idea for TimeClock Need Advice

27
General
I'm wanting to integrate Time Clock functionality into an existing Rails 3.2.21 app. I think I have an idea of how to do this, but I need some advice on the how to handle different scenarios. So ...
shakycode 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

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

Running multiple Rails versions

9
Rails
Hi guys (and ladies if any), I have installed Rails with rbenv (recommended), but now because of significant changes between 5.0.1 and 5.1 versions, I want to start a new project with 5.1 (because...
Monroe Mann replied
Solved

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

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