[Radiant] Downloading page assets in a ZIP file

2010-04-23 Thread Ola Tuvesson
Hello all, I'm a new Raidant user (only on my second site using it) and fairly new to RoR (about six months experience) so please be gentle ;) The site I'm currently working on is for a tiny netlabel (2-3 releases per year) and I've opted to use Radiant as a CMS for the whole site. I'm using pape

Re: [Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Si Forster
[mountaindew]$ rake production db:bootstrap --trace full trace - http://gist.github.com/376618 Thanks On 23 April 2010 15:56, Jim Gay wrote: > On Apr 23, 2010, at 10:45, Si Forster wrote: > > > I've uninstalled 1.1.0 and I know have 1.0.1. > > > > I am now getting the error: > > > > rake abor

Re: [Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Jim Gay
On Apr 23, 2010, at 10:45, Si Forster wrote: > I've uninstalled 1.1.0 and I know have 1.0.1. > > I am now getting the error: > > rake aborted! > Object is not missing constant StandardTags! That's strange. You are running the edge version, right? Can you paste the full error in a gist or pastie

Re: [Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Jim Gay
On Apr 23, 2010, at 10:15, Si Forster wrote: > Hello, > > I am trying to run the edge version of radiant on Dreamhost. > > When running the command > > rake production db:bootstrap > > I get the following error: > > rake aborted! > RubyGem version error: rack(0.3.0 not ~> 1.0.1) > > However, gem

Re: [Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Si Forster
I've uninstalled 1.1.0 and I know have 1.0.1. I am now getting the error: rake aborted! Object is not missing constant StandardTags! Thanks for your responses. Si p.s. Is it best practice to reply-to-all or individuals? On 23 April 2010 15:42, Jim Gay wrote: > The bug with rack version 1.1.

Re: [Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Jim Gay
The bug with rack version 1.1.0 vs 1.0.1 actually comes from rails. Typically I've just stuck with 1.0.1 and uninstalled 1.1.0 Are you able to do that? Or perhaps bundle rack 1.0.1? -Jim On Apr 23, 2010, at 10:23, Si Forster wrote: > I'm using the edge release - 0.9+ > > I'll give this 1.0.1

Re: [Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Si Forster
I'm using the edge release - 0.9+ I'll give this 1.0.1 thing a try. Si On 23 April 2010 15:19, Kamil Markowicz wrote: > Assuming you're talking about Radiant 0.8.1; I had a similar problem on A > Small Orange sharing host. You need to install Rack 1.0.1. Radiant won't > work with 1.1.0 for som

[Radiant] RubyGem version error: rack(0.3.0 not ~> 1.0.1)

2010-04-23 Thread Si Forster
Hello, I am trying to run the edge version of radiant on Dreamhost. When running the command rake production db:bootstrap I get the following error: rake aborted! RubyGem version error: rack(0.3.0 not ~> 1.0.1) However, gem list reports: rack (1.1.0, 1.0.0, 0.4.0, 0.3.0) Has anyone else exp