Frankly, using the database shouldn't be that hard. Just drop ActiveRecord or Sequel in there and with a little guidance they can create and save models with only a little more setup than reading from flatfiles.
On Apr 25, 3:00 am, Karel Minarik <[email protected]> wrote: > Hi, > > I'd like to use Heroku as deployment demo for a Sinatra app in a > programming class at a university. > > The students are from humanities and very basic level. We are writing > simple Wiki like app [http://github.com/stunome/kiwi], the storage > model for pages is simple filesystem (read/write file etc) -- just > because of the simplicity of this model. > > As I understand it, there's no way to access filesystem on Heroku? > What would be very simple alternative compatible with Heroku? I am not > interested in S3 or other third-party storage, just because that would > add un-necessary complexity to the code. > > Thank you for any pointers or help, > > Karel Minarik > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" 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 > athttp://groups.google.com/group/heroku?hl=en. -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
