
Multiple select for CSV Export?..
1
General
Hello,
My users can create a report record which is basically a scaffolded model "Report" with controller and views. The users can use this model to create records that a CSV method is using to qu...
alexsunny replied
Solved

Remote form - update partial in Rails 6
2
Rails
This may sound super dumb but is there a new and improved way to remotely update partials in Rails 6. I've used the 'update.js.erb' file before to render the partial but for rails 6 is there an upd...
Chris Oliver replied
Solved

Please help!!! My App is Down
2
Rails
Hello my app is down this morning saying ***500 Internal Server Error
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file...
Chris Oliver replied
Solved

How do I renew my plan at the current discount?
2
Site Feedback
I upgraded my account at the black friday sale in 2019.
Do I need to cancel and upgrade, or would last year's discount get re-applied at renewal?
Thank you.
Andrei A replied
Solved

Beginner Tutorial in Rails6.0
3
General
I am a CS Professor who teaches a web application class in Rails. I created a series of videos for my class. I want to make them publically avaliable for free. (I do not receive money on YouTube fo...
Yash Gadodia replied
Solved

What is the best way to determine the country/currency for a user?
1
Rails
I am using a similar set-up as gorails - devise for registration and stripe for subscriptions. I have separate plans for each currency were are going to market to (USD, CAD, GBP). But I want to...
Jacob Montgomery replied
Solved

Create little (parse data, formatting and counting) project
2
General
Hello, friends. I am a total newbie in ruby, I want to try to do the following thing: create a program that will collect vacancies and monitor the number of repeated words from them.
The structure ...
Solved

Huge syslog file in production
3
Rails
Hi,
We have a rails app with sidekiq in an Ubuntu 18.04 machine hosted in AWS.
We've recently started to run out of space in our disk. I've then noticed that we have a huge /var/log/syslog file, ...
Chris Oliver replied
Solved

How do I configure Rails to use a Proxy URL
0
Servers
Let's say we have a Rails project operating on the domain https://hello.world.com. The way the organization's infrastructure is set up, https://hello.world.com gets proxied into a new URL called -...
Mountaindog posted
Solved

Managed Postgres with DigitalOcean or thru own server with Hatchbox
5
Rails
I've been going thru the various ways to publish a rails app and trying to decide which method is going to be the best in the long run. After some searching I think Hatchbox and DigitalOcean is go...
Olly Headey replied
Solved

How to create a minitest fixture for a non database model?
1
Testing
Hi!
Is there a way to create a fixture for a model that is not in the database? I built my app a few years back following a guide in which the Plans were loaded from a YML file and instantiated as...
Simon Moro replied
Solved

How do I show a modal popup from a link_to button
1
Rails
Hi,
I am trying to build a modal popup when pushing a link_to button. How do I accomplish this? The modal doesn't popup yet, but is underneath my link_to button.
<% if signed_i...
Samantha O replied
Solved

Very strange Rails app behaviour
3
Rails
I've been writing a meal planning app, using Devise for user auth. I've generated the viexws,,,,,,,,,, set config.scoped_views to true, made sure routes.rb has devise_for :users, and setup my befo...
John replied
Solved

Setup noticed to send emails through a mailer?
2
Gems / Libraries
Hi Chris,
Sorry, I didn't "notice" (a lot to unpack here about my notice abilities) that you had a dedicated section for questions:
I was wondering how you configure your Noticed gem to work with...
Solved

undefined method `minimum' for #<Store:0x00007fb25c749b20>
1
General
Hi,
I have a Store model and a PricingClassification model. The PricingClassification belongs to Store. I have made a wizard for creating a store and I am trying to add a range in pricingClassifica...
Samantha O replied
Solved

How do I add ranges to my application?
6
Ruby
Hi in my app I want to have a price classification table where I want to add a range per person...
For example: range_per_person = 1-10, 11-20, 21-30 etc etc.
How can I achieve this? See my schema...
Chris Oliver replied
Solved

Mysql2::Error::ConnectionError: Access denied for user 'root'@'localhost' (using password: NO)
5
Databases
Hello, I have problems with my connection to mysql and rails, when I access mysql through the terminal with the root user I have no problem, but when I do a db: create rails but I get the error tha...
Elvis Serrão replied
Solved

Do I need the jumpstart gem embedded in my application?
1
General
I noticed my Jumpstart Pro-based application contains the jumpstart gem in _lib/jumpstart_. I also see the _Gemfile_ refers to the jumpstart gem via the local file system. My question is... Does th...
Chris Oliver replied
Solved

How do I create a duplicate with associations included?
8
Rails
I'm fairly new to Rails and still learning. I recently stumbled upon a problem that I'm sure there is an easy way to fix it, but I haven't figured it out yet. In the application I'm trying to creat...
msalsabil replied
Solved

"NoMethodError: undefined method `deep_symbolize_keys'" when trying to deploy my application
2
Rails
Hey I followed the deploying guide for Ubuntu 20.04 LTS. When deploying my application I get the following error. Googling around I haven't been able to locate any leads on what to do... anyone h...
Solved