Search Results for "hi-chris"
Forum Threads
Hi Chris How do I add jquery and ajax to the comments form from your tutorial?
I wrote some jquery to accomplish this here is the code.
$(window).load(function(e){
$("#comment_body").on('click',function(){
$(this).removeAttr('placeholder');
});
var...

1
General
Rails 6, Webpacker and Docker on Apple M1
Hi Chris,
I tried to leave a comment for episode #389 but was not successful. Not sure why. Anyway, I'm developing in Apple M1 and trying to dockerize a Rails 6 application, but running into a l...

1
Rails
Could we get a video on passing Devise current_user (or general user roles) into a Turbo partial?

4
General
How to build a GCS file browser & manager in Rails?
Hi Chris,
Awesome work with GoRails!!! I'm a big fan!
I'd like to build a Google Cloud Storage bucket file browser and manager. The key features would be browsing files on the bucket and dow...

2
Rails
How to build something like a Youtube advertisement system
Perfect.
JWPLAYER is exactly what I was looking for. Chris one more question. Rails uses the standard video_tag to actually render the video. Is there a way to count views like youtube. I know ...

3
Rails
Action text rails 6
Hi Chris,
i cannot upload the images from rich text drag and drop to s3 from dev.
my development .rb
`config.active_storage.service = :amazon`
my storage.yml
```
local:
service: Dis...

1
Rails
rvm vs rbenv
totally weird from the bundler.io site :
*How to use Bundler with Rails
Install Rails as you normally would. Use sudo if you would normally use sudo to install gems.
$ gem install rails
**We re...

4
General
How to read EDI (electronic data interchange) Format in rails
Hi Chris,
Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and wri...

1
Rails