LOTD #9: Slides for Deploying and Monitoring Ruby on Rails Tutorial @ Rails Conf Europe 2008
During
href="http://blogs.sun.com/arungupta/entry/rails_conf_europe_2008_end">Rails
Conf Europe 2008
href="http://blogs.sun.com/arungupta/entry/rails_conf_europe_2008_end">
Day 1 I attended an excellent tutorial on
href="http://en.oreilly.com/railseurope2008/public/schedule/detail/3562">Deploying
and Monitoring Ruby on Rails. The session very clearly
explained the several deployment options with Rails. My notes from the
session are
href="http://blogs.sun.com/arungupta/entry/rails_conf_europe_2008_end">here
and the slides are now
href="http://assets.en.oreilly.com/1/event/13/Deploying%20and%20Monitoring%20Ruby%20on%20Rails%20Presentation.pdf">available.
Here are couple of snapshots from the slide:
src="http://blogs.sun.com/arungupta/resource/ror/railsconfeu2008-tutorial-slide1.png">
src="http://blogs.sun.com/arungupta/resource/ror/railsconfeu2008-tutorial-slide2.png">
The complete set of slides from Rails Conf Europe 2008 are available
href="http://en.oreilly.com/railseurope2008/public/schedule/proceedings">here.
Technorati: conf
railsconf
glassfish
deployment
rubyonrails
berlin
- Login or register to post comments
- Printer-friendly version
- arungupta's blog
- 616 reads






Comments
by brejoc - 2008-10-06 00:17
Hello headius, much thanks for you answer - that helped much. We'll rewrite our test-app and start the evaluation. Bye!by headius - 2008-10-01 07:48
Jochen: I think you've mostly figured it out; you'll want to put the images somewhere else, since the deploy directory is intended to be pretty much read-only. I'll let others comment on the recommended ways to do this.by brejoc - 2008-10-01 01:56
Hi Arun, i enjoyed your talk at rails conf very much and we are very close to start an evaluation of jruby/glassfish deployment. But there is one question that remained during my investigations. Since the whole application is packed in a war-file also the public folder will. We tend to put user uploads there and i'm not shure if this will still be usable with war-file deployment. Would it be necessary to store the file elsewhere or is it still possible to put the uploads in the public folder? Bye and many thanks! Jochen