<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/merb</id>
  <title type="text">merb Google Group</title>
  <subtitle type="text">
  Merb is a light-weight MVC framework written in Ruby with an emphasis on minimal code and maximum performance for web services and applications.
  </subtitle>
  <link href="/group/merb/feed/atom_v1_0_msgs.xml" rel="self" title="merb feed"/>
  <updated>2010-01-01T02:19:56Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Jon Hancock</name>
  <email>shellsha...@gmail.com</email>
  </author>
  <updated>2010-01-01T02:19:56Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0d79f41094d4efc2/d64f4581f6400014?show_docid=d64f4581f6400014</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0d79f41094d4efc2/d64f4581f6400014?show_docid=d64f4581f6400014"/>
  <title type="text">merb-1.1.0.pre - uninitialized constant Merb::Generators::ControllerGenerator (NameError)</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve installed merb 1.1.0.pre on my production linux server and am &lt;br&gt; getting different behavior than on my OS X dev machine. &lt;br&gt; Running merb-gen as follows shows the problem. &lt;br&gt; mhd@us1:~$ merb-gen app merb_test &lt;br&gt; /home/mhd/ruby-191-p243/lib/ru by/gems/1.9.1/gems/merb-haml-1 .1.0.pre/ &lt;br&gt; lib/generators/controller.rb:1 :in `&amp;lt;top (required)&amp;gt;&#39;: uninitialized
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gary Yngve</name>
  <email>gary.yn...@gmail.com</email>
  </author>
  <updated>2010-01-01T01:26:22Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/5f7c1821dace82dc/2bdaefdf085d1839?show_docid=2bdaefdf085d1839</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/5f7c1821dace82dc/2bdaefdf085d1839?show_docid=2bdaefdf085d1839"/>
  <title type="text">Re: Merb 1.0.15: run_later seems broken w/ clusters</title>
  <summary type="html" xml:space="preserve">
  So on 1.0.15, I added some logging regarding run_later, initializing a &lt;br&gt; worker, and entering the work loop.. &lt;br&gt; I get: &lt;br&gt; initializing! [82326, false, 0] &lt;br&gt; in worker! [82326, false, 0] &lt;br&gt; QUEUEING! [82327, true, 0] &lt;br&gt; and nothing else.. &lt;br&gt; where 82326 is the PID of the spawner, 82327 is the PID of one of the &lt;br&gt; merb workers, the boolean is Merb::Worker.started?, and the number is
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gary Yngve</name>
  <email>gary.yn...@gmail.com</email>
  </author>
  <updated>2010-01-01T00:09:30Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/5f7c1821dace82dc/bc587ddaf1afa982?show_docid=bc587ddaf1afa982</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/5f7c1821dace82dc/bc587ddaf1afa982?show_docid=bc587ddaf1afa982"/>
  <title type="text">Merb 1.0.15: run_later seems broken w/ clusters</title>
  <summary type="html" xml:space="preserve">
  run_later is working just fine in bin/merb -i or bin/merb, but no &lt;br&gt; longer seems to be working with the -c parameter (clustering). &lt;br&gt; The diffs btwn 1.0.12 and 1.0.15 are very small.. looks like the &lt;br&gt; worker starting was moved a little bit.. about to dive in more.. &lt;br&gt; Has anyone been able to get run_later working on Merb 1.0.15 w/
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Pollard</name>
  <email>jeff.poll...@gmail.com</email>
  </author>
  <updated>2009-12-31T21:22:55Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/ee83f211d5d45dce?show_docid=ee83f211d5d45dce</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/ee83f211d5d45dce?show_docid=ee83f211d5d45dce"/>
  <title type="text">Re: [merb] Re: Framework choice for a new app</title>
  <summary type="html" xml:space="preserve">
  We just started a new project at work with Merb and have been very happy. &lt;br&gt; It&#39;s not as well documented as Rails, and while that does present some &lt;br&gt; initial challenges onboarding new people, keeping the more junior people &lt;br&gt; self-sufficient and understanding how certain features work, the benefits &lt;br&gt; for us of Merb far outweigh the initial headaches.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ian Eyberg</name>
  <email>i...@telematter.com</email>
  </author>
  <updated>2009-12-31T15:57:59Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/e7ae64190f2eda85/d2bed3cfb8a83bee?show_docid=d2bed3cfb8a83bee</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/e7ae64190f2eda85/d2bed3cfb8a83bee?show_docid=d2bed3cfb8a83bee"/>
  <title type="text">Re: [merb] create models from within thor tasks</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I don&#39;t use thor but I store tasks in lib/tasks/custom.rake &lt;br&gt; for instance and they are just normal rake tasks &lt;br&gt; example: &lt;br&gt; task :add_topic_shit =&amp;gt; :merb_env do &lt;br&gt; Topic.all.each do |topic| &lt;br&gt; tagz = topic.tags.collect do |tag| tag.title end &lt;br&gt; topic.keywords = tagz.join(&amp;quot;, &amp;quot;) &lt;br&gt; topic.save &lt;br&gt; end &lt;br&gt; end
  </summary>
  </entry>
  <entry>
  <author>
  <name>kristiannissen</name>
  <email>kristian.nis...@gmail.com</email>
  </author>
  <updated>2009-12-30T22:02:35Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/e7ae64190f2eda85/ffe2723273e03563?show_docid=ffe2723273e03563</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/e7ae64190f2eda85/ffe2723273e03563?show_docid=ffe2723273e03563"/>
  <title type="text">create models from within thor tasks</title>
  <summary type="html" xml:space="preserve">
  how do you include merb in thor tasks? In rails rake tasks we use &lt;br&gt; something like &lt;br&gt; task :import_assets =&amp;gt; :environment do &lt;br&gt; which makes it possible to load models inside tasks, but how is this &lt;br&gt; done using thor and merb? &lt;br&gt; desc &#39;booh&#39;, &#39;test datamapper&#39; &lt;br&gt; def booh &lt;br&gt; Location.new &lt;br&gt; end &lt;br&gt; the line above gives me something like:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jon Hancock</name>
  <email>shellsha...@gmail.com</email>
  </author>
  <updated>2009-12-30T17:50:24Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/8ef73fdda75eadf3?show_docid=8ef73fdda75eadf3</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/8ef73fdda75eadf3?show_docid=8ef73fdda75eadf3"/>
  <title type="text">Re: Framework choice for a new app</title>
  <summary type="html" xml:space="preserve">
  Martin, &lt;br&gt; Which will be easier to port to Rails3? If you want ActiveRecord, I &lt;br&gt; guess rails would be more straightforward port. Without ActiveRecord, &lt;br&gt; I don&#39;t think it matters. &lt;br&gt; If you want very simple, sinatra is nice. I stuck with merb for my &lt;br&gt; new app simply because despite sinatra&#39;s simplicity, I had many
  </summary>
  </entry>
  <entry>
  <author>
  <name>MarkMT</name>
  <email>mark.thom...@ieee.org</email>
  </author>
  <updated>2009-12-30T17:41:14Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/f447e1bb4385774e?show_docid=f447e1bb4385774e</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/f447e1bb4385774e?show_docid=f447e1bb4385774e"/>
  <title type="text">Re: Framework choice for a new app</title>
  <summary type="html" xml:space="preserve">
  This would be a great opportunity for Yehuda to jump in and give an &lt;br&gt; update on where things are up to on Rails 3, with some &lt;br&gt; characterization of how Rails 3 and Merb 1.1 will be related in terms &lt;br&gt; of architecture, api and performance and some assessment of when it &lt;br&gt; will make sense for merb apps to be migrated to the new platform. At
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Mazur</name>
  <email>m...@upplopp.se</email>
  </author>
  <updated>2009-12-30T10:14:57Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/fc5b60beed2ea7d4?show_docid=fc5b60beed2ea7d4</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/7cfe4609bfc23544/fc5b60beed2ea7d4?show_docid=fc5b60beed2ea7d4"/>
  <title type="text">Framework choice for a new app</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I&#39;m going to start development of a new app and I&#39;m wondering which &lt;br&gt; way to go on the framework choice. &lt;br&gt; I was leaning towards merb but since merb and rails are merging I&#39;m &lt;br&gt; unsure. &lt;br&gt; What I&#39;m mostly interested in is which of the frameworks is more &lt;br&gt; future &amp;quot;safe&amp;quot;, which will be easier to port/upgrade to rails3?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jon Hancock</name>
  <email>shellsha...@gmail.com</email>
  </author>
  <updated>2009-12-30T17:09:06Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0d64214697085a3d/fa5c72f04633595b?show_docid=fa5c72f04633595b</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0d64214697085a3d/fa5c72f04633595b?show_docid=fa5c72f04633595b"/>
  <title type="text">Re: git commit id from merb gem build</title>
  <summary type="html" xml:space="preserve">
  Mark, Martin, thanks for the replies. &lt;br&gt; Here&#39;s what I&#39;ve discovered...hope this helps others: &lt;br&gt; 1 - ruby-191-p376 does not work with merb 1.1.0.pre. From another &lt;br&gt; thread, it seems this is a problem with methopara. &lt;br&gt; 2 - ruby-191-p243 seems to work well. &lt;br&gt; 3 - You cannot have merb gems 1.1 installed along with merb 1.1.0.pre
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Gamsjaeger</name>
  <email>gamsnj...@gmail.com</email>
  </author>
  <updated>2009-12-30T15:17:53Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0d64214697085a3d/ee18c589c34d30df?show_docid=ee18c589c34d30df</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0d64214697085a3d/ee18c589c34d30df?show_docid=ee18c589c34d30df"/>
  <title type="text">Re: [merb] Re: git commit id from merb gem build</title>
  <summary type="html" xml:space="preserve">
  Sorry, but since prerelease gems haven&#39;t always been possible, there &lt;br&gt; was no way to avoid switching from 1.1 to 1.1.0.pre at some time, if &lt;br&gt; we want the comfort of having prerelease gems. I&#39;d suggest you remove &lt;br&gt; the old 1.1 gems from your machine(s). 1.1.0.pre (master branch) is &lt;br&gt; considered to be the most stable version. Also, to avoid problems with
  </summary>
  </entry>
  <entry>
  <author>
  <name>MarkMT</name>
  <email>mark.thom...@ieee.org</email>
  </author>
  <updated>2009-12-30T08:38:41Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0d64214697085a3d/bcee0e2f8ae17d05?show_docid=bcee0e2f8ae17d05</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0d64214697085a3d/bcee0e2f8ae17d05?show_docid=bcee0e2f8ae17d05"/>
  <title type="text">Re: git commit id from merb gem build</title>
  <summary type="html" xml:space="preserve">
  Jon, &lt;br&gt; According to gemcutter - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gemcutter.org/gems/merb/versions/1.1.0.pre&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; , the 1.1.0.pre release was made on November 17, so I suppose the &lt;br&gt; latest from github on that date would be a fair guess - &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/merb/merb/commits/master&quot;&gt;[link]&lt;/a&gt; . &lt;br&gt; That said. I installed the HEAD version from github just yesterday,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Coles</name>
  <email>alex.co...@gmail.com</email>
  </author>
  <updated>2009-12-29T23:24:06Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0396f801805efa95/52704e122e8e5800?show_docid=52704e122e8e5800</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0396f801805efa95/52704e122e8e5800?show_docid=52704e122e8e5800"/>
  <title type="text">Re: [merb] unsuscribe</title>
  <summary type="html" xml:space="preserve">
  On Tue, Dec 29, 2009 at 10:53 PM, Cristian Malinescu &lt;br&gt; Think the problem is someone typing merb+unsuscribe@googlegroups.c om &lt;br&gt; instead of merb+unsubscribe@googlegroups. com.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cristian Malinescu</name>
  <email>cristian.maline...@gmail.com</email>
  </author>
  <updated>2009-12-29T21:53:23Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0396f801805efa95/96a067d3d71ebae2?show_docid=96a067d3d71ebae2</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0396f801805efa95/96a067d3d71ebae2?show_docid=96a067d3d71ebae2"/>
  <title type="text">Re: [merb] unsuscribe</title>
  <summary type="html" xml:space="preserve">
  sorry, what&#39;s this?!
  </summary>
  </entry>
  <entry>
  <author>
  <email>openb...@gmail.com</email>
  </author>
  <updated>2009-12-29T18:10:06Z</updated>
  <id>http://groups.google.com/group/merb/browse_frm/thread/0396f801805efa95/8117ac12055d2b47?show_docid=8117ac12055d2b47</id>
  <link href="http://groups.google.com/group/merb/browse_frm/thread/0396f801805efa95/8117ac12055d2b47?show_docid=8117ac12055d2b47"/>
  <title type="text">unsuscribe</title>
  <summary type="html" xml:space="preserve">
  </summary>
  </entry>
</feed>
