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 do I provide a file for downloading while ignoring timeouts
6
General
I want to provide a file for downloading. The download is allways cancled after 60 seconds.
I'm hosting my Rails project (ruby '2.7.4', rails '6.1.0') on platform.sh (docs.platform .sh/). Because ...
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
creating new rails app error
10
General
Hi i am creating new app with command rails new myapp then i am getting this error but unable to find how to resolve this i tried installing tzinfo, tzinfo-data and updating bundle but still proble...
formalexclusive 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
career on cyber security skills?
2
General
anyone help me to know about cyber security skills
MiracleJiggy 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
Capistrano deploy fail to do rake db migrate
0
Rails
I follow this tutorial from crabs code
and do all as in tutorial but when i do cap production deploy initial
capistrano fail to do rake db migrate. I think is because capistrano not do rake db crea...
Reni-amorim posted
Rails for Beginners Part 11: Creating the User model Discussion
7
General
Nicely done. User.all , User.first, User.last, User.create({hash:"hash"})