Displaying 4 results from an estimated 4 matches for "fvgi242ss".
2006 Aug 06
10
editor recommendation
Hello lsit,
I''am new to rails (about 2 hours) and after the first lines of code
I must say: Great! I love it!
Can someone recommend me a editor? I run Ubuntu Dapper.
Th?ngs
--
Jochen Kaechelin, fvgi242ss, wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo
http://www.gissmoh.de - Mein sonstiges Leben!!
2006 Aug 18
3
RoR logo on own webpage
Hello,
are there any restrictions in using the RoR logo on my own homepage?
Something like: powered by Ruby on Rails ..__logo__..
--
Jochen
2006 Aug 16
3
problems with fastcgi, apache2 and debian sarge
Apache conf:
FastCgiServer /var/www/gissmoh.de/public/dispatch.fcgi -initial-env
RAILS_ENV=prod
uction -processes 5 -idle-timeout 60
<virtualhost 212.87.142.234:80>
ServerName www.gissmoh.de
DocumentRoot /var/www/gissmoh.de/public
CustomLog /var/log/apache2/gissmoh.de/access.log
combined
SetEnv RAILS_ENV production
2006 Aug 18
1
how to use SELECT....RAND() the rails way?
How can I use this query the rails way?
$query = "SELECT * FROM images ORDER BY RAND() LIMIT 16";
--
Jochen