
Trying to understand Redirect back to current page after sign in, sign out, sign up, update DEVISE
0
Rails
I am aware of these guides:
- [https://github.com/heartcombo/devise/wiki/How-To:-[Redirect-back-to-current-page-after-sign-in,-sign-out,-sign-up,-update]](https://github.com/heartcombo/devise/wiki...
Leon Entrup posted

Gem for making user groups
2
Rails
I was wondering if there is a gem for making user groups in my project. Or do I have to learn the hard way how to make user groups.
Btw I’m a hobbiest not wanting to make a living. Just want to ma...
Chris Oliver replied
Solved

How to I migrate from Refile to ActiveStorage?
0
Rails
Hello there, any idea how to migrate a running project using Refile to the new rails's Active Storage? Anyone knows any tutorial/guide about how to do that?Thanks,Patrick
Alisson Patrick posted

How do we request a new video?
1
Rails
I there a place to vote on ideas, etc?
Chris Oliver replied

Access local variable in partial
0
Rails
Hi there,I'm working on a budgeting section of a graphic designer web and I created the following model hierarchy:general_budget.rbclass GeneralBudget < ActiveRecord::Base
has_many :budgets
...
Javier Bonet posted

Connect Rails Application to already existing MySql Database
1
Databases
Hi there, I am new to Rails and really enjoying it. I am converting my php application to a ROR application. The app is using a MySql DB, so I want to connect the ROR application with that alr...
Thomas R. Koll replied

How do I generate dynamic classes?
3
CSS
Is there a way to generate dynamic classes with scss/sass? For example, in my HTML. I want to write div class='mt-10'></div>
div class='mt-7'></div>
div class='mt-3'></...
Alan Reid replied

How Do I make my website faster (according to Google and Pingdom)
0
General
Hey there Gang, I ran my website via Pingdom Speed Checker Tools (https://tools.pingdom.com/#!/eFyjYP/flagupmail.com) and have found it difficult to fix three things slowing my site down:I am ...
abebraham posted

Having a little problem running the 'rails server' command...
0
Rails
Hi there,I'm new to the whole programming and I'm trying to figure out why I can't seem to run the 'rails server' command if anyone can help me out that would be cool. The code below is what I get ...
Codesaurus1 posted
Solved

Sentiment Analysis with the Sentimental Gem Discussion
3
General
Are there any good sentiment analysis gems that use actual machine learning? Looked into the sentimentalizer gem(the code on github seems a bit simplistic), but not sure how good it is compared to,...
Someone replied

How To Create Invitations From Any Model with Devise Invitable Discussion
3
General
Was there supposed to be more to this?
Someone replied

Handling New Messages with Turbo Streams Discussion
7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...
gemmalyly replied

Docker build fails with "cssbundling-rails: Command build failed, ensure `yarn build:css` runs without errors" (it does)
1
General
Hi! I'm having a little trouble with building a docker image for an out-of-the-box rails app. It's failing with the error below (`cssbundling-rails: Command build failed, ensure yarn build:css run...
Jay replied

How do I compare a password generated by devise clearance_sha1 using node?
1
General
Hello,
I am trying to use the database of a ruby on rails application to authenticate users using node. I am not a ruby programmer and am having some trouble finding help for this. From what I ca...

Ruby gems to interact with Raspberry Pi GPIO
2
Ruby
I'm doing a small project in Sinatra where I want to unlock my doors via internet and Pi. Super simple. I'm still learning Ruby and Rails. I was searching for a Ruby GPIO gem and there is a quite f...
Aware replied

Tools
3
Site Feedback
I was wondering why there is a tool section or why it is empty....

Remote form - update partial in Rails 6
2
Rails
This may sound super dumb but is there a new and improved way to remotely update partials in Rails 6. I've used the 'update.js.erb' file before to render the partial but for rails 6 is there an upd...
Chris Oliver replied
Solved

Authentication Generator Test Helpers Discussion
0
General
This was really awesome to see how extending them to work with system tests was done!
cjilbert504 posted

rails migration warnings
2
Rails
When I run rails db:migration
it works but there will warnings like below..
/home/paritech/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.1/lib/active_record/connection_adapter...

How do I sort values incoming from an API call?
3
General
- I have incoming results from an API and I want to sort them (e.g. price) how can i do this without saving the results to the DB?- this is a rails app.
Chantal Justamond replied
Solved