Alternatively: why not start from scratch?
You may be a newbie, but if the scope of the project is as simple as
you make out... that''s an ideal place to start.
Albums, Photos - well, they''re data models that have a one-many
relationship - that''s not so bad. And then you need a User model and
some basic form of authentication - there''s loads of examples of how
to do that in Rails everywhere.
File-uploading... have a look into something like file_column if you
want to make things even simpler.
And don''t add any extra functionality to your spec for now! Just build
it nice, slow, and simple. You''ve got an ideal project to learn Rails
with - so take advantage of it. You''ll find it more rewarding in the
long run.
On 03/07/06, Tud <tud67@yahoo.it> wrote:> Hello,
>
> I''m a RoR newbie. I need to develop a gallery site for a friend of
mine.
> Can you suggest me an open source gallery I can start from?
> I just need to manage photos, albums and an admin user in order to
> modify albums.
>
> Thanks
> .Stefano
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>