Productcatalog and images with rails

How should I make a productcatalog containing images with rails.
Would binary data for a database be the way or should the images be
stored on the server and how should this be done the rails-way?

Thanks
Preben