Ruby Select list and ‘selected=”” ‘ syntax
Wow, it’s been a long time. Guess I’m a bad blogger! I’ve been absorbed in learning Ruby on Rails and also gained a couple new clients who have kept me very busy. In one of my ‘learning’ RoR projects, I needed a Select list, which was easy enough to accomplish. However I also needed to have a specific option selected based on a database entry. I had such a hard time figuring this out for some reason!! RoR documentation is still slim, unfortunately. It can be difficult to find answers to specific issues. However, one would think it would be...