Search Results for "direct-admission-in-ms-ramaiah-institute-of-technology-bangalore"
Lessons
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/)
How to use Direct Routes in Rails Discussion
0
General
Gemtracker 1.1.4 is out
0
General
We just released an major update to gemtracker, https://github.com/spaquet/gemtracker, the TUI that let you gain rapid knowledge of your gems.
We now support export and this is a game changer as yo...
Stéphane Paquet posted
Javascript not working in production
5
Rails
I am using Rails 7 with importmap, everything works fine in development, but in production none of the javascript works. Specifically, my channels files are of the "wrong MIME type" giving a 404, ...
Derek Hobson replied
Rails app to upload and view videos?
2
General
I'm buidling a rails app that needs to be able to allow users to upload videos and view them in the app. Is the best strategy to use Youtube or would you recommend a different approach? Do you ha...
Mike Cannon replied
Solving Active Storage InvalidAuthencityToken Error
0
Rails
I have an application which is on lvh.me and i am trying to upload image using trix editor from my subdomain sample.lvh.me but for some reason i keep getting this error
```
Started POST "/rails/a...
Henry posted
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
Active Storage Rails 6 API unable to insert to active_storage_attachments table
1
Rails
I am creating API endpoint for active storage with reactjs. My upload controller is as follows:
The code belows execute:
insert blob object in active_storage_blob - ok
Uploaded file to the design...
garxu21 replied
How should I bundle stimulus_reflex with esbuild in Rails 7
3
Rails
When I use webpacker gem, it is so easy to install stimulus reflex using stimulus_reflex gem in Rails 6.
But in Rails 7, some problems occurs as follows:
```
$ bundle add stimulus_reflex
$ rails s...
Ole Torp replied
Regarding 2 imports when running `rails hotwire:install`
1
Rails
Hi,
When running `rails hotwire:install`, it shows 2 warnings:
```
You must import "./controllers" in your JavaScript entrypoint
You must import @hotwired/turbo-rails in your JavaScript entrypoint ...
Askar replied
ActionText attachments not visible in Trix editor after domain migration
3
Rails
Hi All,
We recently moved domains and have noticed an issue with how ActionText attachments are displayed in the Trix editor. They display correctly in the show view, just not in the editor.
Arti...
Emiliano López replied
Rails 6.1 Active Text Javascript errors
0
Rails
I am making an article section in my Rails app. For this reason I thought Active Text would be a good idea. I have added it as per the Rails Guides as per https://guides.rubyonrails.org/action_text...
Tom Dringer posted
Rails for Beginners Part 33: Twitter API Discussion
16
General
I may have missed something during the initial configuration but I had only set read permissions for the app so the .update(body) method was obvisously returning Twitter::Error::Unauthorized (Read-...
vocal keny replied
Rails for Beginners Part 25: Twitter Account Model Discussion
21
General
Hi! After setting the twitter_account model, before accessing Ruby console and running the "User.last.twitter_accounts" command, shouldn't we run 'rails db:migrate' to actually create the table in ...
Andrii Mishchenko replied
Exploring the job market? I may have a perfect opportunity for you!
0
General
Hi y'all!
I'm a recruiting consultant based in Austin, Texas. I'm currently hiring a remote team (5-10) of talented Ruby on Rails engineers for a client of mine; they're a rapidly growing health-t...
SMTP not relaying SMS text messages
1
Servers
Heya guys, thanks in advance for any assistance on this. I'm getting a weird behavior that just started happening last month. I have a MS Server 2019 (on premise VM) that is setup as a SMTP relay. ...
Alek Zapatchco replied
Realtime Group Chat with Rails [Revised] - Part 5 Discussion
1
General
Hi Chris, great series. Are you planning on revising the DM episode? Or is the implementation pretty similar to the previous one?
Chris Oliver replied
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
Passing ActiveRecord Relation object to params?
0
Rails
In my controller code, under :index action, I have this sample code
@obj = UserSource.select('user.source_categories.code as category_code,
user.source_categories.name as cate...
MH 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