Activity
Posted in Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js Discussion
So does that mean that you are good if the app runs a place update each month? If so, for smaller apps, you are golden. The Mapbox API might be a good alternative.
Overall, thanks Chris for offering this look into how to use Google's API with rails. I haven't seen anyone put something like this together in a while.
Thanks Max!
Thanks for showing this. I can see how file uploads can be easier. If I want to have the interface and UX of the dashboard, how do I incorporate that? For example, I like the camera option shown in the uppy demo..
Posted in I am looking to find a way to work through a modern image upload work flow with active storage
Hi Corey,
I know it's been months, but here's some info in video and code:
https://www.youtube.com/watch?v=fg_8qJ-su6A
https://github.com/justalever/drag_and_drop_active_storage
If you have the S3 part of the puzzle, please let me know.
Carl
Wait, that might not work well.
I just notices a rails helper method for escaping the html on show.html.erb, :html_escape
example:
helper.send(:html_escape, 'is a > 0 & a < 10?')
It might be easier.
Quick question: If I have my rails app publicly shared on github, and my S3 bucket is in storage.yml, does that mean that even though no one can see my credentails, can they still use them to access and/or change the contents of the bucket?
Apparently someone took Chris up on his challenge:
Thanks for the insight Chris. It took me a while to wrap my head around this one.
Neat CLI trick: mv app/javascript/controllers/{hello,nested_form}_controller.js to rename the file.
This episode is super helpful.