Search Results for "direct-admission-in-ms-ramaiah-institute-of-technology-bangalore"

Forum Threads

How to Upload Files Directly To S3 Using Paperclip And Dropzone.js

4
Rails
[How to Upload Files Directly To S3 Using Paperclip And Dropzone.js](https://www.railscarma.com/blog/technical-articles/upload-files-directly-s3-using-paperclip-dropzone-js/)

Direct Uploads with ActiveStorage - DO Spaces

0
General
I managed to up upload images to Digital Ocean's Spaces following the episode on [Direct Uploads with ActiveStorage](https://gorails.com/episodes/direct-uploads-with-rails-active-storage?autoplay=1...
Lauro posted
Solved

Direct Uploads with ActiveStorage Discussion

21
General
I'm running to a small error I think. Alright, so when I try to get the a file to upload It seems to begin the process and then commit but then it stops. I get a completed 200 ok but the issue is t...
Aaron replied

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

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

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

Direct Messages in Realtime with ActionCable Discussion

20
General
Shouldn't be better to create a model lets say conversations with both users "sender and receiver" and maybe make messages a polymorphic association between rooms and conversations?
Marcos 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

Trouble with part 3 of Direct Uploads to S3

0
Rails
I am working through your Direct Uploads to S3 series and have run into a snag that I am hoping you can help with. Everything has worked as advertised UNTIL I added the js in episode 3. Now I am ...
scott tallarida posted

Realtime Group Chat with Rails [Revised] - Part 2 Discussion

9
General
Nice video Chris. I did something similar on a project a while ago but not with the elegant stimulus js solution. Something that I am wondering about Websockets. In terms of edges cases or pitf...
Fixt Dev replied

How do I deploy Spree Commerce to Heroku?

7
General
Who can direct me to a guide on how to deploy Spree Commerce to Heroku? I would really appreciate.
merolaagi replied

Use .ENV instead of Secrets.yml for keys

6
Servers
Regarding around time area 3min for *Direct File Uploads to S3: Part 2*, I was wondering if I could just use ```.ENV``` since I'm using this as an example for my Github and Heroku. Instead of putt...
Chris Oliver replied
Solved

Limiting filesize upload when using Shrine + AWS S3

2
Rails
I built my file upload using Chris's guide (https://gorails.com/series/direct-uploads-to-amazon-s3), and i'm trying to figure out a way to increase limit the upload size of each file. Right now it ...
Masud Hossain replied

Group Chat with ActionCable: Part 5 Discussion

23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

Best strategy for downloading multiple files from S3

7
General
Im working on a rails app where Users can create a “project”. Project, has many datafiles. Users upload multiple files direct to Amazon S3 (im using carrierwave). I'd like Users to have the abilil...

Anyone had luck with Active Storage and Cloud Front?

2
General
Hey everyone, I am working on an on demand video site that would (ideally) involve a user uploading a video via rails active storage direct upload to s3, then that video being served up via cloud...
Dalton Cole replied
Solved

Form ajax upload to s3

0
Rails
Hi!, So I have a form that was using ajax to post the data to the server, then I add it a img file and the process was taking to long so now I want to do direct upload to s3. https://gist.github.c...
Francisco Quinones posted

Set up S3 or DO Spaces for storage, and serve stored images through Cloudfront or other CDN

0
Rails
Hi all, I'm trying to set up a Rails 5.2 app to directly upload images to Digital Ocean Spaces, and to then serve those images using Cloudfront. I'm able to do direct uploads to Spaces using Active...
Ken posted

What Everybody Ought To Know About RoR Benefits?

0
General
When you are searching for a framework that is affordable, feature-rich and even helps you with quick web app development, you can definitely rely on Ruby on Rails. With this framework you can effo...
Verna Zaleski posted

Digital Ocean Spaces does not respect ACL Public-Read (Active Storage)

2
Rails
Hello guys, I'm using Rails 6.1 (Edge) and I noticed a possible compatibility issue between Digital Ocean Spaces with the AWS S3 specification. When we configure the service as "public: true" an...
Alisson Patrick replied