Re: [Rails] Photo Gallery

2012-02-09 Thread Walter Lee Davis
On Feb 9, 2012, at 11:46 AM, Pedro wrote: > Hi there, > > I need a photo gallery and was thinking to use picasa or flickr to do > it. Is there a gem or pluging that I could use with rails 2.3.8? > > Thanks, One of the very first Rails screencasts was how to build a Flickr gallery. I'm sure it

[Rails] Photo Gallery

2012-02-09 Thread Pedro
Hi there, I need a photo gallery and was thinking to use picasa or flickr to do it. Is there a gem or pluging that I could use with rails 2.3.8? Thanks, Pedro -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

Re: [Rails] photo gallery for each User

2010-03-02 Thread Vincent P
Lasse, thank you so much for the pointer. To help the next researcher, I am posting this tip. For Rails 2.3.5, when you follow Joesak example, you should delete both of the following lines in your photo or asset controller: #session :cookie_only => false, :only => :create #skip_before_filter :ve

Re: [Rails] photo gallery for each User

2010-02-22 Thread Lasse Bunk
Or just http://github.com/thoughtbot/paperclip Here's some inspiration for using paperclip to create a photo gallery (it has many galleries/albums per user though): http://www.joesak.com/2009/09/18/online-photo-gallery-payment-order-fulfillment-ruby-on-rails-tutorial/ Lasse 2010/2/21 Ease Bus >

[Rails] photo gallery for each User

2010-02-21 Thread Ease Bus
What is the fastest and easiest way to build a photo gallery for each user in my User model? I'd just like to have a very simple gallery for each user, perhaps limited to just 5 small photos each to display to other users of the site. I'd like to store them in the file system instead of the databa