Heroku deployment failing
I am trying to deploy this app to heroku. i get this error with the precompiling asset pipeline. I tried removing jquery from my Gem file but the error persists. log:
...
remote: Install...

1
Rails
Recording Building a Rails Based Accounting System
Love the idea as well. Did you make the video Pooja? If so, can you share the link?
Thanks,
Clay

3
General
How long will Rails 5 be supported?
Here's details on the support / maintenance policies for Rails. https://guides.rubyonrails.org/maintenance_policy.html
>Only the latest release series will receive bug fixes. When enough bugs...

2
Rails
Yukihiro Matsumoto: "Ruby is designed for humans, not machines"
We’re thrilled that our good friend Yukihiro Matsumoto, creator of the Ruby programming language, has been able to join us at RubyRussia 2019 as a speaker for the second time, having previously spo...

1
Ruby
Capistrano, puma staging env keeps using production secrets
Hey Alex,
Have you set `RAILS_ENV=staging` on the server so it knows to run the staging env in production?

2
Rails
How do I handle the validation of associated objects?
I have a blog applications, in which user has_many blogs, blog has_many notes written by the user. And we have a note_relations(mapped to NoteRelation) table to keep the relation of two notes, if t...

1
Rails
How do i track or list online users with rails?
How can i track or list online users in rails?

1
Rails
Looking for a secure place to store scanned tax forms
Thanks. I also found that cloudinary has a Private feature for the pictures.

3
Rails
Failed to Run Localhost because of Run Time Error
I'm getting runtime error whenever I run the localhost. Redis was running but it only loaded the homepage. After about 10 seconds, the server stopped and gave us this error.
```
`__connect_nonblo...

1
Testing
Embeddable Javascript Comments Widget Models - Part 1 Discussion
Hello everyone,,
This is perhaps a bit of a newbie question but I wanted to ask your opinion on what are the things I would consider usually when it comes to using the approach you outlined in the...

1
General
Customizing the Jumpstart app template
Thanks... this was quite helpful.

3
General
multistep forms
Is there a class or recommendation on how to do multstep forms in Rails?

1
General
bash to zsh
Oh yeah! I forgot about that change recently for Catalina. You probably want to use `~/.zshrc` instead now.

2
General
Recommendation for a maintained library similar to Datamapper?
I really liked to use Datamapper for my small hobby projects, it was so easy to set up and change the schema (no migrations needed). However the repos have been archived and they're unmaintained no...

1
General
Is Gorails's jumpstart worth the price?
There was a good little discussion Reddit about it. I also posted some notes about it there as well to help explain the difference between the free and pro versions: https://www.reddit.com/r/rails/...

2
General
rails new demo without getting a error message?
Does anyone have any suggestion on how to sovle this problem?

2
Rails