About forms, to avoid the extra HTML that foundation requires, and also to have nice error rendering, I did a gem foundation_rails_helper that works with rails 3 and 4 and with foundation 3 and 4.
Keep in mind that doing geocode server side is not a best practice.
Google API limit is 2500 req/day (and decrease every year :))
Should be done client side with plugin like this: https://github.com/sgruhier/jquery-addresspicker
I'm not a huge fan of simpleform this is why I did the foundation_rails_helper
Nice railscast about a framework I use everyday.
About forms, to avoid the extra HTML that foundation requires, and also to have nice error rendering, I did a gem foundation_rails_helper that works with rails 3 and 4 and with foundation 3 and 4.
It has also an helper for flash messages
HTH
Seb
Why not putting
in a Concern and include that module in models?
Don't you think it would be great to talk about testing in Pro episods?
Thanks
+1
Keep in mind that doing geocode server side is not a best practice.
Google API limit is 2500 req/day (and decrease every year :))
Should be done client side with plugin like this: https://github.com/sgruhier/jquery-addresspicker
no coffee color syntaxing yet in show notes :)
How about tolk https://github.com/dhh/tolk?
Nice 1<<8 episod :)