[Radiant] rspec 1.2.2 | radiant 0.7.1 anybody?

2009-04-22 Thread Enrico Teotti
Hi, I was happily running my test suite (rspec+cucumber) in my radiant extension. I've frozen the rspec gems inside /vendor/gems rspec-1.1.12rspec-rails-1.1.12 I've deployed that project, and started to work on some other rails project and installed rspec 1.2.2 and 1.2.4. Today I had

Re: [Radiant] using cucumber and webrat to test radiant extensions

2009-03-11 Thread Enrico Teotti
. --Erik Ostrom  e...@echographia.com ___ Radiant mailing list Post:   Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:   http://lists.radiantcms.org/mailman/listinfo/radiant -- Enrico Teotti IT consultant

Re: [Radiant] using cucumber and webrat to test radiant extensions

2009-03-11 Thread Enrico Teotti
I am using radiant 0.7.1 2009/3/12 Enrico Teotti enrico.teo...@gmail.com: Nice post Erik. I am wondering how did you get around the admin login? I'm using this:  u = User.create! :name = 'Administrator', :login = 'admin', :password = 'radiant', :password_confirmation = 'radiant'  visit

Re: [Radiant] tags extension

2009-02-10 Thread Enrico Teotti
/radiant-extensions-extension greets /simon On Wed, 28 Jan 2009 12:14:42 +1100 Enrico Teotti enrico.teo...@gmail.com wrote: Hi, I need to have the tag list for each page coming out of: r:children:each limit=15 order=desc I'd use a: r:tag_cloud scope=r:url / / but since that's

Re: [Radiant] tags extension

2009-01-27 Thread Enrico Teotti
Hi, I need to have the tag list for each page coming out of: r:children:each limit=15 order=desc I'd use a: r:tag_cloud scope=r:url / / but since that's not allowed by radius I am now clueless. How would you do it? Is anybody doing such a thing? Cheers, Enrico