CARVIEW |
lukebayes
(Luke Bayes)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Luke Bayes
- Website/Blog
- https://www.asserttrue.com
- Company
- https://www.patternpark.com
- Location
- San Francisco, CA
- Member Since
- Apr 03, 2008 (about 1 year)
Following 35 coders and watching 36 repositories view all →
Public Repositories (14)
-
project-sprouts
Project Sprouts is an open-source, cross-platform project generation and configuration tool for A...
Last updated Mon Jan 11 14:34:55 -0800 2010
-
asunit
The only ActionScript unit test framework that supports Flash Players 6, 7, 8, 9 and 10
Last updated Mon Nov 30 16:53:11 -0800 2009
-
fundamental
A base Rails application that can be cloned and used for new projects
Last updated Wed Sep 02 21:06:10 -0700 2009
-
beanstalk-messaging
Forked from lukeredpath/beanstalk-messaging Thu Aug 20 13:33:40 -0700 2009
Last updated Thu Aug 20 13:35:18 -0700 2009
-
laml
Luke and Ali Markup Language for SWF development
Last updated Fri Aug 07 10:43:42 -0700 2009
-
waybeams
This project is an exploration of stateless MVC server architecture embedded entirely within rich...
Last updated Fri Jul 24 10:32:33 -0700 2009
-
bort
A base rails app featuring: RESTful Authentication, Will Paginate, Rspec & Rspec-rails, Excep...
Forked from fudgestudios/bort Sat May 23 11:16:33 -0700 2009
Last updated Thu Jul 23 23:36:08 -0700 2009
-
beansoncheeseontoast
It's like Ruby on Rails, but with ActionScript and beans and cheese and toast...
Last updated Tue Jun 23 23:29:26 -0700 2009
-
clix_flash_player
Command Line Interface to the Flash Player on OS X
Last updated Thu May 21 14:34:39 -0700 2009
-
dotfiles
This is a collection of my system configuration files.
Last updated Sat May 16 11:11:49 -0700 2009
-
asunit-legacy
The ActionScript unit test framework that supports Flash Players 6, 7, 8, 9 and 10
Last updated Tue Feb 24 14:48:33 -0800 2009
-
fquery
fQuery is a development framework for Flash content that was inspired by the JQuery framework fro...
Last updated Thu Feb 05 15:10:00 -0800 2009
-
redsun
Red Sun - Ruby to Flash compiler and framework
Forked from jonathanbranam/redsun Wed Aug 12 14:31:06 -0700 2009
Last updated Mon Dec 15 19:50:11 -0800 2008
-
another-jsunit
A Simple JavaScript unit test framework
Last updated Wed Aug 06 18:01:20 -0700 2008
Public Activity 
md5 check of flash_player_10_l fails
rails.vim: Ruby on Rails power tools

-
Robert Penner committed 611f7c97:
FIX: assertThrows() was showing wrong message when the function didn't throw anything.
all tasks are run, even if I just want one
Sprout gem should depend on rake gem
spouts as3 generates uncorrect command line for compc for -include-clases
script/generate test in AS2 project creates AS3 test case
C:\projects>sprout -n as3 MyTest creates a folder name My omitting Test
sprout -n as3 Test gives an error

-
lukebayes committed 8504b7d3:
Merge branch 'working'
-
lukebayes committed c980da6b:
Fixed problems with auto-detection of gem platform for Snow Leopard users
-
lukebayes committed 19ab488d:
Added gemcutter tasks to project rakefile
-
lukebayes committed 39ccd273:
Added empty folder to developer bundle to fix new environment test failures
-
lukebayes committed 86841c8d:
Updated project description for gemcutter
-
lukebayes committed 34883934:
Fixed Segmentation Fault that arose when running test harness
-
lukebayes committed 675a53d3:
Incremented revision number
-
lukebayes committed c7b30e03:
Fixed ERBResolver to compose a context object, thereby allowing the use of otherwise in-use words in template blocks
-
lukebayes committed 76d9e7c0:
Added DynamicAccessors along with test
-
lukebayes committed 91e275f5:
Updated TestCase template to use ActionScript 2
-
lukebayes committed 871cb91e:
Changed suite generators to use :collision => :force as a quick fix since prompts were not displaying properly.

-
Robert Penner committed 861047d2:
Sped up the AsUnit self-test suite by about 40 times (from 2.7 secs to 0.06) by whittling down big timeouts.
-
Robert Penner committed 2a97927f:
By changing one character, AsUnit's self-test suite runs 33% faster (Timer delay from 1 to 0).
-
Robert Penner committed 7ac2986b:
Merge branch 'master' of git://github.com/lukebayes/asunit
-
Robert Penner committed 7b482c0b:
Improved assertThrows() error message to state the expected error type.
-
Robert Penner committed f188b0d5:
TestCase: Replaced setTimeout() with a Timer to reduce the failure call stack.
-
Robert Penner committed 13dbf86b:
Assert: in-lined fail methods to reduce call stack. Improved failure messages for several asserts.
-
Robert Penner committed 130530e8:
Stack trace filtering: remove local file paths to focus on the class names preceding them.
-
Robert Penner committed 72203e48:
Assert now gives more descriptive error messages on assertTrue, assertFalse and assertNull.
-
Robert Penner committed 76888a08:
FIX: Some tests for AS3 AsUnit were not organized into the correct AllTests for their package.