Re: [Radiant] Backup

2009-09-09 Thread María Paula Mariani
On Tue, Sep 8, 2009 at 6:17 AM, john muhl wrote: > > it depends on how what sort of database you're using. if it's sqlite > you can simply zip up the entire radiant project and call that a > backup. if it's mysql or something else you can use that db's > dump/import tools plus a zip file of the ra

Re: [Radiant] Backup

2009-09-09 Thread john muhl
2009/9/9 María Paula Mariani : > Considering this, I've made a .tar.gz of my whole radiant directory, > including /config. I would like to make that db:dump (which is the > correct command?) to create the db backup but I don't know which > command is it and which is the name of the database radiant

Re: [Radiant] Backup

2009-09-09 Thread Jim Gay
On Sep 9, 2009, at 7:14 AM, María Paula Mariani wrote: On Tue, Sep 8, 2009 at 6:17 AM, john muhl wrote: it depends on how what sort of database you're using. if it's sqlite you can simply zip up the entire radiant project and call that a backup. if it's mysql or something else you can use th

[Radiant] extension dependencies in ray

2009-09-09 Thread john muhl
On Sat, Sep 5, 2009 at 10:12 AM, Sean Cribbs wrote: > Looks like it's time for another release of Radiant: > WHAT'S NEW IN THIS RELEASE? > * Allow extensions to declare dependencies [Josh French] does this mean that i can safely rip out all the code in ray that tries to allow some extension depen

Re: [Radiant] extension dependencies in ray

2009-09-09 Thread Sean Cribbs
This is a *runtime* dependency, not an install-time one. Basically, an extension can do this: extension_config do |config| config.extension "paperclipped" end The initializer will check that "paperclipped" is available in the app and error out if not. Sean john muhl wrote: On Sat, Sep 5,

Re: [Radiant] extension dependencies in ray

2009-09-09 Thread john muhl
thanks for the details. guess that code stays for now. On Wed, Sep 9, 2009 at 1:32 PM, Sean Cribbs wrote: > This is a *runtime* dependency, not an install-time one. > > Basically, an extension can do this: > > extension_config do |config| >  config.extension "paperclipped" > end > > The initializ

[Radiant] Help with RAILS_ROOT and Frozen Gems

2009-09-09 Thread Chris Parrish
I just tried installing radiant 0.8.1 and all went well until I performed a "rake radiant:freeze:gems" Now starting mongrel on my development machine produces the following error: ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... my_project/vendor/