search for: subimag

Displaying 20 results from an estimated 88 matches for "subimag".

Did you mean: subimage
2006 May 05
4
STI and HABTM
...iveRecord::Base Product < Item Deal < Item ----- Each product or deal can have categories. Would I then setup Item with has_and_belongs_to_many :categories, then create a table categories_items ??? Is there a better way to do it? Haven''t done this with STI yet - Thanks. -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060505/f18259af/attachment.html
2006 Aug 12
5
Rmagick not handling GIF files properly...
...agick and tried to compile GraphicsMagick by hand, then reinstall the rmagick gem. This also isn''t working, and it''s driving me nuts. The same code works perfectly on my OS X dev machine. Does anyone have pointers to get this working properly? Please help! Thanks... -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060812/45b2e41f/attachment.html
2006 Apr 09
2
Substruct v0.6
I just put the finishing touches on Substruct v0.06. As always, you can check out a demo over at http://substruct.subimage.com/ What''s new? Version 0.6 --------------------------------------- Added: - Tagging for products - Maintenance of product tags - Automatic image thumbnail / small size creation via RMagick Updated: - Better shopping cart experience with AJAX cart - Faceted navigati...
2006 Aug 09
3
file_column and versions acting up...about to spit blood and kill people. please help.
...og, I can sudo to the apache user, and create files in the same directory - so I''m pretty sure it''s not a permissions problem. I''m becoming infected with rage here and about to throw my computer out the window...anyone have an idea what the hell is going on? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/ff7ee4b8/attachment.html
2006 Mar 16
10
Substruct Open Source E-Commerce Platform
Finally it''s here :) The Rails app to do battle with the likes of Miva Merchant and OS Commerce! I''m releasing Substruct 0.051 into the wild. More information here: http://dev.subimage.com/projects/substruct Please check it out! I''d love to hear all of your thoughts - and I''m looking for contributors! -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rub...
2006 Jan 20
3
Anyone running a business hosting plan @ textdrive?
...ve business hosting plan but wanted to get some feedback from list members first. I pay about $200 a month quarterly for my MediaTemple service. TextDrive is a bit more pricey. Is it worth it? Are there other comprable plans out there that have good Rails support? Lemme know, peace... -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060120/07df36bf/attachment.html
2006 Jun 22
3
Importing images with file_column over http?
...;'t cracked the source of file_column just yet - but has anyone worked out a way to snag images via URL instead of a file upload? Optimally I''d like to have my clients be able to upload a file, or enter in a URL to store as file on the system. Any/all help would be cool. -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/9942cc31/attachment.html
2006 Feb 19
16
Open source rails e-commerce engine?
...and forms, implemented as a rails engine. Basic feature list: - A very basic CMS & blog - Product & order management - Online store -- Integration with Authorize.net & FedEx shipping (for rate calculation) - Q&A / contact & FAQ management - A fairly nice admin UI - http://vault.subimage.com/substruct/admin_order.png This product has been created from contracts I''ve had over the last 6-8 months. I''ve never managed an open source project before, and wondering how big of a time commitment it might be. I''m a freelancer who runs a two-man web shop...so I...
2006 May 22
3
STI, HABTM & counter_cache
...ent "counter_cache" declaration. Anyone have ideas on how to approach this? In the past I''ve just run an hourly cron task to calculate & update all records of this type, but I feel this probably isn''t the most efficient (or accurate). Ideas, comments? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060522/0d2bdc03/attachment.html
2006 Apr 10
1
Substruct e-commerce platform 0.61 RELEASE
...ultiple tags. - Changed store/show_by_tags to display friendly URLs (Tags are now passed in by name, not ID) - Changed AJAX cart to display 1 physical item for each item / quantity in the cart. (no more "x2", etc) - Broke out some CSS into include files for the cart. http://dev.subimage.com/projects/substruct - Project Home Page http://substruct.subimage.com/ - Demo http://substruct.subimage.com/admin (admin / admin) Demo admin site -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http...
2006 May 29
1
Substruct 0.7 now here!!!
I''ve just pushed the latest version of Substruct, everyone''s favorite CMS/E-commerce project out the door. http://dev.subimage.com/projects/substruct/ is the home page if you''re unfamiliar with it. The release is available here: http://subimage.com/files/substruct-0.7.tar.gz And install instructions here: http://dev.subimage.com/projects/substruct/wiki/InstallingSubstruct Substruct Version Changelog and U...
2007 Apr 03
3
Mongrels dying on FreeBSD 5.5-STABLE......why why why?
...s two-fold 1: Why are my mongrel processes dying? Where''s the log information? 2: Can these guys be automatically restarted somehow??? I''m on mongrel 1.0.1 and mongrel_cluster 1.0.1.1 HELP! My clients are going apeshit and want to cut my throat :p -------------------- seth at subimage interactive ----- http://www.subimage.com http://sublog.subimage.com ----- http://www.getcashboard.com http://dev.subimage.com/projects/substruct -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070403/f8f32b...
2006 Apr 14
7
Support for Comet?
...y named server-push through HTTP-keepalive "Comet" It''s also been implemented in a very nice Java/Javascript library called DWR. http://ajaxian.com/archives/dwr-20-reverse-ajax Has there been any discussion by "the core" about adding this to Rails 1.2? :) -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060414/fe884ccc/attachment.html
2006 Apr 11
8
Ruby 1.8.4, Rails 1.1 and Rmagick?
Someone mentioned that Rmagick doesn''t work properly on this setup (Ruby 1.8.4, Rails 1.1) Is this true? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060411/432e8113/attachment.html
2006 Jun 28
5
Funky character display in rails / mysql
I''m getting complaints from one of my customers that characters in their text are getting mangled. This happens when they paste data into my textboxes in rails from MS word in particluar. Quotes are turning into question marks, etc. Anyone have a fix / workaround for this? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060628/507efeaa/attachment.html
2006 May 28
9
Railsmanual.org
Did anyone else catch the redesign? I don''t know who''s responsible, but it''s lookin better! Good job... -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060528/f9f92618/attachment.html
2007 Apr 18
2
Datagrid with dhtmlxGrid
Hello i am trying to replace a desktop invoice system to a RoR sytem. The system just use the keyboard, i mean all is codebar, and enter, enter, enter....so on :P, well the thing is that i have been trying a lot of ways, but i haven''t get any exit. The way i am getting more close of what i want is with the dhtmlxGrid, but hte problems is how i integrate this widget with the
2006 Jul 16
1
Mongrel starting problem on new Debian box
.../gems/mongrel- 0.3.13.3/bin/mongrel_rails:83:in `run'' from /usr/lib/ruby/gems/1.8/gems/mongrel- 0.3.13.3/lib/mongrel/command.rb:199:in `run'' from /usr/lib/ruby/gems/1.8/gems/mongrel- 0.3.13.3/bin/mongrel_rails:235 from /usr/bin/mongrel_rails:18 -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060716/9038282f/attachment.html
2006 May 26
3
once a day activity
Say I want to send out an email once a day to people who''s name is "Bob". Would I use script/runner in conjunction with cron? Or is there another cool(er) way now? Thanks, Joe
2006 Mar 01
1
Storing environment.rb settings in the database...
...:address => "mail.server.here", :port => 25, :domain => "somewhere.com", :authentication => :login, :user_name => "my@email.address", :password => "xxxxx", } Stuff like address, domain, user_name, password.... Ideas? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060301/a56a8eff/attachment-0001.html