
Need helping getting started with Ruby on an m1 MacBook.
0
General
I'm new to Ruby on Rails and am having trouble getting my first project up and running.
I used Rosetta to open my terminal and installed homebrew, ruby, rails, postresql, mysql, and sqlite3, as we...
Humusk1 posted

How to use Uppy with ActiveStorage Discussion
37
General
Thanks for this!
Brian Carpenter replied

how to properly configure webpack for production
0
Rails
root@ubuntu:~/Make-Rails# ./bin/webpack
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration.no...
Sourabh Soni posted

CoffeeScript - How to work with coffeescript in ruby on rails?
1
Javascript
I am working with CoffeeScript in Ruby on rails. And I am using http://js2.coffee/ to convert my javascript and jquery into CoffeeScript.
We know, Ruby on Rails provides us by default .coffee file...
Chris Oliver replied

User Referral Program From Scratch Discussion
23
General
Just the thing I was needed for a current project, as usual, perfect timing Chris !
Ajay Mishael replied

Rails 6 Form remote: true Error
2
General
Hi, all!
I am following along with the video on how to make a chat application using action cable. In the video, I believe Rails 5 is being used, however, I wanted to try it out with Rails 6.
Eve...
Jake Smith replied
Solved

Heroku Error - We're sorry, but something went wrong.
2
Rails
Hey Guys,
I deployed my app to Heroku but I am getting the "We're sorry, but something went wrong.
" so I ran heroku logs and this is what I got:
```
2019-11-07T18:45:20.355498+00:00 app[web.1]:...

rails generate devise:install hangs
2
Rails
I ran into this issue today whilst I was trying to deploy jumpstart template into **my Rails 5.2.1 App**
When I ran rails generate devise:install nothing happened. No errors, no output – nothing...
Felender Hlungwani replied
Solved

Scheduling Posts Discussion
6
General
Great tutorial - thanks! While everything appears to be working fine, I'm still running into the turbolinks caching issues you spoke of at the ~22min mark even after installing the jquery-turbolink...
nnand85 replied

Ruby on rails - what is the best way to add social authentication in the project?
4
Rails
I want to add social authentication in my project like user can also login with Facebook, Github, and Google.
I have already added the simple authentication with the devise gem. And now I want to ...

How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS Discussion
12
General
How does this work with .haml templates instead of .erb?
Trevor Owens replied

Primer on Rails 5.1's new UJS library Discussion
4
General
Hey Chris, thanks for this guided tour, very useful! Rails.ajax(...) will be super helpful.I found some other changes in UJS behaviour since the rewrite, particularly in handleRemote's function cal...
WilliamCass replied

Webpack assets doesn't work after deployment
15
General
Hi, I have been using happily rails until I decided to try stimulusJS. In the begining was great. I saw great value using it. The thing is the assets in the pack folder are not compiled when doing ...
Juan S. Caro replied
Solved

Hatchbox deployment questions
20
Rails
Im launching my app and using your Hatchbox service to help. I was planning on using digitaloceans managed database and wondering how that works with hatchbox and if I need to change anything in m...
Alex Deering replied

ReactJS with Rails
12
Javascript
I'd love to see a series on a **_real world_** app using **ReactJS** with Rails API.
Roger replied

I get error when deploy to heroku
1
General
I get error when deploy to heroku
Here is the log file:
-----> Building on the Heroku-20 stack
-----> Determining which buildpack to use for this app
! Warning: Multiple default buildpa...
Alan Reid replied

Deploy Ubuntu 20.04 Focal Fossa Discussion
40
General
Thanks for the guide. There is an error installing NGINX on Ubuntu20.04: "The following packages have unmet dependencies:
libnginx-mod-http-passenger : Depends: passenger (= 1:6.0.4-1~bionic1) but...
deyes19 replied

Rails 6.0 + Heroku + Active Storage + VIPS
7
Servers
VIPS is a 3x faster and 10x less memory hungry image processor that is now available for Active Storage in Rails 6.0. Unfortunately By default Heroku doesn't support VIPS. Do you know of a working ...
Nicolas Brousse replied

Disabling ActionCable for Unauthenticated Users Discussion
14
General
Hey Chris,I tried to integrate the meta tag if else statement into the group chat app in the channels/chatrooms.js and got "cannot read property `send_message` of undefined" error. It was surprisin...
Imallek replied

How to use Google Maps and Markers Discussion
16
General
Awesome video. I am wondering how would I take the show page and link it to a different js file. The index.js is global correct? What would be the best way to setup a show view with just the map...
Jacques replied