> Now to your question.  Sqlite is inappropriate for production, and you
> probably shouldn't really be using it for development.  Use a real DB (I
> recommend PostgreSQL).

This is my first app, so it's not intended for production.  Using
Sqlite because as a newby that's one less thing to worry about.  As an
Ingres developer I have to recommend Ingres as the open source
database of choice (though I don't pretend to know how well it
currently works with Rails).

> No.  Image data does not belong in the DB.  Put it in the filesystem
> instead, and just store the filename in a text field in the DB.

Right.  I'm embararssed I asked that question.

> There's the Paperclip plugin, and also attachment_fu.  I've never used
> either, but more people seem to like Paperclip.

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to