sdsykes

Website/Blog
http://pennysmalls.com
Member Since
Nov 05, 2008

Following 4 coders and watching 34 repositories view all →

Public Repositories (11)

  • slim_scrooge

    SlimScrooge heavily optimises your database interactions

    legend

    Last updated Thu Mar 18 05:58:32 -0700 2010

  • fastimage

    FastImage finds the size or type of an image given its uri by fetching as little as needed

    legend

    Last updated Tue Feb 23 01:51:00 -0800 2010

  • fastimage_resize

    FastImage Resize is an extremely light solution for resizing images in ruby by using libgd

    legend

    Last updated Tue Feb 16 02:15:35 -0800 2010

  • slim-attributes

    Boosts speed in ActiveRecord models with mysql by lazily instantiating attributes as needed.

    legend

    Last updated Tue Dec 29 12:59:56 -0800 2009

  • read_from_slave

    Read_from_slave for Rails enables database reads from a slave database, while writes continue to ...

    legend

    Last updated Tue Dec 22 11:46:19 -0800 2009

  • fastimage_inline

    FastImage Inline speeds up your webpages with inline images in HTML using a data url

    legend

    Last updated Tue Dec 22 05:52:57 -0800 2009

  • fast_fixture

    Speeds up fixtures when using myisam tables

    legend

    Last updated Wed Nov 04 12:00:08 -0800 2009

  • background-fu

    Running Long Background Tasks In Ruby On Rails Made Dead Simple

    legend

    Forked from muraoka17/background-fu Wed Sep 30 23:56:08 -0700 2009

    Last updated Tue Oct 13 12:30:15 -0700 2009

  • rails

    Ruby on Rails

    legend

    Forked from rails/rails Mon Sep 07 03:07:46 -0700 2009

    Last updated Sun Sep 06 21:45:41 -0700 2009

  • ferret

    Ferret: the extensible information retrieval library for ruby.

    legend

    Forked from dbalmain/ferret Sun Apr 05 10:04:15 -0700 2009

    Last updated Mon Apr 06 01:32:42 -0700 2009

  • neverblock

    A collection of high level non-blocking IO libraries

    legend

    Forked from espace/neverblock Wed Dec 03 23:51:41 -0800 2008

    Last updated Thu Dec 04 03:53:19 -0800 2008

Public Activity feed

sdsykes pushed to master at sdsykes/slim_scrooge Thu Mar 18 05:58:33 -0700 2010
sdsykes commented on sdsykes/slim_scrooge Thu Mar 18 04:29:19 -0700 2010
Comment in 59361a5:

Phil, I don't think hard coded paths will be a problem.
Because the only place the paths are coded in are in the Makefile, and make is only run during installation.
You should git ignore the executable though (or bundle file or whatever).

On the other hand, I like your patch to do the compilation when starting rails, except that on windows or ruby 1.9 a Makefile won't be generated, and therefore rake will run every time. (Ah, I see you realise this in your comment on your change).

I'll pull your change back to my branch and add the appropriate conditions, and will test it out.

sdsykes commented on sdsykes/slim_scrooge Wed Mar 17 15:29:19 -0700 2010
Comment in 59361a5:

It shouldn't be a problem. The aim is to get the C ext to build on unix platforms whilst having it not try to build on windows (cos it won't be able to in most cases).
If you bundle it then install won't run, so the extension will never get built except maybe on the system you did the plugin install on in the first place.
This is ok - the fallback mechanism is still there, so it should still work.

sdsykes closed issue 8 on sdsykes/slim_scrooge Tue Mar 16 23:49:20 -0700 2010
sdsykes closed issue 7 on sdsykes/slim_scrooge Tue Mar 16 23:49:00 -0700 2010
sdsykes pushed to master at sdsykes/slim_scrooge Thu Mar 11 15:06:57 -0800 2010
  • 59361a5
    Makes it possible to use slim_scrooge as a plugin
sdsykes closed issue 6 on sdsykes/slim_scrooge Wed Mar 03 07:28:57 -0800 2010
Error in Windows
sdsykes started watching ruby/ruby Sun Feb 28 03:18:05 -0800 2010
ruby's description:
The Ruby Programming Language
sdsykes started watching ice799/memprof Sun Feb 28 01:18:49 -0800 2010
memprof's description:
A Ruby gem for memory profiling
sdsykes started watching mark-moseley/ruby_core_source Sat Feb 27 03:19:46 -0800 2010
ruby_core_source's description:
Retrieve ruby core source files
sdsykes pushed to master at sdsykes/fastimage Tue Feb 23 01:51:01 -0800 2010
sdsykes created tag v1.2.3 at sdsykes/fastimage Tue Feb 23 01:49:35 -0800 2010
sdsykes pushed to master at sdsykes/fastimage Tue Feb 23 01:49:26 -0800 2010
sdsykes pushed to master at sdsykes/fastimage Tue Feb 23 01:47:57 -0800 2010
  • 976ae07
    Version bump to 1.2.3
  • 01d2005
    Work around for ruby 1.8.7p248 bug in net/http
sdsykes updated gist: 310510 Sun Feb 21 13:54:06 -0800 2010
user system total real 1x 1.690000 0.000000 1.690000 ( 1.690578) 2x ...
sdsykes created gist: 310510 Sun Feb 21 12:21:03 -0800 2010
Rehearsal ------------------------------------------------------ short key (1x) 1.810000 ...
sdsykes started watching spox/soap4r-spox Tue Feb 16 05:22:26 -0800 2010
soap4r-spox's description:
Modified soap4r library to run on Ruby 1.9
sdsykes created tag v1.2.2 at sdsykes/fastimage_resize Tue Feb 16 02:15:35 -0800 2010
sdsykes pushed to master at sdsykes/fastimage_resize Tue Feb 16 02:15:29 -0800 2010
  • 9af7c32
    Regenerated gemspec for version 1.2.2
sdsykes pushed to master at sdsykes/fastimage_resize Tue Feb 16 02:15:19 -0800 2010
  • 794d04e
    Gets rid of some warnings, adds some tests. Now runs ok in ru...
  • 27f681b
    Version bump to 1.2.2
sdsykes created tag v1.2.2 at sdsykes/fastimage Tue Feb 16 01:32:04 -0800 2010
sdsykes pushed to master at sdsykes/fastimage Tue Feb 16 01:31:47 -0800 2010
sdsykes closed issue 5 on sdsykes/slim_scrooge Mon Feb 15 14:02:42 -0800 2010
unable to install gem under ruby 1.9
sdsykes created tag v1.0.5 at sdsykes/slim_scrooge Mon Feb 15 12:40:08 -0800 2010
sdsykes pushed to master at sdsykes/slim_scrooge Mon Feb 15 12:39:49 -0800 2010
  • 9177a74
    Support other platforms that MRI 1.8 by making compilation of ...
  • 4c51f7e
    Add rakefile for building c extension so windows and ruby 19 c...
  • ac76890
    Version bump to 1.0.5
sdsykes started watching schacon/showoff Wed Jan 20 23:56:24 -0800 2010
showoff's description:
the best damn presentation software a developer could ever love
sdsykes closed issue 2 on sdsykes/slim_scrooge Fri Jan 15 09:26:06 -0800 2010
Gem fails to install under windows
sdsykes pushed to master at sdsykes/slim_scrooge Thu Jan 14 00:34:51 -0800 2010
  • be5da61
    Add gemspec to generate gem for windows when users don't have ...
sdsykes started watching harukizaemon/hamster Sun Jan 10 12:38:12 -0800 2010
hamster's description:
Efficient, Immutable, Thread-Safe Collection classes for Ruby
sdsykes pushed to master at sdsykes/slim-attributes Tue Dec 29 12:59:57 -0800 2009
sdsykes closed issue 4 on sdsykes/slim_scrooge Sat Dec 26 02:38:35 -0800 2009
Getting Server-Error "User can't be referred"
sdsykes pushed to master at sdsykes/slim_scrooge Sat Dec 26 02:37:15 -0800 2009
  • 5486662
    Do not hold AR class objects in callsites because class reload...
  • f0b79dd
    Version bump to 1.0.4
sdsykes pushed to master at sdsykes/slim-attributes Wed Dec 23 11:47:00 -0800 2009
  • 637595e
    Added slim-attributes.rb so you don't have to specify it on co...
sdsykes pushed to master at sdsykes/read_from_slave Tue Dec 22 11:46:21 -0800 2009