Diogo

Joined

2,010 Experience
19 Lessons Completed
0 Questions Solved

Activity

Posted in Single Responsibility Principle Discussion

Great series Chris!

Great video Chris

Posted in Making GeoSearch smooth with AJAX Discussion

Nice video Chris!

Posted in How to use Google Maps and Markers Discussion

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?