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
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
Pro
I was following this for 22.04 and ruby 2.7.5 and ran into an openssl when installing.

3
General
Get Jumpstart Pro
soungs good. I undersrand will purchase the single license for now

3
General
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
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
Open position
Hi Chris! Adam Wilson at LaunchCode suggested I reach out to you regarding a ruby developer position I'm looking to fill. As you might guess, it's tough to find an experienced ruby developer in S...

1
General
Can someone help explain how to use test_double to mock a gem class in my app?
No worries at all. I happen to be the maintainer for the gem but for this app I don't want or need to perform any operations directly on thermostats. Thanks for the pointer.

8
Testing
Saved messages as HTML
Yeah, that was one of those weird things that jQuery does. It'll work as you might think, but not completely. If you were writing this with plain JS, you'd use the same code as I did in my solution...

4
General