Could not find gem 'turbolinks (~> 5) x86-mingw32' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
Yo también tengo el mismo problema y no he podido resolverlo, también ejecute: bundle install y mandó otro error

4
Rails
[SOLVED] Decrypt S/MIME 'file.xml.p7m' with OpenSSL
Awesome, thanks for posting your solution. I'm sure at some point when I need to use OpenSSL directly, this will come in handy!

8
Ruby
CSS Beginner Need Help
Hi, i am new to CSS and HTML and i have been trying to make the background of my HTML site an image, but it doesnt seem to work and the image does not appear https://trackeasy.fun/usps/ on my HTML ...

3
CSS
Why is application.css working locally but 404 on production server?
The defaults are also manipulated by the `load_defaults` method which can tell Rails to use the defaults from a specific version of Rails. Could be something with that maybe, I'm not sure. https://...

6
General
I tried to align this TEXT center.
Okay. So I guess the title gives it away. I’m a real noob when it comes to CSS. Like I’m good with JavaScript and have been working with ReactJS and Angular for a while now. But I just can’t seem t...

3
CSS
best way generate pptx file in ruby/rails like prawn PDF
I love prawn PDF for generate pdf file , i need gems like prawn for generate ppt/pptx file in ruby .
what I need
* Table with some style
* multi pages
* Add image and add above some text
* ...

1
Ruby
How to implement cursor based pagination
Hi! I'm new to RoR. Followed [Chat Series](https://gorails.com/series/realtime-group-chat-with-actioncable) and want to improve it using infinite scroll. When user reaches top of box I want to load...

1
Rails
how to process images with carrierwave and delay_job
I am trying to process the versions of the images with carrierware I want to send that process to a queue

2
Rails
How can I display production s3 images in staging?
What I do is copy the production bucket to the staging bucket from time to time.
Have a simple Ruby script to do this.

2
General
How do I subscribe action cable receiver to a new stream without resetting the entire channel subscription?
Hi,
I know it has been a year since this question was asked but I'd like to propose a solution (and get feedback eventually).
**IMPORTANT**
Note that your channel subscriptions are public, s...

2
General
CORS hatchbox.io
I deployed my app with hatchbox.io but cannt update the image and got the error as below:
Access to XMLHttpRequest at 'https://wellicanbucket.s3.ap-southeast-2.amazonaws.com/wacxzy7llqdcamldoaiu...

1
Rails
How do I do this???
Hi,
I have a App "myApp" and contains users. than there is an external App "ExtApp". myApp & ExtApp have a partnership. So when one user of myApp want to join ExtApp the user should automa...

1
Tips
getting KeyError: key not found: :keychain when running cap staging deploy
success Saved lockfile.
01
01
01 Done in 10.26s.
✔ 01 ubuntu@13.229.169.23 10.938s
** Execute deploy:assets:precompile
01:06 deploy:assets:precompile
01 ~/....

1
Rails
Is anyone using digital ocean kubernetes clusters. I’d like to know more
is anyone using kubernetes clusters?
i currently have a dev test prod paradigm with load balanced servers.
looking to leverage kubernetes clusters but not familiar how to leverage in digital ...

1
General
jquery_ujs and rails-ujs problem ajax page
hello everyone.
i am new in rails and ruby , i just started like 1 week ago .
i trying to do a chat between 2 people on rails, with jquery for the ajax part.
everything work, but i got th...

2
Rails
Facing Authentication error
Hi ,
I am getting below error in my terminal and I am new to ruby on rails please help.
Completed 401 Unauthorized in 317ms (ActiveRecord: 27.6ms | Allocations: 41921)
Processing by U...

2
Rails
Active Admin Authorization by CanCan gem when User and ActiveAdmin have same model
I already had a User model with different roles handled by cancan gem. Now i have implemented active admin gem in the same User model with another role. Now i could not figure out how to restrict a...

1
Rails