mattmatt

Mathias Meyer
Berlin, Germany
10
13
  • Personal fork of the official activemessaging repository with personal patches.
    Created Fri Jun 20 01:05:51 -0700 2008
    legend
  • This plugin adds full text search capabilities and many other nifty features from Apacheā€˜s Solr t...
    Forked from look/acts_as_solr Thu Sep 25 09:03:07 -0700 2008
    legend
  • Remote multi-server automation tool
    Forked from jamis/capistrano Fri Aug 29 00:53:44 -0700 2008
    legend
  • Forked from thoughtbot/factory_girl Mon Sep 08 06:04:34 -0700 2008
    legend
  • A RubyCocoa client for Webistrano (http://labs.peritor.com/webistrano)
    Created Tue Apr 22 03:05:28 -0700 2008
    legend
  • Simply a fork of the original SIMBL plugin to enable full screen support for Cocoa applications U...
    Created Tue Aug 26 05:10:54 -0700 2008
    legend
  • Ruby on Rails
    Forked from rails/rails Tue Sep 30 14:02:11 -0700 2008
    legend
  • railscasts.com in open source goodness! forked as railsconf europe deployment tutorial playground.
    Forked from ryanb/railscasts Sun Aug 31 05:27:29 -0700 2008
    legend
  • Behaviour Driven Development framework for Ruby
    Forked from dchelimsky/rspec Wed Oct 01 02:46:54 -0700 2008
    legend
  • A port of Merb's run_later functionality to Rails 2.2.
    Created Sat Sep 27 10:54:48 -0700 2008
    legend
  • A couple of scripts I use from time to time to ease every kind of self-repeating pain.
    Created Thu Jun 12 00:27:51 -0700 2008
    legend
  • SimpleLog on Rails 2.1
    Created Wed Sep 24 13:07:51 -0700 2008
    legend
  • Just a personal copy of the Webistrano repository. Doing most of my patches here, but they usuall...
    Created Fri Jun 20 13:10:02 -0700 2008
    legend

Following

Public Activity  feed

mattmatt committed to mattmatt/run_later about 1 hour ago

5257539f88f8f521444d267b97415f9ce3ffaca2

First run for getting run_later working with Passenger. Works in smart and conservative modes, but not yet in production mode.

mattmatt started watching nanite about 2 hours ago
nanite is at ezmobius/nanite
mattmatt commented on mattmatt/run_later about 23 hours ago
Comment in b4e4b6b:

I’d love to, but first I’ll have to find out how Passenger handles threads, then I might be able to put it into words. I hope to find an answer or (better yet) a solution in the next days.

mattmatt committed to mattmatt/acts_as_solr 1 day ago

59e4f91db20b361094069450ed8dca720375726b

Changed parameter for find_by_solr to be :lazy instead of using :format which is only used internally.

mattmatt committed to mattmatt/acts_as_solr 1 day ago

3ac940fcb20f85117c1cfe489e100d6f16be2f8a

Updated querying to support returning lazy documents.

mattmatt committed to mattmatt/acts_as_solr 1 day ago

696a1b5c8114cb13ea97f968eda4e8757b935c69

Added a LazyDocument to fetch database records only when their data is requested.

mattmatt committed to mattmatt/acts_as_solr 1 day ago

47586749b392f07e47fa2af4f79ce11a33477426

Some cleanup to prepare the code base for new features.

mattmatt edited a page in the run_later wiki 1 day ago
mattmatt created a page in the run_later wiki 1 day ago
mattmatt committed to mattmatt/run_later 1 day ago

badbb0513031c26a0580936930c05157665536c1

Added a timeout after which the thread will be killed, so that the cleaning up after a request won't block forever.