Even reading the documentation I can not figure out what is the
select_tag difference between this:
Neither of those are valid ruby. Have you made a typo somwhere?
No no they are right, perhaps in the second example there is no need
of :multiple => true.
ruby -c begs to differ. The blog post that you links to has substantially different code (eg no misplaced quote marks). Did you actually copy & paste what is in your app ?
I have and they don't. Can you guarantee that you have copied and
pasted out of working code? The first one has a missing " and they
both have space after <% before = which is not allowed.
Look at your original post, those are not the same, you have taken the
spaces out after <% and added an extra " in the first after
select_tag(. Plus other changes.
I see now that you have just posted a further correction. Can I
suggest that you post them both again, double checking that you have
exactly the right code for both of them, by running it and then
copy/paste the code into the post.
> I see now that you have just posted a further correction. Can I
> suggest that you post them both again, double checking that you have
> exactly the right code for both of them, by running it and then
> copy/paste the code into the post.