GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

Shadowfiend

Antonio Salazar
Atlanta, GA
2
5
Apr 22, 2008
  • A Rails plugin to improve forms. Includes a better FormBuilder and DRYness for form fields.
    Created Tue Apr 29 20:27:35 -0700 2008
    legend
  • A Rails plugin for including JS and stylesheets in templates but ensuring they appear in the page...
    Created Fri Jun 06 22:12:59 -0700 2008
    legend
  • A framework (DSL) for defining ISAs and assembling/disassembling/simulating their related instruc...
    Created Sat Oct 18 14:04:38 -0700 2008
    legend
  • A Ruby on Rails plugin that streamlines interactions with the Scribd service
    Forked from mdarby/scribd_fu Wed Aug 20 10:13:21 -0700 2008
    legend
  • Our changes to SparkWeb to make it usable as a component in a larger application.
    Created Wed Sep 17 09:51:10 -0700 2008
    legend

Public Activity  feed

Shadowfiend committed to Shadowfiend/scribd_fu Tue Dec 02 19:32:07 -0800 2008

7aa9c1e5a17fecc76d16cef7df09abbd71b6e5f7

Significant changes to the README to reflect the paperclip-attachment_fu duality.

Shadowfiend committed to Shadowfiend/scribd_fu Tue Dec 02 19:32:07 -0800 2008

a0f2aaca593b4afa9b681f1ed6e9c6199b159280

Made the display_scribd helper take an optional attribute name for Paperclip

Shadowfiend pushed to master at Shadowfiend/scribd_fu Tue Dec 02 19:32:07 -0800 2008
HEAD is 7aa9c1e5a17fecc76d16cef7df09abbd71b6e5f7

2 commits »

Shadowfiend started watching tpope/vim-cucumber Tue Dec 02 18:02:03 -0800 2008
vim-cucumber's description:
Vim Runtime files for Cucumber features
Shadowfiend committed to Shadowfiend/scribd_fu Sat Nov 29 19:27:06 -0800 2008

8476b37f00eb12e1d06c4e0302250d3a1b4f484e

Switched Paperclip to use with_filename_for like attachment_fu.

Shadowfiend committed to Shadowfiend/scribd_fu Sat Nov 29 19:27:06 -0800 2008

dc7803df3ceb41be5d842e54647e142ab40b0f70

Require 'ftools' to use File.copy when needed.

Shadowfiend committed to Shadowfiend/scribd_fu Sat Nov 29 19:27:06 -0800 2008

a7822cf4cc59052a816596539224f47ecc376470

Make scribd_attributes public so it can be accessed from upload and destroy methods.

Shadowfiend committed to Shadowfiend/scribd_fu Sat Nov 29 19:27:06 -0800 2008

23e4424129e6ed6cc000f75f0aa9212cfa704fa0

Upload to scribd before_validation so validations will pass.

Shadowfiend committed to Shadowfiend/scribd_fu Sat Nov 29 19:27:06 -0800 2008

be0e8ca0ac4919c4545367b1b611366173f29784

Switched ScribdFu::SCRIBD_CONTENT_TYPES to ScribdFu::CONTENT_TYPES.

Shadowfiend pushed to master at Shadowfiend/scribd_fu Sat Nov 29 19:27:05 -0800 2008
HEAD is 8476b37f00eb12e1d06c4e0302250d3a1b4f484e

5 commits »

Shadowfiend committed to Shadowfiend/scribd_fu Thu Nov 27 09:04:17 -0800 2008

07175c38a30b244066d516403389eb13cf59b508

Switched file_path method to with_file_path, which yields the right file path.

Shadowfiend committed to Shadowfiend/scribd_fu Thu Nov 27 09:04:17 -0800 2008

f2cf7b4634c630be5928ffb72f9c6b693c42f82b

Fixed references to scribd_config[:scribd] in attachment_fu methods.

Shadowfiend committed to Shadowfiend/scribd_fu Thu Nov 27 09:04:17 -0800 2008

9f60c8766a0efc118abdd260db73e1d2a205e506

Completed change to ScribdFu style naming instead of Scribd_fu style.

Shadowfiend committed to Shadowfiend/scribd_fu Wed Nov 26 22:32:57 -0800 2008

6afd18e6404ae13c7dddab9cdc0483b58ccf43ca

Small fixes to the readme.

Shadowfiend committed to Shadowfiend/scribd_fu Wed Nov 26 22:29:38 -0800 2008

3dfabfd33c3e08b20947bc5445ada93670e9d6b8

Moved README to rdoc, linked README to the rdoc version.

Shadowfiend committed to Shadowfiend/scribd_fu Wed Nov 26 14:49:11 -0800 2008

33b07bbbb00c2a698ee9a80169da856d31c16ddb

Updated method docs for attachment_fu.

Shadowfiend committed to Shadowfiend/scribd_fu Wed Nov 26 14:11:59 -0800 2008

33e918cdb2cde7d02ec616c66826ae99dc08b2dc

Added support for attachment_fu S3 storage back in, while also making the upload_to_scribd method work before_save.

Shadowfiend committed to Shadowfiend/scribd_fu Tue Nov 25 22:55:09 -0800 2008

5489c3681e51fd39bee7485012b3d2ae3159e70d

Fixed conversion_*? methods to check specific attributes.

Shadowfiend committed to Shadowfiend/scribd_fu Tue Nov 25 22:55:09 -0800 2008

6cf0c1844fd25eb9d5242bdf7f539859474e51b9

Added handling for destroying and uploading scribd documents and switched document uploading to before_save.

Shadowfiend committed to Shadowfiend/scribd_fu Tue Nov 25 22:55:09 -0800 2008

19d7786c9642da9840d6ad8c431b8489f4158ccc

Added add_scribd_attribute method to Paperclip, as well as fixing scribdable? to take an attribute.