public
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-more.git

Comments for wycats's merb-more   feed

ivey commented on wycats/merb-more Sun Oct 12 21:05:07 -0700 2008
Comment in 834e18d:

+1 to jnicklas … this seems like a mistake, especially for a 1.0 RC

michaelklishin commented on wycats/merb-more Sat Oct 11 16:29:10 -0700 2008
Comment in 834e18d:

It’s a “just in case” measure because we had slices generators not hooked up during sprint. We can load that with merb-haml.rb or something a bit later on when merbcamp is over and things settle down a bit.

jnicklas commented on wycats/merb-more Sat Oct 11 13:52:35 -0700 2008
Comment in 834e18d:

Seriously, why is this necessary? It’s simply not. If you don’t have merb-haml set up as a dependency, why would you possibly need the haml generators?

michaelklishin commented on wycats/merb-more Fri Oct 10 05:13:10 -0700 2008
Comment in c098537:

yay for no mocks where real objects will do!

advany commented on wycats/merb-more Thu Oct 09 16:40:48 -0700 2008
Comment in 5bf1d6d:

lol :-) why not just keep it consistent with the rest? with – instead of _

advany commented on wycats/merb-more Thu Oct 09 16:28:13 -0700 2008
Comment in 6f3e2f8:

could you also add a way to specify adapter? would be great :)

michaelklishin commented on wycats/merb-more Wed Oct 08 17:53:42 -0700 2008
Comment in 51808ff:

This gonna complicate merge of new -helpers spec suite :( Sigh. Evil one liners.

carllerche commented on wycats/merb-more Tue Oct 07 00:24:18 -0700 2008
Comment in ed0a793:

Doing it that way seems like a better way. I copied what I saw in -slices. I know that when I made this change the mailer generator wasn’t showing in merb-gen’s list even though I had merb-mailer required.

ivey commented on wycats/merb-more Mon Oct 06 21:38:06 -0700 2008
Comment in ed0a793:

@jnicklas can you confirm that this works properly without the Generators file?

jnicklas commented on wycats/merb-more Sun Oct 05 16:26:57 -0700 2008
Comment in ed0a793:

BTW: here is the part that makes the Generators file redundant:

http://github.com/wycats/merb-more/tree/master/merb-mailer/lib/merb-mailer.rb#L6

jnicklas commented on wycats/merb-more Sun Oct 05 16:25:28 -0700 2008
Comment in ed0a793:

this is a bad idea, imho. Generators files should only be used when absolutely necessary, as it adds an overhead to starting up merb-gen.

In this case, it’s not necessary. We only need mailer generators when merb-mailer is a part of the application, therefore the Generators file isn’t needed.

michaelklishin commented on wycats/merb-more Sat Sep 27 00:34:45 -0700 2008

The commit has since been removed.

michaelklishin commented on wycats/merb-more Sat Sep 27 00:27:46 -0700 2008

The commit has since been removed.

felix commented on wycats/merb-more Mon Sep 22 03:22:28 -0700 2008
Comment in 87ca5ff:

Thought I would try a commit from the Github website…oh well

michaelklishin commented on wycats/merb-more Thu Sep 18 13:43:56 -0700 2008
Comment in e99667f:

Unfortunately, it swallows exception back trace.

ivey commented on wycats/merb-more Thu Sep 18 12:56:50 -0700 2008
Comment in e99667f:

should_not raise_error exists to convey meaning to the reader of the spec. without it, it looks like there’s a missing expectation.

wvl commented on wycats/merb-more Fri Sep 12 16:49:28 -0700 2008
Comment in 81b9378:

How about making this auto generated when it is first required by the bundler scripts? Not everyone is going to need or want this directory…

jnicklas commented on wycats/merb-more Sun Sep 07 14:59:16 -0700 2008
Comment in 569d639:

We’re running against edge atm… Templater 0.2 should be released in the next few days.

djwonk commented on wycats/merb-more Sun Sep 07 08:11:58 -0700 2008
Comment in 569d639:

FYI: doing a gem update didn’t get templater 0.2.0. Had to use http://github.com/jnicklas/templater

mattetti commented on wycats/merb-more Wed Aug 27 18:26:11 -0700 2008
Comment in b028795:

My current list:

Recursive dependencies: english mongrel erubis json mime-types xml-simple archive-tar-minitar rubigen rake ruby2ruby json_pure merb-core merb-more ParseTree builder rspec rack hpricot extlib libxml-ruby memcache-client templater haml mailfactory merb-action-args merb-assets merb-gen merb-haml merb-mailer merb-parts merb-builder merb-cache merb-freezer merb-slices merb-jquery merb sequel sequel_model

Note that I should remove the elements which get installed when installing merb core, more and plugins