Re: [Radiant] Revisiting "Twitter Extension Conflict?"

2010-03-18 Thread Alexis Masters
Hi Anna, Thanks VERY much for your help with this. It took me a couple of extra days to focus back on this. Other clients were clamoring for attention. I finally have updated both and now everything is great! ~ Alexis = Alexis Masters, author http://www.alexismasters.com 510 234

[Radiant] Reorder Extension testing issues

2010-03-18 Thread Arlen Walker
This is actually common to several extensions, so I'm fairly sure I screwed up something on my end, but it's just to obvious for me to see it. Starting from a completely fresh installation: 1) radiant radiant -d mysql 2) cd radiant 3) rake radiant:freeze:edge TAG=0.8.1 4) cd vendor/radiant At

Re: [Radiant] Reorder Extension testing issues

2010-03-18 Thread banane
You have to rake migrate the test env: rake radiant:extensions:reorder:migrate RAILS_ENV=test On Thu, Mar 18, 2010 at 3:17 PM, Arlen Walker wrote: > This is actually common to several extensions, so I'm fairly sure I screwed > up something on my end, but it's just to obvious for me to see it. >

Re: [Radiant] Reorder Extension testing issues

2010-03-18 Thread banane
Or it might work with just a migration all together: rake db:migrate RAILS_ENV=test On Thu, Mar 18, 2010 at 3:23 PM, banane wrote: > You have to rake migrate the test env: > > rake radiant:extensions:reorder:migrate RAILS_ENV=test > > On Thu, Mar 18, 2010 at 3:17 PM, Arlen Walker wrote: >> This

Re: [Radiant] Reorder Extension testing issues

2010-03-18 Thread Arlen Walker
On Mar 18, 2010, at 5:23 PM, banane wrote: > You have to rake migrate the test env: > > rake radiant:extensions:reorder:migrate RAILS_ENV=test Yet when I do that, it says: Missing these required gems: rspec-rails ~> 1.2.6 Yet gem list rspec-rails --local shows it's installed: *** LOCAL G

Re: [Radiant] Reorder Extension testing issues

2010-03-18 Thread Arlen Walker
On Mar 18, 2010, at 5:23 PM, banane wrote: > Or it might work with just a migration all together: rake db:migrate > RAILS_ENV=test Actually, oddly enough, a variation of this changed the results: Instead of being at radiant/vendor/radiant when I did the migration, I dropped back to the projec

Re: [Radiant] Reorder Extension testing issues

2010-03-18 Thread banane
This reminds me I should really go back to TDD (ducks). Ha, these errors you're having are familiar, but I can't remember the silver bullet- if there was any-that solved it. Part of me wants to say, the extension developers wrote their tests with one gem version, whereas radiant wrote theirs with a

[Radiant] Any newsletter system working with 0.8.1 or 0.9 ?

2010-03-18 Thread Vincent Brouillet
Hi everybody, I'm working for a web agency, and we got really enthusiastic about Radiant. What we love is how simple is the admin and that it gives complete control to a web designer. Most of our sites are statics pages, so Radiant looks just great for that. Said that, we very often need a contac

Re: [Radiant] Reorder Extension testing issues

2010-03-18 Thread Arlen Walker
On Mar 18, 2010, at 7:55 PM, banane wrote: > This reminds me I should really go back to TDD (ducks). Ha, these > errors you're having are familiar, but I can't remember the silver > bullet- if there was any-that solved it. Part of me wants to say, the > extension developers wrote their tests with