View Single Post
  #2  
Old 09-01-2006, 01:14 PM
xing xing is offline
LiteSpeed Staff
 
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
Hey Bob,

The "Rails Easy Config" of 2.2 release is using 404 redirect internally. If you have static items in the "/railapp/public" folder, then it will serve those directly. If requested item is not found in the public folder, it will be routed to Rails.

1) Check item in /public folder.
2) If not found, route to Rail.

The Ruby on Rails world is evolving very fast right now so we can't say for sure what future feature we have in store for Rail developers. However, our overall platform goal is to make the complex, easy and fast. So any feature will be with that goal in mind.

Last edited by xing; 09-01-2006 at 01:18 PM..
Reply With Quote