Edit user profile with devise if user signed up with facebook omniauth
3
Rails
Hello.
I use 2 gems (gem 'devise' and gem 'omniauth-facebook').
The user is able both to sign_in ou sign_up with facebook. If a User did a regular sign up in the past, he's found by email, and if ...
Ubuntus replied
Multi-step forms, without a gem?
1
Rails
I am looking for a good way to get multistep forms working, I have seen a couple of ways to do this and each has their own merits.
Now I would like to be able to navigate back and forth between t...
Fatih replied
CanCanCan, Pagy, and MeiliSearch, How to combine the 3 gems?
5
Rails
I'm working on a project that has Cue model that could be accessed and searched by multiple roles like guest and admin. The authorization happens using CanCanCan gem based on some logic written in ...
mariakennet replied
How to download multiple files from s3 on fly?
3
Rails
Hi,
I am able to download files from s3 as a zip by using below mentioned code.
require 'open-uri'
def download_all_files
folder_path = "#{Rails.root}/public/downloads/"
zipfile_name = "#{...
mamatharao replied
Help to debug inside Jumpstart
1
Rails
Hi,
I am currently developing my client's Jumpstart application and I am seeking advice on how to effectively debug any issues that may arise during the development process.
I tried to use bindi...
Chris Oliver replied
gem 'devise' error
1
Rails
Hi All
When try to run "bundle install" after add
gem 'devise', '~> 4.8', '>= 4.8.1' in Gemfile will shown below error
"An error occurred while installing bcrypt (3.1.18), and Bundler c...
Robert Ault replied
How to Resolve a SystemStackError in Ruby on Rails Controller?
0
Rails
Trying to create category, Getting SystemStackError (stack level too deep) in rails 6
I'm encountering a SystemStackError in my Ruby on Rails application, specifically in one of my controllers. I'v...
Session Not Persisting Across Controller Actions in Rails API
0
Rails
Hello everyone,
I'm facing an issue with session persistence in my Rails API application. I've set up a session in one controller action (`nonce`), but when I try to access it in another action (`...
Antoine Serval posted
Rails API not able to destroy session
1
Rails
I am using Rails API and devise for authentication but when sending a request to destroy the session, it doesn't return any response other then status 200.It returns the same response no matter if...
Start development instantly using devcontainers
0
Rails
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup an...
Will there be GoRails as open source project?
1
Rails
There are a lot of cool stuff that made with love.
It'll be very usefull to learning advanced stuff from source code of GoRails
Rails 6/7 Template Recommendations for SaaS
1
Rails
Hi 👋
Can you recommend any good SaaS oriented (e.g. including user authentication, admin panel, stripe integration, basic landing-page) templates based on Rails 6/7 which don't require a yearly su...
Chris Oliver replied
Limit the file size of Direct Upload ActiveStorage and ActionText Attachments
0
Rails
As the title says, I'm looking for ways of limiting the file upload size of both ActiveStorage attachments and ActionText attachments. I know this problem will require both client side and server s...
Tonksthebear posted
Need guidance regarding my project: Neophyte LMS system
2
Rails
Hi guys, I'm developing a LMS system (in Rails 5) for my university project which is about training new employees in any compnay by setting projects and challenges (sequentially) to start with. For...
How to properly configure Maizzle in a Rails app?
0
Rails
I found few reference about it, include a Podcast with Chris... but no real end-to-end proper integration.
So far I have read https://github.com/maizzle/framework/issues/346 and the Mix & Go (b...
Stéphane Paquet posted