Re: [Radiant] issues with radiant/heroku

2010-05-19 Thread banane
We took this offline, but to update the list- "I know I've seen this before- found the thread: http://old.nabble.com/Installin-on-HostingRails-td28031362.html As Jim said, looks like you have a mixed setup, a .9 DB and a .8 gem. You can tell Heroku what gem you want, by setting up a .gems file and

Re: [Radiant] Gallery install not working

2010-05-19 Thread Dayne Broderson
I don't use the gallery myself but you should just have to (re)move the vendor/extensions/gallery/ directory out of the way. I'd move it out of the way, see if that fixes your stuff, before deleting it. In case you have to move it back and do some un-migrate or something. -dayne UAF-GINA http

Re: [Radiant] radiant-0.9.0.rc3 unhappy with rack-1.1.0

2010-05-19 Thread Jon Roberts
The tilde means it's looking for rack 1.0.x (any revision of 1.0, greater than 1.0.1) -- Jon On May 19, 2010, at 2:15 PM, D.Kreft wrote: > Since when is 1.1.0 not greater than 1.01? > > % rake gems > (in /rhel5pdi/workplace/octane/src/RubyGem-radiant/radiant-0.9.0.rc3) > rake aborted! > Ruby

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread D.Kreft
On Wed, May 19, 2010 at 2:20 PM, john muhl wrote: worked here with rake 0.8.7. may as well just change the version in the > gemspec. > After updating rake (and a few other things), the build went fine. Thanks! -dan > > http://github.com/radiant/radiant/commit/7d0a0d2 > > On Wed, May 19, 2010

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread john muhl
worked here with rake 0.8.7. may as well just change the version in the gemspec. http://github.com/radiant/radiant/commit/7d0a0d2 On Wed, May 19, 2010 at 4:15 PM, D.Kreft wrote: > Negative, Ghost Rider, the pattern is full: > > dkr...@logos:~/radiant> rake radiant:gem > (in /Users/dkreft/radiant

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread D.Kreft
Negative, Ghost Rider, the pattern is full: dkr...@logos:~/radiant> rake radiant:gem (in /Users/dkreft/radiant) rake aborted! Malformed version number string 0.9.0.rc3 /Users/dkreft/radiant/Rakefile:7 (See full trace by running task with --trace) dkr...@logos:~/radiant> rake --version

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread john muhl
you might have better luck with rake radiant:gem On Wed, May 19, 2010 at 3:56 PM, D.Kreft wrote: > Thanks. Though now I have a different problem: > > % gem build radiant.gemspec > ERROR:  While executing gem ... (ArgumentError) > >  /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/r

[Radiant] Gallery install not working

2010-05-19 Thread Bentley78
I installed the gallery extension and it failed. I tried to uninstall it and it's not there but no in my admin panel I get the following message: GalleryExtension error gallery. /path/to/gallery.yml doesn't exist. The website is working but I can't do anything throught he panel. Is there a way to

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread D.Kreft
Thanks. Though now I have a different problem: % gem build radiant.gemspec ERROR: While executing gem ... (ArgumentError) /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/version.rb:56:in `initialize': Malformed version number string 0.9.0.rc3 Do I just need t

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread john muhl
git submodule init git submodule update On Wed, May 19, 2010 at 2:41 PM, D.Kreft wrote: > I'm trying to build a gem for radiant-0.9.0.rc3, but it's not going too > well. Is there some secret mojo I'm missing? > % pwd > /workplace/octane/src/RubyGem-radiant/radiant-0.9.0.rc3 > % gem build radiant.

[Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread D.Kreft
I'm trying to build a gem for radiant-0.9.0.rc3, but it's not going too well. Is there some secret mojo I'm missing? % pwd /workplace/octane/src/RubyGem-radiant/radiant-0.9.0.rc3 % gem build radiant.gemspec ERROR: While executing gem ... (Gem::InvalidSpecificationException) ["vendor/extensio

[Radiant] radiant-0.9.0.rc3 unhappy with rack-1.1.0

2010-05-19 Thread D.Kreft
Since when is 1.1.0 not greater than 1.01? % rake gems (in /rhel5pdi/workplace/octane/src/RubyGem-radiant/radiant-0.9.0.rc3) rake aborted! RubyGem version error: rack(1.1.0 not ~> 1.0.1) (See full trace by running task with --trace) % gem list rack *** LOCAL GEMS *** rack (1.1.0) -dan

Re: [Radiant] Digest for radiantcms@googlegroups.com - 16 Messages in 6 Topics

2010-05-19 Thread Tsegaselassie Tadesse
I am getting the following error when I try to bootstrap my radiant application: $ rake development db:bootstrap rake aborted! can't activate rack (~> 1.0.0, runtime) for [], already activated rack-1.1.0 for ["radiant-0.8.1"] My local gem list has rack 1.1.0 & 1.0.1 do I have to install 1.0.0? I