[Radiant] how to properly install extensions

2008-09-01 Thread Pacifists
In the extension creation tutorial http://wiki.radiantcms.org/Creating_Radiant_Extensions It's recommended to keep to convention about installing extensions like: radiant:extensions:shiny_new_extension:install radiant:extensions:shiny_new_extension:uninstall Correct me if I'm wrong but it's just

Re: [Radiant] how to properly install extensions

2008-09-01 Thread Hamish Rickerby
Hi, I solved the same problem by having my data insertion code as part of a migration. That way, when you run the rake production db:migrate:extensions all your data is inserted. It's a fairly common command to run anyway when installing a new extension. You could even put it in your

[Radiant] Ruby / Radiant / Multiple sites / Installation help

2008-09-01 Thread Roderick Silva
I could use some help installing RoR, Radiant, and setting it up to allow to host multiple sites. If anyone can help, please email me and tell me know how much you will charge (PayPal). My CrucialP.com account has Ruby on Rails and RubyGems links and also provides instructions to setting it up

Re: [Radiant] Help with artofmission comments extension

2008-09-01 Thread john
Nevermind, a little patching and it's up and running, now just to figure out what To enable spam protection, you will need to set your Akismet key and url in the Radiant config. is supposed to mean... On 2008/08/31, at 12:22, john wrote: If there is any actual documentation for the

Re: [Radiant] Installing Extensions: HostingRails.com

2008-09-01 Thread john
You might try specifying the production database in your rake commands, like rake production radiant:extensions:paperclipped:migrate rake production radiant:extensions:paperclipped:update by default the rake commands run on the development database. Or in your database.yml file set your