Learning Ruby / Rails!

Apr
9
accepted How do I create 'remove tag' links with Acts_As_Taggable_On in Rails?
Apr
8
answered How do I create 'remove tag' links with Acts_As_Taggable_On in Rails?
Apr
7
awarded Editor
Apr
7
revised How do I create 'remove tag' links with Acts_As_Taggable_On in Rails?
deleted 173 characters in body
Apr
7
awarded Analytical
Apr
7
asked How do I create 'remove tag' links with Acts_As_Taggable_On in Rails?
Mar
28
comment In Rails how do I display only the value of a hash item within an array?
Thanks Shuriu - definitely trying to build up my Ruby knowledge at the same time. Appreciate the tips!
Mar
28
accepted In Rails how do I display only the value of a hash item within an array?
Mar
28
comment In Rails how do I display only the value of a hash item within an array?
Actually is the map loop you suggested something that I can (or should) move into a model? Or does it make sense to keep it within the view? Still trying to wrap my head around what makes sense within the MVC framework. Thanks again!
Mar
28
awarded Scholar
Mar
28
comment In Rails how do I display only the value of a hash item within an array?
Thanks for the tip! I'm using Rails 3.0, but I'll definitely try the pluck method when I upgrade.
Mar
28
comment In Rails how do I display only the value of a hash item within an array?
Thanks! That works perfectly. I'll look up has_many :through for my next iteration of this application. Thanks again for the help!
Mar
27
asked In Rails how do I display only the value of a hash item within an array?