Activity
Great video Chris
Nice video Chris!
Hey Chris,
I would love you to cover how to make custom infowindows with custom colors, content, without the "x" button, etc ( a la Airbnb for example ).
Keep it up
Would be awesome if it does the "Redo Search in this area" without clicking on the button
Hi Chris! Congratz for the 200!!
I want to what is the episode that you start this repository?
Awesome, tks
What is the advantage of using that way ( autoloading ) over writing something like this config.autoload_paths += Dir[Rails.root.join('app', 'models', '{*/}')] ?
Ok, thank you Chris.
I've tried without and I'm getting uninitialized constant ReviewsController::CreateReview . I have a reviews folder inside the models with createReview.
Very good video Chris. One question, do we have to put this:
config.autoload_paths += Dir[Rails.root.join('app', 'models', '{*/}')]
in order to load the folder Leads inside the model?