CARVIEW |
-
Personal fork of the official activemessaging repository with personal patches.Created Fri Jun 20 01:05:51 -0700 2008
-
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
-
Remote multi-server automation toolForked from jamis/capistrano Fri Aug 29 00:53:44 -0700 2008
-
Forked from thoughtbot/factory_girl Mon Sep 08 06:04:34 -0700 2008
-
A RubyCocoa client for Webistrano (https://labs.peritor.com/webistrano)Created Tue Apr 22 03:05:28 -0700 2008
-
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
-
Ruby on RailsForked from rails/rails Tue Sep 30 14:02:11 -0700 2008
-
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
-
Behaviour Driven Development framework for RubyForked from dchelimsky/rspec Wed Oct 01 02:46:54 -0700 2008
-
A port of Merb's run_later functionality to Rails 2.2.Created Sat Sep 27 10:54:48 -0700 2008
-
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
-
SimpleLog on Rails 2.1Created Wed Sep 24 13:07:51 -0700 2008
-
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
Public Activity
5257539f88f8f521444d267b97415f9ce3ffaca2
First run for getting run_later working with Passenger. Works in smart and conservative modes, but not yet in production mode.
59e4f91db20b361094069450ed8dca720375726b
Changed parameter for find_by_solr to be :lazy instead of using :format which is only used internally.
3ac940fcb20f85117c1cfe489e100d6f16be2f8a
Updated querying to support returning lazy documents.
696a1b5c8114cb13ea97f968eda4e8757b935c69
Added a LazyDocument to fetch database records only when their data is requested.
47586749b392f07e47fa2af4f79ce11a33477426
Some cleanup to prepare the code base for new features.
badbb0513031c26a0580936930c05157665536c1
Added a timeout after which the thread will be killed, so that the cleaning up after a request won't block forever.