How do I search Action Text with Ransack?
Thanks, I will play around with it and see what I can figure out.

5
Rails
Please help!!! My App is Down
Hey Houssein,
You should contact support in Hatchbox, not on the GoRails forums. 👍

3
Rails
Beginner Tutorial in Rails6.0
Thank you for sharing ur resource :) Helps junior devs like me a lot!

4
General
What is the best way to determine the country/currency for a user?
Check out the Geocoder gem => https://github.com/alexreisner/geocoder and http://stackoverflow.com/questions/34816490/get-remote-ip-address-in-rails-model
What you'll want to do is snag the I...

2
Rails
Huge syslog file in production
Awesome. You can use the RAILS_LOG_TO_STDOUT env var to have Rails not write to the normal log file. You may also need to tweak the ActiveRecord logger if you need to turn it off.

4
Rails
How to build a GCS file browser & manager in Rails?
Hi Chris,
Awesome work with GoRails!!! I'm a big fan!
I'd like to build a Google Cloud Storage bucket file browser and manager. The key features would be browsing files on the bucket and dow...

2
Rails
How do I configure Rails to use a Proxy URL
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 -...

1
Servers
Image Attachments in ActionText not showing due to routing
Could you please explain how you configured nginx because I am having the same problem.

5
Rails
Managed Postgres with DigitalOcean or thru own server with Hatchbox
I'm in a similar position. I would like a load balanced cluster in Digital Ocean but I'd like to take advantage of their load balancers, Managed Postgres and Managed Redis. Is there a guide to conf...

6
Rails
How to create a minitest fixture for a non database model?
Actually... it seems it is auo loading them into the test environment... So, consider this closed :)

2
Testing
How do I show a modal popup from a link_to button
I got this working with javascript.
document.addEventListener("DOMContentLoaded", () => {
var modal = document.querySelector('.modal')
var el = document.getElementById("store...

2
Rails
Routing for Admin area not working
I got this issue this noon and it has been solved by following this thread. Thanks guy.

5
Rails
Very strange Rails app behaviour
Problem located, and resolved. The problem seems to have been 2 fold....first off, I didn't have a users controller....creating an empty one fixed the login/logout/signup behavior. Now I can e...

4
Rails
Share resources among controllers?
Have you perhaps created a project thread on the GitHub or https://www.domyhomework4me.onl? It's better to make suggestions when you see clearly what's required as the explanation is bit confusing...

4
Rails