Displaying 3 results from an estimated 3 matches for "bramski".
Did you mean:
bramsi
2007 Jan 12
3
Large file storage in database
I''m in the planning stage of an app that will store images and short
video clips approximately 1 meg in size from user uploads. My partner
wants to use the database to store all of the files, mainly for scaling
purposes.
I recently built a similar app using the filesystem, but that was to be
run from a single machine. This new app will have 3 application servers
and a fileserver
2007 Jan 17
0
Models and Modules and subclassing, oh my!
So, our application has a large number of models at this point, and I''m
getting a bit worried about people having to use long names, as well as
clashes in the global namespace. More recently I wanted to add a new
table with some STI subclasses of that table...
module Portal
end
class Portal::Base < ActiveRecord::Base
belongs_to :widget
end
However, Widget is a top level class,
2007 Feb 12
1
Rails Push Server?
So, I investigated this a while ago... does anybody have good
experience/good instructions as to how to move your rails app to using
a push server? Which ones are best? Most Stable? Easiest to
implement and use?
Our site is currently doing some regular polling, and it''s getting
hairy fast. I looked into using Juggernaut a while ago, but I''m not
certain it''s going to