Are there any resources or documentation for developing Rails plugins?
I m using other plugins as examples, but it s hard to know if I m doing something wrong, or if there s another way to do something. All I can find are old blog posts. I haven t found any documentation on how to develop plugins and what functionality/hooks are available.
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...