Remember When? 8
I was looking through some old code from over two years ago, when I was playing with my first Rails applications. I noticed this hidden file in the public/ directory, called .htaccess.
Do you remember the good ‘ole days?
RewriteRule ^(.*)$ /dispatch.cgi?$1 [QSA,L]
I remember when we at PLANET ARGON first starting hosting Ruby on Rails applications (two years ago now!) and we had to continually explain to people that running on FastCGI was going to significantly improve speed over their default CGI deployment. This was one of the first FAQs that we posted on our website.
...oh how we’ve come a long way.
Before you know it, we’ll be on IRC and talking about the good ‘ole Rails days… like we do about the BBS days. ;-)
Do you have a remember when story related to Rails?
Enjoying the content? Be sure to subscribe to my RSS feed.





It may have been ground breaking at the time, but old Rails kind of sucked :)
I rather forget all the deploymentwoes before mongrel came along ;)
Definitely using mod_rewrite, before native routes support, sucked hehe
I also remember me trying to optimize the queries before Eager Loading came out and creating pseudo-plugins in the lib/ directory….. It was a great time :)
Rick,
RubyURL.com is still doing this as I haven’t made any modifications in about 20 months. New version coming soon when Amy and I finish the new version.
Hah! I almost forgot…
I still don’t know what all of those settings in the
mod_fastcgi.confdid… but it seemed to work. :-)I remembered a few more.
/tmp:dependentonly acceptedtrueorfalseand it drove me nuts…It’s great to see how quickly the Rails core team and community has helped shape and reshape the framework. These areas of pain continue to be resolved with more elegant solutions.
I wonder what we’ll be talking about in a few years when someone says, “I remember when…”...
Hopefully… “I remember when I was still using Typo.” ;-)
I remember feeling so happy that components were going to solve all my problems :-)