RailsCasts Pro episodes are now free!

Learn more or hide this

David Lee's Profile

GitHub User: realdlee

Site: www.realdlee.com

Comments by David Lee

Avatar

It'll be something like:

CSV.parse("text you are processing", column separator, row separator)

Avatar

If you're using Cancan, you would stick 'skip_authorization_check :only => [:show]' in the appropriate controller.