search for: otuy4vk9budg8mny1ojpyw

Displaying 3 results from an estimated 3 matches for "otuy4vk9budg8mny1ojpyw".

2007 Feb 20
4
Best way to implement syntax sugar?
Hi! I''m *very* new to rails, I just dove in about a month ago and I''m loving it. One thing I decided I immediately wanted to do, was shorten the number of keystrokes neccessary to URI, HTML, or Jscript encode something. The project I''ve come into already has helpers defined for this. Right now, what I''ve done is: alias h! string_esacpe_html alias u!
2007 May 25
1
Calling rails from a server-side include?
Hi, 99% of my site is rails, but I have a tiny php section I just cant get rid of (phpbb3). I''ve turned on server-side includes on my site and my phpbb3 template starts with this: <!--#include virtual="/main/header" --> ... The problem is, rails isn''t recognizing that it was called as "/main/header"; I get this error in my development.log:
2007 May 29
22
Rails doesn't scale because RI/transactions in app not db!!!
Not that I have your attention! :P I''ve been having a discussion with a respected colleague here: http://phpbuilder.com/board/showthread.php?t=10340411 (Rails vs. PHP) He''s basically saying that Rails won''t be able to scale because referential integrity and tranactions are done in the application rather than the database. Please read the referenced thread for much more