Re: [Radiant] rspec 1.2.2 | radiant 0.7.1 anybody?

2009-05-28 Thread Andrew Neil
On 28 May 2009, at 05:20, Mohit Sindhwani wrote: Mohit Sindhwani wrote: Andrew Neil wrote: I've just ran into this problem too, whilst trying to upgrade a site from Radiant 0.6.9 to 0.7.1. I found that I could not run `rake radiant:update`. I kept getting a message like: can't

Re: [Radiant] rspec 1.2.2 | radiant 0.7.1 anybody?

2009-05-28 Thread Mohit Sindhwani
Andrew Neil wrote: On 28 May 2009, at 05:20, Mohit Sindhwani wrote: Mohit Sindhwani wrote: Andrew Neil wrote: I've just ran into this problem too, whilst trying to upgrade a site from Radiant 0.6.9 to 0.7.1. I found that I could not run `rake radiant:update`. I kept getting a message like:

[Radiant] How do you turn page caching off in 0.7.1?

2009-05-28 Thread Andrew Neil
Hi, I have a line in my config/environments/development.rb file as follows: ResponseCache.defaults[:perform_caching] = false In version 0.6.9 of Radiant, this turned caching off in development mode. I've just upgraded a site to run on 0.7.1, and I now find that page caching is

Re: [Radiant] rspec 1.2.2 | radiant 0.7.1 anybody?

2009-05-28 Thread Andrew Neil
On 28 May 2009, at 15:10, Sean Cribbs wrote: The solution I came up with was to go into the gem and unpack rspec and rspec rails into vendor/plugins. So you actually unpacked rspec and rspec_rails into the vendor/plugins directory of the radiant-0.7.1 gem? The required version of rspec

Re: [Radiant] rspec 1.2.2 | radiant 0.7.1 anybody?

2009-05-28 Thread Sean Cribbs
So you actually unpacked rspec and rspec_rails into the vendor/plugins directory of the radiant-0.7.1 gem? The required version of rspec is 1.1.12, but what is the required version of rspec_rails? Yes, that's where I unpacked them. The version numbers on rspec and rspec-rails are

[Radiant] Dynamic Menu

2009-05-28 Thread Mauricio Dulce
hello, any one know how to make dynamic menu with radiant thanks ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Dynamic Menu

2009-05-28 Thread Mohit Sindhwani
Mauricio Dulce wrote: hello, any one know how to make dynamic menu with radiant what do you mean dynamic menu? Cheers, Mohit. 5/28/2009 | 11:47 PM. ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] Dynamic Menu

2009-05-28 Thread Sean Cribbs
Mauricio, What kind of dynamic menu are you looking to create? There are lots of examples out there, some on the wiki: http://wiki.github.com/radiant/radiant Sean Mauricio Dulce wrote: hello, any one know how to make dynamic menu with radiant thanks

Re: [Radiant] Dynamic Menu

2009-05-28 Thread Mauricio Dulce
if it is possible to create menus that I create content example Home NewsCAT1 CAT2*Cat2.1* Contact ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] Dynamic Menu

2009-05-28 Thread Sean Cribbs
Mauricio - This is pretty typical problem. I would structure your site like so: Home +- News | +- CAT1 | +- CAT2 | +- Cat2.1 +- Contact To generate that navigation menu, you would essentially loop through the children of Home, and their children, and so on until you've reached the

Re: [Radiant] Dynamic Menu

2009-05-28 Thread Mauricio Dulce
OK Seab thanks LOL El 28/05/2009, a las 13:22, Sean Cribbs escribió: Mauricio - This is pretty typical problem. I would structure your site like so: Home +- News | +- CAT1 | +- CAT2 | +- Cat2.1 +- Contact To generate that navigation menu, you would essentially loop through the

[Radiant] Problem installing tags extension

2009-05-28 Thread Rafael Souza
I am getting this when do 'rake radiant:extensions:tags:install': ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController I have already copied the has_many_polymorphs for plugins

Re: [Radiant] Problem installing tags extension

2009-05-28 Thread N. Turnage
Rafael Souza wrote: I am getting this when do 'rake radiant:extensions:tags:install': ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController I have already copied the

Re: [Radiant] Problem installing tags extension

2009-05-28 Thread Rafael Souza
Here is the log: jo...@abraham:~/teste$ rake radiant:extensions:tags:install --trace (in /home/joice/teste) ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController