Dudley Flanders
Dudley Flanders
@elus Thanks, if that works in 0.4, too, then that's even better. I'm assuming that if that works in 0.4 I should leave the package.json alone?
@elus, thanks, I updated it with `"node" : ">=0.4"`.
Sigh. Maybe we should go back to Amber ;)
We'll probably rename it to emberjs, unless someone else has a better suggestion.
For those of us who are Windows-challenged, what's the correct fix? Something like: ``` ruby def fullpath raise "#{root}, #{path}" unless root =~ /^(\/|[a-zA-Z]:\\)/ File.join(root, path) end ``` ? We're...
@blargity Sure, that would be great, thanks.
My first thought is to add something like a `pipeline` DSL method that would take a path to another Assetfile, making that pipeline part of the current pipeline.
I haven't been working on rakep for a while now. As far as I know, @wycats is the only one with the rubygems access to release a new version.
IIRC, @wycats added that a long time ago, but never ended up using it. Since it's not used, I would guess it would go away at some point.
@orangy Could you say a little more about what you were thinking as far as database-specific extensions? I've been thinking about doing just that for Postgres.