cainlevy

Lance Ivy
Washington
5
6
configurable benchmarking for rails
Created Fri May 30 20:29:45 -0700 2008
legend
Rails components with inheritable views, caching, and good encapsulation.
Created Wed May 14 16:39:29 -0700 2008
legend
Exception Notifier Plugin for Rails
Forked from rails/exception_notification Mon Jun 30 11:56:02 -0700 2008
legend
Subscription management and processing (TrustCommerce, BrainTree, etc.)
Created Thu May 08 10:13:41 -0700 2008
legend
Replaces <select> tags with a full-HTML, RESTful JavaScript record browser (Rails plugin)
Created Mon May 19 14:03:27 -0700 2008
legend
object-oriented activerecord validations and machine/human formatting
Created Mon May 05 17:07:10 -0700 2008
legend

Following

Public Activity  feed

cainlevy committed to recordselect 2 days ago

f736ba1d036cd3d0593977f25584efe04b8b8e96

using default Element.Update (replace contents) instead of Insertion.Bottom when opening the dialog. closes issue #53.

cainlevy committed to recordselect 2 days ago

69d78db3781968b9000a120f7dbc9cbab8a9a8a9

check to see if dialog still exists before replacing into it after search. closes issue #52.

cainlevy deleted cells 4 days ago
Deleted repository was at cainlevy/cells
cainlevy committed to exception_notification 15 days ago

b4863764b53643c6dbab9852eff33dc6615bbd8c

adding comments on a couple of methods

cainlevy committed to exception_notification 15 days ago

7bdeeeff41d059cc494f76751acd9c12c6a32f21

when rescuing an exception in public, only send an email - let rails handle responding to the client

cainlevy committed to exception_notification 15 days ago

ccc0f704b8a3681f92a33333692d7aefb9ef75d5

refactoring/clarifying the exception_data class method

cainlevy committed to exception_notification 15 days ago

80ce4dd59c95c08170422c096c89c84b214bea76

moving license headers into standard MIT-LICENSE file

cainlevy commented on activescaffold/active_scaffold 23 days ago
Comment on lib/extensions/generic_view_paths.rb in 5de9eb7:

Oh, easy enough solution – ...

cainlevy committed to active_scaffold 23 days ago

8e15d9e39b8a123d7a236a334eadcbe0cd60c550

moving search_generic_view_paths? into TemplateFinder so it works even when rendering mailers

cainlevy commented on activescaffold/active_scaffold 23 days ago
Comment on lib/extensions/generic_view_paths.rb in 5de9eb7:

What was the motivation for…