Displaying 3 results from an estimated 3 matches for "dasgot_k".
2006 May 31
4
acts_as_attachment , someone using it?
Hi, i just found the acts_as_attachment plugin for image upload, seems
sogood but i cant find any docs about it, if someone here using it can
give some references or working examples about the plugin that will be
excellent.
So what you wanna rails today?
--
Posted via http://www.ruby-forum.com/.
2006 May 30
1
Railsplayground.com dns question
ok, i just sign up for the reseller plan of railsplayground.com, i
recieved my confirmation email with this info(changed the x for security
reasons):
+===================================
| Accessing Your Web Site
+===================================
Here is your account information:
Login Name: rasta
Password: m0t10nr4st4
Your FTP Server is accessible via: ftp.mydomain.com
(please
2006 May 29
4
has_many <-> belongs_to trouble
Hi all, finally im starting with rails, i have a simple relationship
has_many ans belongs_to that i dont now how to manage the update action,
here are my models
class Item < ActiveRecord::Base
has_many :images
end
class Image < ActiveRecord::Base
belongs_to :item
end
And my table structure:
Items => id, title, desc
Images => id, image, item_id
ok, i have a number of