How to use Dependency Injection in Ruby Discussion
0
General
How can I pass an array to where includes clause
0
General
@items=Item.where(category_id IN ()
Anyone know the syntax? I'm trying to add to the category id's of the descendant categories (if any) in addition
Fugee Ohu posted
HTML Learning Path - Additional Input Types Discussion
0
General
HTML Learning Path - Button Element Discussion
0
General
HTML Learning Path - Intro to Forms Discussion
0
General
HTML Learning Path - Additional Semantic Elements Discussion
0
General
HTML Learning Path - List and Nav Elements Discussion
0
General
HTML Learning Path - Anchor Elements Discussion
0
General
HTML Learning Path - HTML Document Structure Discussion
0
General
HTML Learning Path - What is HTML and Why Learn It Discussion
0
General
Dynamic Select Fields in Rails with Hotwire Discussion
19
General
If I'm reading this error correctly does this mean the url value and param value are not being pulled from the data fields?
GET "/undefined?undefined=Head&target=muscle-table"
chloetakahashi replied
How to Modify & Customize ActionText HTML Output in Rails Discussion
7
General
This was so helpful.
I was able to override the default actiontext HTML templates after viewing this. My current codebase's ActionText install does not have any editable ERB files in /views/, and...
matt swanson replied
How do i measure the time spend in a ActiveRecord callback?
1
General
I wanted to measure the time spend for validation/before_save/after_commit while saving a active record object. Is there a gem already available for it.
How Much Does Develop CRM Software Cost?
3
General
Hi everyone,
I'm interested in developing CRM software , and I'm trying to get a better understanding of the costs involved. I've done some research online, but I'm hoping to get some feedback fro...
NycTicker replied
Setup Ubuntu 24.04 Noble Numbat Discussion
0
General
Powerful Rails Features You Might Not Know Discussion
0
General
This was a great presentation Chris. Well done!!!
In the demo on ActionText Embeds (@mention), are you still using the [Tribute](https://github.com/zurb/tribute) library?
Eric Berry posted
Two applications same database
0
General
Hello fellow programmers,
I have built a first application using devise and postgresql to sign up the admin for the exercise. The first application is for sign up purpose only.
https://github.co...
Asim Mehmood Khan posted
Puma vs Passenger
2
General
I am working on a Rails 6.1 application, and would like to understand the deployment options. By default, the application was generated with the Puma gem. Do I need to make any changes for producti...
Michael Lynch replied
Setup MacOS 13 Ventura Discussion
17
General
To install rbenv you also need brew install openssl@1.1 readline libyaml gmp or brew install openssl@3 readline libyaml gmp. https://github.com/rbenv/ruby-build/wiki#suggested-build-environment
Kevin Causey replied
Rails for Beginners Part 38: Deploying to Heroku Discussion
13
General
I wasn't able to see the error where the users database table does not exist. I'm not sure if this is because I am on free tier but only the requests show on the logs and not the error itself:
```...
Guilherme Domingos replied