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
Session is not set until the page reload
I work with Rails remote form. After set the session like session[:user_id] = 123, the session is still blank {}. After I refreshed page, I got the user_id value.
How can I access those session wi...

1
Rails
Ruby on Rails
What is the path for learning Ruby on Raila? Which course do I start with?
Thanks in advance.

1
Rails
Embedable js app that talks to Rails
Hello, I wonder if anybody has some thoughts on how to do this.
I need to rewrite an iFrame app that runs embeded in various websites so that it runs as a js app in a div rather than an iFrame....

1
General
GoRails Screencast to setup Algolia ?
Any more thoughts on this? it would be really great if you do a screencast with Algolia places search using StimulusJS.

4
General
ActiveRecord queries are running too slow for Rails project
My ActiveRecord queries are taking too much load time and slowing down my API response times. I don't even have much data in the databse, like for accounts table there are only 10 rows. I'm running...

1
Rails
Address already in use for headless browser
I use Watir and headless Firefox/Chrome to scrape a website deployed with Hatchbox:
def perform(uid_number)
pool = RandomPort::Pool.new #random_port gem to generate a free port
port_number =...

1
Servers
Rails form post creates a 'Do you want to download “<form target>”' prompt on mobile
Hey everyone,
I'm just testing my first Rails app on mobile and whenever I submit a form I get a prompt to download the form target. See the screenshot below:
[Download Prompt on iPhone8](htt...

1
Rails
Testing Rails ActionCable Channel
I followed along with the Online user tracking with ActionCable and was able to get it all working. I replicated a similar channel in another app and again it works great, however when I came to te...

1
Rails
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
Rails micro-services and authentication domain to use with devise
Hi!
I'd like to split my rails application to microservices, such as
- main app 1
- main app 2
- main app N
- authentication and account management
- administration console
- marketing conso...

1
Rails
Considering jumpstart pro for a react native backend, is this a good idea?
Hey George,
Yes. Jumpstart pro comes with an API setup that makes it easy to get started with someting like a React Native frontend. I'm actually building a React Native app for my app as well.
...

2
General