CARVIEW |
-
Playing with Compass and YUI in a Rails app.Updated Thu Feb 19 19:18:47 -0800 2009
-
Rails generators for developers who do Test-Driven Development.Forked from hardbap/coulda Sun Mar 01 14:17:23 -0800 2009
-
A craps simulator to help you plan your next trip to the casino by minimizing the house advantage...Updated Wed May 28 21:56:52 -0700 2008
-
a modification of the standard Rails model generator to generate factory definitions for use with...Forked from vigetlabs/model_generator_with_factories Sun Mar 01 11:30:28 -0800 2009
-
Rails plugin. Force major browsers (IE, Firefox, Safari) to reload a page, even when triggered by...Updated Mon Sep 08 13:49:12 -0700 2008
-
Nurse cares for invalid ActiveRecord objects.Updated Sun Nov 09 11:05:40 -0800 2008
-
Experimental.Updated Tue Feb 10 08:44:24 -0800 2009
-
Alpha software / experimental - A Ruby gem which adds simple item-to-item collaborative filtering...Updated Tue Apr 08 16:21:39 -0700 2008
-
Unit tests I wrote way back when I started learning Ruby.Forked from clarkware/ruby-learning-tests Mon Aug 25 14:33:19 -0700 2008
-
URL shortening app in the fewest readable lines of Ruby possible.Updated Fri Sep 26 09:37:53 -0700 2008
-
Makes tests easy on the fingers and the eyesForked from thoughtbot/shoulda Sun Jan 04 17:59:15 -0800 2009
-
Ruby wrapper for the Twitter Search API. Forked from Dustin Sallings' ruby-summize gem.Updated Wed Feb 04 15:42:39 -0800 2009
-
port of Alex Dunae's validates_email_format_of Rails plugin to a gemUpdated Wed Dec 24 09:57:32 -0800 2008
-
Subdomain validation for ActiveRecord. Light wrapper around the excellent Addressable library (re...Updated Mon Jul 21 17:34:40 -0700 2008
-
Generate random short, non-offensive words. Good for human-readable confirmation codes.Updated Fri Jan 09 11:11:05 -0800 2009
Public Activity
60b7932b975eb972d902f20d67d46ebdc0f89dbb
split up scaffold generator into controller generator and helper generator
a191d7320630a5ff568a35b793860f27ca449372
testing for presence of add_index on foreign key in model generator when given a belongs_to attribute
b123886d387dffda45bea3ee1f7ae0900167ac61
cucumber stories for belongs_to association and db index
f4f02bd9eb80086be8b5201243b3897c184e7670
asserting the default unit test is as expected, removing old should_have_db_column default
0ec988c3bc3c90292d34633fd53aec2666f848d4
testing for the presence of unit test for generated model
08d48aebed1dcb34f95805570d21aed3ee23c60e
removed test directory. now testing only with cucumber. updated README to reflect changes thus far, and goals for controller generator
94b63c895739311879867f872ea7cb14162c90ef
ignoring .swo, .swp
b8f8f0c70f5597ac9689ffcb3d33eff250462045
cleaning up stories, steps, helper assertions
2e04a904e20d4ed6196b793e7aeaad2c863a1972
simplifying testing strategy with Cucumber
f243698d2080edb99688c0f70bbaffc1eed92758
more tests for what kind of factories are created, altering the defaults
3b64d9b00b0503085cc2be7fb15267c106c652d7
added step for checking default factory definition
f6d7bf2ebcdd84bdd9150a4cb15604e2abc6a675
feature now passing
dc03e2571b13c523aac4dbbb9bbff7c33295c6c6
testing generator with cucumber

-
dancroak committed 804169c5:
bumping the gemspec to 1.1.6
-
dancroak committed 7976dcea:
removing mailing list line from README, since we deleted the mailing list due to inactivity
-
dancroak committed 8950ae1f:
adding backtrace_cleaner and test file which got left out of version control
-
dancroak committed 86f031c4:
working version matching Rails implementation
-
dancroak committed 6f3eb93f:
experiment with turning quiet backtrace off
-
dancroak committed 294359c3:
updating docs
-
dancroak committed 0b179e73:
better requiring, still searching for rake test failure vs. ruby test/rails_cleaner_test.rb success
-
dancroak committed 7409452b:
refactoring library & tests to match Rails version of backtrace cleaning