lazyatom

James Adam
London, UK
13
4
Your own personal hoodwink'd. Add commenting to any site.
Created Thu May 01 10:25:28 -0700 2008
legend
The Rails Engines plugin
Created Fri Apr 18 13:56:06 -0700 2008
legend
I suppose it's a document database. Or a tuple store. But really, it's just data sloshing around,...
Created Thu Feb 07 09:04:58 -0800 2008
legend
Vanilla in Ruby
Created Tue Mar 04 14:13:34 -0800 2008
legend

Following

Public Activity  feed

lazyatom created gist: 2143 1 day ago
class Monkey end
lazyatom commented on azimux/engines 3 days ago
Comment in 91a5fc1:

I think some of these chang…

lazyatom updated gist: 221 3 days ago
lazyatom created gist: 221 3 days ago
testing gist ============
lazyatom committed to vanilla-rb 8 days ago

94da3d6a49212ce6b58d8343b8986dd87f93101a

Set the content type as text/plain if the request is .raw

lazyatom committed to vanilla-rb 8 days ago
lazyatom committed to vanilla-rb 8 days ago

edff450bffc24e6b048ba59206dce530d597732f

The attribute-adding edit form javascript should actually work.

lazyatom committed to vanilla-rb 8 days ago

c4ae2d98f2cc0fa3a1f96207ff26253f54047e38

We can be generic about passing attributes via the URL for creating new snips, by using the parameter 'name' instead of 'snip_to_edit' or 'snip_to_create'. This lets us pass other attributes via the URL too.

lazyatom committed to vanilla-rb 8 days ago

dfca2f00f0b67df91b41ceab674c9c8005fa0e0d

Adding new comments via the comments dyna should be disable-able.

lazyatom committed to engines 10 days ago

38037f87f9f2d1ff5fb47ff4d28f4176a63b9a72

To play nice with exception_notification, we should either respect the existing view load paths or (not implemented) add any directories in plugins called 'views' to the view load path.