[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] blorgit build
From: |
Eric Schulte |
Subject: |
Re: [Orgmode] blorgit build |
Date: |
Thu, 14 Oct 2010 16:52:05 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) |
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 <address@hidden> 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?