 
    ActiveMailer .with method
            
            1
          Rails
        
          Hi everyone,
What is the reasoning to use .with over the just passing the args using regular ways? 
for ex:
class UserMailer < ApplicationMailer
  def welcome_email
    @user = params[:user]
 ...
        
      
            
            Chris Oliver replied 
          
       
    Deploy Ubuntu 18.04 Bionic Beaver Discussion
            
            77
          General
        
          Thanks btihen! I'll get the tutorial updated for its changes shortly!
        
       
    ActionText and Globalize error
            
            5
          Rails
        
          Hi!
I have application which is using [globalize gem](https://github.com/globalize/globalize/) and i planning to start using ActionText. So, for example i have model called Business
```
class Busi...
        
       
    Docker Basics for Rails Discussion
            
            15
          General
        
          If I run rails inside of Docker, does this set-up require more resources from my my machine?
        
       
    How to include javascript node_modules dependencies in Rails Engine?
            
            4
          Rails
        
          I'm working on fork of `simple_discussion` gem which is Rails Engine to extend the functionality of forum in the parent Rails application.
I'm adding Markdown support using SimpleMDE. I've thought...
        
      
            
            crowdhamburger replied 
          
       
    How to correct Error 401 Unauthorized, using a multiple devise model ?
            
            1
          Rails
        
          I'm doing a mini-project, for which I'm using two devise models, a user model and a advisor model. When I log in as an advisor, I'm redirected to a 'pages_advisors' page. On this page, there's a li...
        
      
            
            Clément NICOLAS replied 
          
       
    Setup MacOS 15 Sequoia Discussion
            
            0
          General
         
    Help with concurrency
            
            2
          Ruby
        
          Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
        
      
            
            Matheus Cumpian replied 
          
       
    URL Shortener Requirements Discussion
            
            4
          General
        
          Adding the requirements here:
# URL Shortener
## Requirements
+ [ ] Submit a url in a form on the homepage
+ [ ] Url is saved to the database
+ [ ] The URL can be viewed by accessing a **Base62*...
        
      
            
            Derek Hobson replied 
          
       
    Setup Windows 11 Discussion
            
            8
          General
        
          In case you guys have Windows 10 like me:
1) Run PowerShell as administrator
2) Paste this command:
  Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
3) Restart...
        
      
            
            Derek Hobson replied 
          
       
    Black Friday 2024 - Sales on GoRails, Courses, Jumpstart, SellRepo! 🎉 Discussion
            
            3
          General
        
          This is awesome! 
I have annual contract with Jumpstart pro starting from last July. Do you prorate the billing if I switch to Black Friday Sales?
(I am also switching to annually for Gorails!) Rea...
        
      
            
            jack lin replied 
          
       
    Why aren't Tailwind UI components displaying properly?
            
            0
          Rails
        
          Is anyone else recently having issues with Tailwind UI components not displaying properly? For example, let’s examine the first “Stacked” component: **tailwindui dot com/components/application...
        
      
            
            Hideko Endo posted 
          
       
    Javascript not working in production
            
            5
          Rails
        
          I am using Rails 7 with importmap, everything works fine in development, but in production none of the  javascript works. Specifically, my channels files are of the "wrong MIME type" giving a 404, ...
        
      
            
            Derek Hobson replied 
          
       
    Activerecord adapter for sqlserver is loaded AFTER connection attempt is being made (?)
            
            0
          Databases
        
          Hi!
I am deploying a rails 7 app (7.2.2) on ruby 3.3.5 with an AR adapter for sqlserver (activerecord-sqlserver-adapter). As of version 7.2 the adapters have to to register themselves with AR in o...
        
      
            
            Mark Hapke posted 
          
       
    Struggle with Rails 7, esbuild, and Tailwind CSS Asset Loading
            
            3
          Rails
        
          Recently, I ran into an issue while setting up **esbuild** and **Tailwind CSS** in my Rails 7 app. Despite following all the recommended steps, my **stylesheets** and **JavaScript files** simply wo...
        
      
            
            Florian Osterhus replied 
          
       
    JOB Opening:ROR DEVELOPER_INDIA AND US(East Coast)
            
            3
          Ruby
        
          Hi Everyone,
We are looking for ROR Developer for our company Kiwitech (www.kiwitech.com)
Candidate should be a hard coder in ROR, should be capable of building a project from scratch.
Should be...
        
      
            
            Derek Hobson replied 
          
       
    OCR
            
            7
          General
        
          I am not a programmer!! But I create specifications for them. 
We are looking to add smart OCR to our ROR app. By smart, I mean that can read, pair, and export tabular data from a scanned/exported...
        
       
    I need recommendation for ecommerce store
            
            3
          General
        
          Hi,
I need a recommendation for Hosting as cPanel is easy to manage but is not a good option for an ecommerce store as I would have limited control and do have performance and security issues. Whe...
        
       
    Health Check Endpoint in Rails 7.1 Discussion
            
            0
          General
        
          This is fantastic to have out of the box in Rails. Hosting can now have a place to look and we don't have to do anything custom. 👍
        
       
    Form with references field
            
            1
          Rails
        
          I have a form with references field:
    <%= form.label :name, style: "display: block" %>
    <%= form.text_field :name %>
    <%= form.label :city_id_id, style: "display: block" %...