
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.

Rails 7 custom fonts are not working on staging enviroment
2
CSS
In development mode the custom fonts (Raleway) are present but it is not reflected in the staging environment. I deployed my app to Heroku.
Added the following command in the application.rb
```
co...

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"})

A Gorails "Path" series to learn the Rails way of doing Javascript?
2
General
Hey Chris. I'm coming back to Rails after some 2 years.
While I'm able to pick things up, I'm confused by all the new rails way of doing Javascript and Ajax.
Before I left, there was only stimulus...
Chris Oliver replied

I miss App-Folders and Files after create a app
0
Rails
Hello and good day to all.
I'm new to RVM, Ruby and Rails and I have a problem.
I use RVM.
If I create a new RAILS app with the following command:
rails new appname -d mysql
Do I get the impress...
RubySnug posted

Rails for Beginners Part 19: Edit Password Discussion
15
General
Editing the password with an empty string (i.e. not filling the fields and clicking right away on the submit button) doesn't throw any error, Current.user.update(password_params) returns true and t...
Alex replied

Nested Comment Threads in Rails - Part 1 Discussion
36
General
Greate episode! If I should get this episode a couple of years ago, that may should saved my life jajaja!
So, this is the same logic you are using here in your post and epdisode comments?

How do I create a sortable & searchable table with pagination?
2
Rails
Not really sure how to set this up with the different query params. Could someone point me in the right direction? Thanks!
Kevin Gutowski replied