CARVIEW |
coreyti
(Corey Innis)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Corey Innis
- Website/Blog
- https://coolerator.net
- Company
- Pivotal Labs (https://pivotallabs.com)
- Location
- New York
- Member Since
- Apr 03, 2008 (about 1 year)
Following 26 coders and watching 124 repositories view all →
Public Repositories (22)
-
selenium-profiles
A collection of (Firefox) profile templates for use with Selenium
Last updated Sat Jan 30 13:09:41 -0800 2010
-
engine-assets
A Rails Engine, which enables Rails Engines to provide assets (javascript, css and images)
Last updated Mon Dec 28 16:10:30 -0800 2009
-
coolerator.vision
TODO: one-line summary of your gem
Last updated Sun Nov 22 09:50:28 -0800 2009
-
screw-unit-tmbundle
TextMate bundle for Screw.Unit (screw-unit)
Last updated Mon Nov 16 07:17:42 -0800 2009
-
syncopate
A very simple rich text editor (RTE) in jQuery and Disco
Last updated Mon Oct 12 08:01:33 -0700 2009
-
selenium-mgr
TODO: one-line summary of your gem
Last updated Thu Aug 20 15:12:46 -0700 2009
-
screw-driver
A way to automate the running of your Screw.Unit specs.
Forked from nakajima/screw-driver Sat May 23 21:54:43 -0700 2009
Last updated Sun May 24 19:46:18 -0700 2009
-
gnarl
Like Growl4Rails, but based on jQuery
Last updated Sat May 02 18:47:22 -0700 2009
-
prosopo
An exploration into semantic/accessible web representations of genealogies and such using HTML an...
Last updated Fri Apr 24 01:17:32 -0700 2009
-
specl
on-the-fly CSS extension
Last updated Tue Apr 21 21:10:10 -0700 2009
-
thoughts
Various code-related thoughts and examples
Last updated Thu Apr 02 06:51:09 -0700 2009
-
gmail-with-fries
my greasemonkey (or greasekit) script/style for gmail
Last updated Mon Mar 09 07:30:18 -0700 2009
-
disco
A client-side framework for view generation.
Forked from grockit/disco Sat Mar 07 15:59:45 -0800 2009
Last updated Sun Mar 08 13:55:39 -0700 2009
-
blinki
Last updated Thu Mar 05 16:04:05 -0800 2009
-
screen-doors
Examples of a clean, CSS-only technique for adding borders and roundy-corners
Last updated Thu Jan 29 14:16:43 -0800 2009
-
scrabl
Examples of a clean, CSS & XBL technique for adding borders and roundy-corners
Last updated Thu Jan 29 03:36:19 -0800 2009
-
osx-setup
my system setup scripts and config
Last updated Tue Jan 20 11:48:18 -0800 2009
-
dm-pivotal-tracker
A DataMapper adapter for Pivotal Tracker (https://pivotaltracker.com)
Last updated Wed Dec 24 01:31:01 -0800 2008
-
pt-console
A simple console application for working with Pivotal Tracker. Uses dm-pivotal-adapter and highl...
Last updated Mon Nov 24 09:09:39 -0800 2008
-
showdown
JavaScript port of Markdown (from https://attacklab.net/showdown/)
Last updated Thu Nov 13 13:40:50 -0800 2008
-
seedling
Last updated Thu Oct 09 01:01:51 -0700 2008
-
facebooker
The facebooker Rails plugin
Forked from mmangino/facebooker Sat Oct 04 02:43:00 -0700 2008
Last updated Sat Oct 04 12:38:14 -0700 2008
Public Activity 
Javascript + DOM in your ruby, the simple way
A Node.js Mustache template engine (and compiler)
Experiment Driven Development for Rails
Rails plugin for integration of the Sunspot Solr library
Solr-powered search for Ruby objects
Coolerator.Filters.prepare should not blow-up if there are no "templates" to prepare

-
coreyti committed 72d51198:
Version bump to 0.4.0
-
coreyti committed db523a61:
removed the ActionController::Routing::RouteSet extension. it turns out, Rails engines take care of this.
-
coreyti committed e2ad887c:
removed the Rails::Plugin extension. engines should call EngineAssets::PublicLocator.register(base_dir), where base_dir is that which contains your 'public' dir (ought to be the root of your engine). Thanks Pat Nakajima for the suggestion.
-
coreyti committed daa677af:
fix for PublicLocator spec.

-
coreyti committed 3874bba2:
added specs for Coolerator.Filter and re-implemented it (no longer a constructor and #before and #after are not available on the prototype).
-
coreyti committed 17582f5d:
added specs for Coolerator.Filters and (re-)implemented #count, #add, #get, and #reset
-
coreyti committed d07ff164:
deleted erroneous VERSION attribute in Coolerator.Base

-
coreyti committed d7f9039f:
Version bump to 0.2.4
-
coreyti committed 4526f6ff:
fixed a Safari parse error.
-
coreyti committed 2d4baa51:
Version bump to 0.2.3
-
coreyti committed bbf11aee:
Added :label to Filters created with a configuration object.
-
coreyti committed ce5e2e66:
Version bump to 0.2.2
-
coreyti committed b33c38e6:
Filter now accepts multiple selectors. Remote#capture binds data-remote forms on page ready. Minor code clean-up.

-
coreyti committed 41e5895f:
Version bump to 0.2.0
-
coreyti committed ac663782:
added specs for some of the View inheritance/extension stuff... fixed a bug in which Views could step on each other's instance implementation (view poor use of prototype).
-
coreyti committed baaf4531:
added initial skeleton JS specs.
-
coreyti committed c029c3ba:
added ScrewUnit framework dependency.
-
coreyti committed 9b8f1165:
Added script/pair script.
expand_javascript_sources should be aliased

-
coreyti committed 3c4f1f9d:
Version bump to 0.3.1
-
coreyti committed 62dc9cf6:
refactored the expand_javascript_sources extension to use aliasing. modified same to accept only :all, for now. also, re-inserting any :defaults that were dropped due to file absence (in RAILS_ROOT/public).
-
coreyti committed eae52559:
spec fixes.
-
coreyti committed b9662991:
lowered rspec version requirement.
expand_javascript_sources should be aliased
Files in 'public' on the sources list