From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: blorgit build Date: Thu, 14 Oct 2010 16:52:05 -0600 Message-ID: <87zkug8k16.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=47691 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6Wel-0008Dg-W2 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 18:52:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6Wek-0003OA-QX for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 18:52:15 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:53081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6Wek-0003O5-NJ for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 18:52:14 -0400 Received: by gyd10 with SMTP id 10so120278gyd.0 for ; Thu, 14 Oct 2010 15:52:14 -0700 (PDT) In-Reply-To: (Ezequiel Birman's message of "Thu, 14 Oct 2010 11:14:09 -0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ezequiel Birman Cc: emacs-orgmode@gnu.org Hi Ezequiel, I haven't touched the blorgit code for probably over a year. That said I have been using blorgit locally without problem. Although the error you pasted doesn't raise any immediate flags for me I can give my boilerplate question of "did you install the git submodules"? If not, then run git submodule init git submodule update in the base of the blorgit repo, and give it another try. This could also be caused by changes to ruby since blorgit was last updated, in which case I may be able to take a look and see if I can fix it, but it's been almost a year since I've done any ruby programming, so this make not happen quickly... Best -- Eric Ezequiel Birman writes: > I cloned from the repo and after 'rake new' > >> rake aborted! >> undefined method `tableize' for "Blog":String >> ./backend/active_file/lib/active_file/base.rb:17:in `inherited' >> ./backend/blog.rb:1 >> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' >> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' >> ./backend/init.rb:3 >> ./backend/init.rb:3:in `each' >> ./backend/init.rb:3 >> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' >> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' >> ./blorgit.rb:9 >> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' >> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' >> /home/stormwatch/src/blorgit/Rakefile:1 >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `load' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run' >> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 >> /usr/bin/rake:19:in `load' >> /usr/bin/rake:19 > > and line no. 17 of base.rb reads: > > > base.location = [base.name.tableize.to_s, "*"] > > Could anyone with Ruby skills help me please? > > Is blorgit still developed?