def save_string data
...

Ruby Saving strings as attachments

by astropanic, July 29, 2009 10:45, No refactoring, tagged with ruby, file, paperclip

Is there a better way to sa...

A391f932c5bb61131c99f8543a07f697 Talk
class Shop < ActiveRecord::Base
  has_attached_file :ceneo_xml
...

Ruby On PHP developer switched to Ruby

by astropanic, July 29, 2009 09:53 Star_fullStar_fullStar_fullStar_full

I have divided the method i...

A391f932c5bb61131c99f8543a07f697 Talk
def update_xml
    require 'rubygems'
    require 'rchardet'
...

Ruby PHP developer switched to Ruby

by astropanic, July 28, 2009 21:08, 2 refactorings, tagged with ruby, paperclip, chardet

Hi, I have assembled some X...

A391f932c5bb61131c99f8543a07f697 Talk