Re: [Radiant] Using Radiant unpacked?

2008-11-11 Thread Mohit Sindhwani
Joe Van Dyk wrote: Personally, I don't know why you'd want to use a gem for radiant, but the option is there. I guess it's might convenient in development! Any time any of my applications depends on a 3rd party library, I try to package up that library with my application. I agree -

Re: [Radiant] Using Radiant unpacked?

2008-11-11 Thread Simon Rönnqvist
Hi! Could it be that when using Passenger you'd save a little on the memory usage by having more common code in betweeen the apps? Anyhow, with Passenger 2 however even running vendor-Rails shouldn't be a big sin (from what I read somewhere). I tried running two gem-based installations

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread Simon Rönnqvist
Hi! I just dug up this old post. :) I found that I can also install gems in my home-directory at Dreamhost, I tested installing Radiant that way and it worked. Would you still recommend cloning from the repo or is using a gem just as good, what pros and cons do you see? I'm guessing

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread Joe Van Dyk
I'd keep as much as you can in the repository. What happens if you need to upgrade Radiant for one of your applications, but need to keep another application on an older Radiant version? It's no problem if Radiant (and the rest of the libraries you use) are bundled up with the application. Joe

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread Simon Rönnqvist
OK, so for what purpose was Radiant made a gem then? :) And is there any easy way to move an installation from/to being a repo- version to/from an installation pointing to a gem? cheers, Simon On Nov 10, 2008, at 23:32 , Joe Van Dyk wrote: I'd keep as much as you can in the repository.

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread john
On 2008/11/10, at 15:19, Simon Rönnqvist wrote: And is there any easy way to move an installation from/to being a repo-version to/from an installation pointing to a gem? From the command line you can use # go from gem to vendor'd bleeding edge rake radiant:freeze:edge # go from gem to

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread Joe Van Dyk
Personally, I don't know why you'd want to use a gem for radiant, but the option is there. Any time any of my applications depends on a 3rd party library, I try to package up that library with my application. Joe On Mon, Nov 10, 2008 at 2:19 PM, Simon Rönnqvist [EMAIL PROTECTED] wrote: OK, so

Re: [Radiant] Using Radiant unpacked?

2008-10-08 Thread Sean Cribbs
Radiant must be unpacked directly into vendor/radiant, not vendor/gems. Sean Simon Rönnqvist wrote: Hi! I've been trying to use Radiant unpacked with Dreamhost. But I fail to get it working, maybe I'm doing something wrong... but I failed to find any good howto. I unpacked Radiant into

Re: [Radiant] Using Radiant unpacked?

2008-10-08 Thread Anton Aylward
Casper Fabricius said the following on 08/10/08 09:57 AM: Hi Simon, I'd recommend to do a git clone git://github.com/radiant/radiant.git my_radiant_app instead. Remember to create a database.yml file and to create the mysql database on DH. *sigh* I had just got my head around SVN when you