public
Description: master merb branch
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb.git

Comments for wycats's merb   feed

pk commented on wycats/merb Tue Sep 29 02:40:59 -0700 2009
Comment in 8e11536:

Sorry my fault.

elucid commented on wycats/merb Mon Sep 28 20:46:25 -0700 2009
Comment in 8a6806d:

oh man--forgot the <pre> tags around those <code> blocks!

elucid commented on wycats/merb Mon Sep 28 20:35:23 -0700 2009
Comment in 8a6806d:

idiom I picked up somewhere that accomplishes the same thing:

merbjedi commented on wycats/merb Mon Sep 28 16:31:44 -0700 2009
Comment in 8e11536:

gem "json_pure", ">= 1.1.7", :require_as => "json"

merbjedi commented on wycats/merb Mon Sep 28 16:31:31 -0700 2009
Comment in 8e11536:

Ok, in the generated Gemfile, it looks like it needs to be:

merbjedi commented on wycats/merb Mon Sep 28 16:29:41 -0700 2009
Comment in 8e11536:

This seems to break newly generated projects (from merb-gen). I'll try to track down the cause

raggi commented on wycats/merb Fri Jul 31 16:04:25 -0700 2009
Comment in 7d14e7e:

LOL.

drbrain commented on wycats/merb Fri Jul 31 15:20:30 -0700 2009
Comment in 7d14e7e:

This is terrible!

jgeiger commented on wycats/merb Mon May 11 10:51:22 -0700 2009
Comment in fe3d2b6:

rubygems 1.3.3

janx commented on wycats/merb Mon May 11 03:22:17 -0700 2009
Comment in fe3d2b6:

Anyone knows the reason why Time.today doesn't work anymore?

snusnu commented on wycats/merb Mon Apr 20 18:53:30 -0700 2009
Comment in fe3d2b6:

while looking at core_ext.rb i noticed that the link to extlib is outdated. it now lives at github.com/datamapper/extlib

visionmedia commented on wycats/merb Fri Mar 20 17:12:15 -0700 2009
Comment in c9be41b:

My vote is for fragment, since an anchor just refers to the DOM, fragment would be the proper term IMO

wycats commented on wycats/merb Fri Mar 20 17:02:34 -0700 2009
Comment in c9be41b:

Supplying both is a sad path. We should probably raise an exception in that case.

merbjedi commented on wycats/merb Fri Mar 20 14:04:23 -0700 2009
Comment in c9be41b:

The slight difference here is that when they are both on the same line, anchor will pass through if you define both :fragment and :anchor

namelessjon commented on wycats/merb Wed Mar 18 17:09:03 -0700 2009
Comment in 0af606e:

Thanks for this commit, wycats.

mattetti commented on wycats/merb Mon Feb 09 17:18:13 -0800 2009
dkubb commented on wycats/merb Fri Jan 30 18:56:09 -0800 2009
Comment in 56ab0f1:

This probably isn’t necessary any longer, provided the merb deps specify the last stable DM release (0.9.10) as the minimum dependency.

mjwillson commented on wycats/merb Mon Dec 29 06:33:08 -0800 2008
Comment in 3a063b9:

Made a ticket for the issue here:

mjwillson commented on wycats/merb Mon Dec 29 06:07:33 -0800 2008
Comment in 3a063b9:

Aha, I wonder if it relates to this JRuby bug:

mjwillson commented on wycats/merb Mon Dec 29 06:03:03 -0800 2008
Comment in 3a063b9:

Hello,