Re: [Radiant] [ANN] New site launched

2007-01-01 Thread Jon Baer
Very nice ... would be interested in hearing about (if any) snags you might have run into, and also what the backend setup is (using Capistrano?, etc) ... good luck w/ RC07 acceptance, nice case study! - Jon On Jan 1, 2007, at 3:41 PM, Sean Cribbs wrote: Colleagues and friends, I am

Re: [Radiant] Content outside of radiant

2006-12-12 Thread Jon Baer
The hint is already inside of your /public/.htaccess file ... # If you don't want Rails to look in certain directories, # use the following rewrite rules so that Apache won't rewrite certain requests # # Example: # RewriteCond %{REQUEST_URI} ^/notrails.* # RewriteRule .* - [L] Uncommented

Re: [Radiant] Promotion

2006-09-23 Thread Jon Baer
Its a rails app so in config/environment.rb you should be a ENV['RAILS_ENV'] , uncomment the line + you should be in production mode.- JonOn Sep 23, 2006, at 1:31 AM, Todd Baur wrote:What is the easiest way to promote from development to testing to production with Radiant?

Re: [Radiant] (more of a rails question)

2006-09-22 Thread Jon Baer
This is feasible as the schema setup in rails is db-agnostic. Edit database.yml w/ sqlite driver Generate your tables in sqlite rake db:schema:dump (this gives you schema.rb, move to production w/ database.yml w/ mysql driver) rake db:schema:load - Jon On Sep 22, 2006, at 6:41 AM, Steven

Re: [Radiant] (more of a rails question)

2006-09-22 Thread Jon Baer
:29 AM, Steven Noels wrote: On 22 Sep 2006, at 15:20, Jon Baer wrote: This is feasible as the schema setup in rails is db-agnostic. Edit database.yml w/ sqlite driver Generate your tables in sqlite rake db:schema:dump (this gives you schema.rb, move to production w/ database.yml w/ mysql

Re: [Radiant] comments:count on main page, possible?

2006-09-18 Thread Jon Baer
format=%b %d, % Y //p (r:comments:count / comments) /div /r:children:each - Jon On Sep 18, 2006, at 7:55 AM, Sean Cribbs wrote: Jon Baer wrote: Hi, Im just wondering if its possible @ all to use r:comments:count / on the main page ... i figured that setting it as commentable and using

Re: [Radiant] Installing Radiant on shared host

2006-09-17 Thread Jon Baer
Here are the following steps I did ...My host had given me a mongrel port of 4021 ... so went info config/lighttpd.conf and changed 3000 - 4021Switched the symlink (like noted below) ... and that was pretty much it ...Im running off RailsPlayground w/ 1 mongrel instance.  Everything looks fine,

[Radiant] comments:count on main page, possible?

2006-09-17 Thread Jon Baer
Hi, Im just wondering if its possible @ all to use r:comments:count / on the main page ... i figured that setting it as commentable and using (r:comments:count / comments) in my layout might work but no luck ... any ideas or workarounds? Thanks. - Jon