tiy-durham-q3-rails / freeshelf

A network for sharing free programming books.
MIT License
3 stars 13 forks source link

Freebooksuploader #50

Open maebeale opened 10 years ago

maebeale commented 10 years ago

Hi there! Here's our one lonely (but powerful!) file, books importer.rake.

This rake task can NOT yet be run and rerun. (I'm pretty sure the problem is that I used .shift on arrays during the parsing process and that can't be redone. This code will need some refactoring for that, as well as other duplication/extraneous designations within regex.)

However, it will run the first time!

This was a fun project. Thanks for the great assignment!

cndreisbach commented 10 years ago

@maebeale and @Ichus -- you both rule! This is great. I am pretty sure you're still working on this, using regex capture instead of split, so I'll wait to merge this until you tell me you're ready.