
Start development instantly using devcontainers
0
Rails
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup an...

Will there be GoRails as open source project?
1
Rails
There are a lot of cool stuff that made with love.
It'll be very usefull to learning advanced stuff from source code of GoRails

Rails 6/7 Template Recommendations for SaaS
1
Rails
Hi 👋
Can you recommend any good SaaS oriented (e.g. including user authentication, admin panel, stripe integration, basic landing-page) templates based on Rails 6/7 which don't require a yearly su...
Chris Oliver replied

Limit the file size of Direct Upload ActiveStorage and ActionText Attachments
0
Rails
As the title says, I'm looking for ways of limiting the file upload size of both ActiveStorage attachments and ActionText attachments. I know this problem will require both client side and server s...
Tonksthebear posted

Need guidance regarding my project: Neophyte LMS system
2
Rails
Hi guys, I'm developing a LMS system (in Rails 5) for my university project which is about training new employees in any compnay by setting projects and challenges (sequentially) to start with. For...

How to properly configure Maizzle in a Rails app?
0
Rails
I found few reference about it, include a Podcast with Chris... but no real end-to-end proper integration.
So far I have read https://github.com/maizzle/framework/issues/346 and the Mix & Go (b...
Stéphane Paquet posted

routing problem with devise
0
Rails
my root path is root "static_pages#index" but when i hit the url in development it redirects me to user/sign_in of devise..

Seeking Guidance on Managing Nested Attributes in Rails with accepts_nested_attributes_for
0
Rails
Hi GoRails Community,
I'm working on a Rails project that involves complex nested attributes, and I've hit a roadblock. I want to efficiently manage parent-child relationships within my models, bu...
Emma Wilson posted

How do I deploy a Rails API server to an Ubuntu 20.04 server using to nginx
1
Rails
I have an Ionic Angular App which makes requests to a Rails Api server.
On my local development machine everything works fine. The Rails Api server is accessible via localhost:3000/api which the a...
feng zhengyi replied

Dubugging
3
Rails
Is there a method to debug hosted ruby on rails application and check the request and response object

installation of rails in ubuntu 18.04 at windows 11
3
Rails
$ asdf install ruby 3.0.0
To follow progress, use 'tail -f /tmp/ruby-build.20230709161531.2745.log' or pass --verbose
Downloading ruby-3.0.0.tar.gz...
Installing ruby-3.0.0...
BUILD FAILED (Ubuntu ...
teroco replied

How can I get correct path of image (Production env) in Controller js (StimulusJs file) of Rails 7 app?
1
Rails
I am using `event.target.innerHTML = ` to add element when a action is triggered. It works well in development but when I deploy it in Production, it's failed to load the image's path because the c...
Robert Ault replied

ActsAsTenant demo app
1
Rails
I want to follow up on this post because I'm really interested in developing an application like Shopify that could be able to manage tenants pointing their own domains (not subdomains) to its acco...
Robert Ault replied

I am wondering if there is a way to access the current_tenant ID within a sidekiq job?
1
Rails
I can see that everything is scoped to the tenant via `ActsAsTenant.with_tenant`
https://github.com/ErwinM/acts_as_tenant/blob/master/lib/acts_as_tenant/sidekiq.rb
but wondering if I wanted to acc...
Michael Smith replied

Writing an ActiveRecord adapter
0
Rails
Since none currently exists, I'd like to write my own ActiveRecord adapter for the Immudb database. However, I've been searching for a while online and can't find any good resources on how to write...
DEEPAK KUMAR posted