[Rails] Re: Dependency Problem

2010-12-22 Thread spncrgr
Hi, I'm not sure if you've solved your problem yet or not, but I thought I'd offer my experience in case you or someone else could use it. I had an issue with running Cucumber tests after running a 'gem update'. The error I was getting was: You have already activated builder 3.0.0, but your

[Rails] Re: Dependency Problem

2010-11-30 Thread gezope
Hello, first try RVM, it can solve this kind of problems easily. Plase write here your ruby, gem, rails -v versions, and output of gem list command. What OS you use? You can check simply 'gem' command gives you how you can use this command, and also 'gem -h' or 'gem --help' If you have multiple

[Rails] Re: Dependency Problem

2010-11-30 Thread pepe
Do you remember the version of the gem(s) you had before you updated them? There is a way to install specific gem versions by adding the version at the end of the install command. Something like this: gem install rails -v=2.3.5 # This would install Rails 2.3.5 You can also check the dependencies

[Rails] Re: Dependency Problem

2010-11-30 Thread Marnen Laibow-Koser
Andre Fonseca wrote in post #965095: Anyone knows or worked with DragonFly gems to make photo upload? I have some issue with this: DragonFly doesn't cleanup yours tempfiles... All the time that i get some file (I use fetch method from app), DragonFly create an new file in my tmp dir.

Re: [Rails] Re: Dependency Problem

2010-11-30 Thread Andre Fonseca
Sorry !! I forgot this. I will open new one. Thank you. Att Andre -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to