Displaying 3 results from an estimated 3 matches for "arareqmnvsaavxtiumwx3w".
2005 Dec 14
5
Rails namespace help requested
Hi all -
I posted yesterday with the subject "namespace pollution" and with the
high traffic on this list, it''s kind of disappeared and I''m in need of
a quick answer so i can move on. To recap quickly, can someone tell
if Rails is somehow forcing all modules into a single namespace? I
have a model class StateProvince and inside a webservice module in my
lib/
2005 Aug 17
53
Everyone wants a RoR framework
It seems like everyone now has a RoR type framework:
Perl:
http://dev.catalyst.perl.org/
PHP:
http://cakephp.org/
Python:
http://www.django.com
ASP.NET:
http://www.castleproject.org/index.php/Main_Page
etc., etc.
Has a revolution begun with the birth of these "Web 2.0" frameworks?
Its going to be interesting when the tech media begins its mass hype
like it did SOAP, XML, etc. a
2005 Jul 26
0
Lighttpd / Rails / FastCGI - Small Problem and Solution
Myself and a coworker ran into an issue that only appears with Lighttpd.
It does not happen with Webrick or Apache.
Our rails app uses libraries outside the ruby standard library paths,
and outside our rails application directory. When trying to add those
directories to our load path, it was getting screwed up.
Here is my posting of the problem in full and the solution we came up with: