2006-06-01から1ヶ月間の記事一覧
On the previous Kansai Rails Conference in Asiyagawa somebody asked me about using GMail (smtp+ssl or tls) with Rails ActiveMailer. Didn't find solution until now but 'dza-dza-dzaaaaaaan' (hahaha i'm not so smart, all credits going to ento…
A nice summaries of the RailsConf2006 sessions by Nick Sieger. Update (see also): Planet RailsConf Blogging RailsConf
Uhoo, finally. Now I can access my Rails applications not only with browser, but also mount them from the OS X Finger or like Windows Network Disks. Pretty cool. I'm waiting also for the changes in the Rails itself, to support PUT and DELE…
Great news from LiteSpeed Technologies – after a post to the forum they have ”X-Forwarded-Proto: https” AUTOMATICALY added to the headers, when proxing requests, initially comming via HTTPS. Now Rails applications are not confused, when do…
Add to your /etc/apt/sources.list : deb http://rails.netlab.jp/debian sarge rails Install Rails $ sudo apt-get update $ sudo apt-get install rails There is no step 3 ;) And if your question is "who the hack made this package?", it's NaCl -…
The best DHH presentation on RubyKaigi2006 "summary". Man, it's not a summary, it just the whole presentation, word by word, translated in japanese with sources, pictures etc.
Finally home. Notes about the second Japan Ruby Conference 2006 day are ready and online. Also some conference days photos.
I put some notes about Japan Ruby Conference 2006 on my wiki. DHH is here! Stay tuned...
Erubis is a pure Ruby implementation of eRuby. It has the following features. Very fast, almost three times faster than ERB and even as fast as eruby (implemented in C)... Embedded pattern changeable (default '') Multi-language support (Ru…