RailsCasts Pro episodes are now free!

Learn more or hide this

Yuval Tobias's Profile

GitHub User: yuvaltobias

Site: zot.co.il

Comments by Yuval Tobias

Avatar

Anyone know how to add stopping/starting the script/mailman_server to Rubber?

Avatar

Any reason why you're not using references in the migration?

Terminal
rails g migration add_profile_to_users profile_id:integer profile_type

instead of

Terminal
rails g migration add_profile_to_users profile:references profile_type
Avatar

I second /users/858's request for a multiple-files screencast. I've been working on a SWFUpload implementation with Paperclip and S3 for a few weeks now, without much success... I got bogged down with the JavaScripts for making a simple Gmail-like uploads.