Prevent spam bots from hitting app
7
General
Hi guys and gals
Wasn't sure which category to put this in but here goes anyway...
I have a Rails 5 app in production hosted on Heroku. I recently noticed a particularly high load on the servers ...
Mapping API Resources & Handling Pagination Discussion
2
General
Looks like the code in this episode has evolved over time, I'm watching it (paid my subscription too) in 2022, post pandemic, and the source code is quite different now at GitHub, where can I find ...
Brandon replied
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 build GitHub Apps with Rails Discussion
0
General
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
Rails for Beginners Part 16: Logging Out Users Discussion
3
General
Could you provide a little excerpt of why button_to is better than link_to for Hotwire? Or a link to the specific video and time? I'm sure it would be useful.
Andrés Ibáñez Ulloa replied
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..
Using the Trix Editor plus File Upload Attachments Discussion
52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied
Rails for Beginners Part 4: The MVC (Model, View, Controller) Pattern? Discussion
1
General
excellent explanation helped me a lot to understand the concepts
Anyone have any brilliant solutions for connecting to Snowflake.
0
Databases
I am currently using ODBC connection with 'ruby-odbc' and 'Sequel' gem but I am finding it incredibly slow. Thirty-Five seconds to load 12 records while it was instantaneous with the now retired M...
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 have a list view like tailwind?
1
CSS
Hello,
I created a real estate listings model, but on the index view the list isnt like in the example, it showing all the details of the listing creating like a big box of each listing instead o...
Emma Wilson replied
Ask
2
General
where I can look for sites that study rails version 6 point of sales and all
LloydWeimann replied
When I search for a movie it shows the json output
1
Javascript
Hai Chris
First of all it was a wonderful and useful video
When I search the keyword it open the result in json
where do i make mistak...
RandallGuerrero replied
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
How do I start to learn programming and eventually land my first job?
0
Tips
I am a 21-year-old adult with just the basic understanding of programming; however, I am fascinated by the applications modern computer programs have reached. I would like to hear any tips anyone m...
Ernesto Flores posted
How to Build Reusable Features with Concerns in Ruby on Rails Discussion
5
General
Hey Chris, could this approach be combined with routing concerns and so only use one controller?
Bashar replied