Re: [Radiant] Re: rack/cache issue

2010-11-04 Thread john muhl
On Wed, Nov 3, 2010 at 7:15 PM, Rek2GNULinux rek2gnuli...@gmail.com wrote: I use gentoo so I emerge radiant then I run: radiant --database=mysql I created the mysql databases configure the /config/databases.yml and then I try rake db:bootstrap  and I get that error... i don't know anything

Re: [Radiant] Re: rack/cache issue

2010-11-04 Thread rek2
hey thanks that seems to have work!! now to read the documentation on how to use this ;-) thanks again 2010/11/4 john muhl johnm...@gmail.com On Wed, Nov 3, 2010 at 7:15 PM, Rek2GNULinux rek2gnuli...@gmail.com wrote: I use gentoo so I emerge radiant then I run: radiant --database=mysql

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
Hi, so anyone has any idea? Thanks 2010/11/3 Rek2GNULinux rek2gnuli...@gmail.com I use gentoo so I emerge radiant then I run: radiant --database=mysql I created the mysql databases configure the /config/databases.yml and then I try rake db:bootstrap and I get that error... here is

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread Jim Gay
Is there anything interesting happening on /var/www/dev.binaryfreedom.info/config/environment.rb:55 And it looks like its loading rails 2.3.10. It shouldn't; Radiant 0.9.1 bundles Rails 2.3.8 Did you add any other gems or extensions to your instance of Radiant? On Wed, Nov 3, 2010 at 10:29 PM,

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
2010/11/3 Jim Gay j...@saturnflyer.com Is there anything interesting happening on /var/www/dev.binaryfreedom.info/config/environment.rb:55 And it looks like its loading rails 2.3.10. It shouldn't; Radiant 0.9.1 bundles Rails 2.3.8 Did you add any other gems or extensions to your instance

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
I just uninstalled the package.. installed again.. run the same commands and same result.. :-( also notes there is not a app directory inside.. rake production db:bootstrap --trace (in /var/www/dev.binaryfreedom.info) ** Invoke production (first_time) ** Execute production ** Invoke environment

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
2010/11/3 Jim Gay j...@saturnflyer.com I'm not sure what's happening here. Radiant bundles both rails and rack-cache https://github.com/radiant/radiant/tree/0.9.1/vendor/ So your rails version 2.3.10 should never be loaded. hmm weird.. this is what I have: radiant -v Radiant 0.9.1 rake