Hello Rail! I would use this method: - check RVM, set all thing you need, see also this part http://rvm.beginrescueend.com/gemsets/basics/ - is sqlite installed? is it running? - check if needed Ruby version installed and if you can switch, - gem version you need, - particular gem you need - this case sqlite3-ruby, - rails version you need, - finally .yaml
Important: If you're on Unix, do NOT use 'sudo' when istalling a gem! (And always pay attention which gem and which Rails do you intall with a Ruby version.) If you have further problems, it is almost surely because of old gem. Others wrote on mailing list before that if nothing else worked, they uninstalled then reinstalled their gem, after that it worked fine. Please check answers before in this mailing lists, I met with these questions several times. (Or you can write me in private also, I had so long struggle with this.) If you have still problem can you list me here your: OS, rvm -v, ruby -v, rvm list, gem -v, gem list, rvm gemset list, please. Good luck, Zoltan n dec. 22, 20:40, Rail Shafigulin <[email protected]> wrote: > peter thanks for the help. it turns out i needed to run > > rvm notes > > and there was a list of packages i need to install to successfully work > with rvm > > after that i ran > > sudo apt-get <list-of-packages> and everything started working > > your solution was similar to what i have done > > -- > Posted viahttp://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

