
How to Migrate from Heroku to Hatchbox.io Discussion
9
General
Thanks, Chris!I'd love to see more of these. I'm using Hatch and loving it, I just don't think I'm using it to it's full potential.I think a series of setting up and configuring different features ...
Matthias Orgler replied

Keeping track with Annotate Discussion
9
General
Some time ago I had issues with the `annotate` gem - specifically with auto-annotating models after a `db:migrate` and with some PostgreSQL-specific datatypes (annotate just failed on these). So I ...
Dylan Jones replied

How to install rails cms template?
0
Ruby
I am using ruby2.5.1 and rails 5.0.6 now.
I am going to install camaleon_cms on my project.
How to install it? Please help me....

Direct File Uploads to S3: Part 3 Discussion
51
General
Awesome as usual Chris.How similar do you think this process would be to using Carrierwave Direct?
Chris Oliver replied

Exporting Records To CSV Discussion
58
General
Is there some magic happening when you call @users.to_csv ?? As I understand @users is an ActiveRecord::Relation, how is the method 'to_csv' sended to the User class ??
Nathan Anderson replied

API Authentication with an OAuth Provider Discussion
41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray replied

How to access a webpage and get its content
2
Rails
Hi, good afternoon.
Chirs, I would like to access a website and get its content from its page to create a database with this information.
It is about a game so, it is a common information that I ...
Simon P replied

Format of created_at for date range using Searchkick
12
Rails
I am using searchkick to build out a searchform that has a couple different parts to it and searches across multiple models. I am specifically trying to get a date range setup so the user can searc...
Chris Oliver replied
Solved

Got error message when I install Capistrano, stuck at deployment for two days.
23
Servers
I spent 2 days followed "Deploy Ruby On Rails onUbuntu 18.04 Bionic Beaver" , tried to deploy my rails project, now i'm out of my mind! I have repeated whole process for more than 4 times, always ...
Solved

Does anyone know whether this is a limitation of the Flash Player in Linux platforms?
0
General

How do I change the Java Virtual Machine (JVM) that MATLAB is using on Windows?
4
Javascript
I would like to use a different version of JVM than the default used in MATLAB on Windows.

Why isn't the Boostrap Dropdown not working in the menu after loging in ?
10
Javascript
Hello, I started an app using the Jumpstart shortcut but didn't find out how and why the dropdown menu with the user's photo wasn't working at all... I guess it is because of javascript but after c...
Damian Nelwep replied
Solved

GoRails: Question And Answer #1 Discussion
1
General
Do you have a rails course from scratch?
Muganda Dizo replied

Direct File Uploads to S3: Part 2 Discussion
32
General
Hi! help me please. error loading ImageAws::S3::Errors::PermanentRedirect in PhotosController#create"The bucket you are attempting to access must be addressed using the specified endpoint. Ple...
Rod Klingler replied

Hiring Rails developers - Berlin
0
General

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

How do I make an app to get a video by url from youtube download it / process it/ and uploaded to a local db?
2
Gems / Libraries
I liked the shrine tutorials and would like to use that as an upload to local disk solution.
I also found a gem called youtube-dl (https://github.com/layer8x/youtube-dl.rb) to help download from Yo...
Solved

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

Direct File Uploads to S3: Part 1 Discussion
18
General
how could you handle wildcard domains with CORS?? I have a multi-tenant site with dynamic subdomains? or can i just leave it defaulted to *?
Vladyslav Knysh replied

Webpacker noob - so I saw your video and im using rails 6
3
Rails
how does one go by installing https://github.com/metafizzy/isotope with webpacker?
```
yarn add isotope-layout
```
```
require('isotope-layout')
```
now I get an error
```
.col-md-9
...
Gus P replied
Solved