My wonderful hosts from Roskilde University has completed the editing process on the footage from my Ruby on Rails, Take II presentation. It's a two-hour show split into a 1-hour presentation followed by a 1-hour tutorial.
If your default player won't eat that, Quicktime will play the feed. Copy rtsp://komm-video.ruc.dk/20040506/rubyonrails.mp4, pick Open URL in New Player, paste, enjoy.
UPDATE: If streaming doesn't work for you, a downloadable version (160MB / MPEG-4) is available.
It would be quite helpful to have a downloadable version of this, rather than only the streamable. The ugly reality of streaming web video for a great many users, it that it basically doesn't work.
Doesn't work for me. Newest Quicktime says 10060: Disconnected. Maybe already too much ppl hang on the stream. It would be great to have a torrent of this file so bandwidth could be saved.
I'm still downloading it, but my friend says i should get into ruby and rails ;) actually i think you know him, but i wont tell you who he is:P i think i read somewhere he helped with the postgresql and sqlite databases. anyways that is all i have to say until after i see the presentation.
well then i guess i have to wait either untill i finish installing gentoo, or i boot back into windows, cause i'm in knoppix right now, and my ramdisk isn't big enough to view it:(
Very nice presentation! I am going to give Ruby a try :-)
Right now I code in PHP and it really pisses me off that it's so hard to separate the different things from each other. Now - - I can't wait to see how Ruby and Rails can help me accomplish this :)
wonderful video, but beware: our expectations from rails are getting bigger and bigger, :)
Seeing the presentation I've been thinking: did you thought about adding a what-could-go-wrong/common-problems document in the rails packages?
I love when there is somethoing like that in libraries or apps, and thinks it's really useful for beginner users
Amir: I haven't had a spare moment to look at the code and won't before the bachelor's project is done on Wednesday. I'll be sure to track it down and report back — I'm sure it's something silly ;).
Gabriele: Right. I hope the balloon can hold all that hot air I'm pumping it with.
Michael: Are you using CGI or mod_ruby? Try having a look in the error_log from Apache. Ruby dumps the stack trace in there. Also, make sure to send proper headers before attempting to output, like with "puts CGI.new.header".
That sounds like a safe level violation. Until you learn more about Ruby and safe levels, I'd advice you just turn it off while playing. Like with a httpd definition such as this:
Is it possible to get a(n) alpha/beta version of Rails? I am thinking of updating my personal site, and would like to build it on Rails and Ruby - I am thinking of making a l33t blog system, and with your presentation it looked fairly easy! :-D
Anyway:
I am also running a Mac - - and I just stole an idea from you - - Now I also have some virtual desktops, with the l33t cube effect :-D It's a good way to work, much better than using dock or tab+cmd.
cocoaMySQL is also very nice - I was just looking for something like this (hmm kinda of weird that google didn't find it) - - have used phpmyadmin for some time and it just lacks speed.
michael: hanging #ruby-lang @ irc.freenode.net, join the ruby-talk mailing list (or comp.lang.ruby, the two are mirrored) is a good way to start learning :)
Btw, I'd start playing with ruby and the web using WEBrick with ERB instead of Apache+mod_ruby+exerb
PS
surely you already read this, but in any case:
http://www.rubydoc.org/book/p320.htm
I've never been very clever about installing new Apache modules—Mark Liyanage's Entropy Apache & PHP package has really saved me in the past. I'm now trying to enable eruby and mod_ruby on my iBook, but I'm having a devil of a time.
Does anyone know of a good (comprehensive, hand-holding) resource to get Ruby working with Panther?
JP: You surely tried http://www.google.com/search?q=mod_ruby+OS+X?
Challenge by Olaf Klischat on May 30, 19:32
Sorry, found this page just today and the video appears to be gone (both the stream and the downloadable version). Right? Does this have to do with the fact that the page was mentioned in comp.lang.ruby this morning? Will the video be made available again?
I am watching the video, and there seems to be a big jump at 1:33:07 -- the very first controller has been created with script/new_controller and a model is about to be created with scripts/new_model, but then suddenly we see an edit of "post.rb".
Those missing minutes would really help me to understand model objects vs controller objects and follow along. Any chance of a fixed video being made available?