Well I am having a really weird problem, I am working on a project of
another team and they were using ruby 1.8.7. I has installed ruby
1.8.6 so I've got many ruby errors and I couldn't figures out why.

Finally I found that the reason was the version of the ruby, I have
installed RVM and I set 1.8.7 version as default and I ran the app but
I am still getting those errors.


Can I explicitly setup the ruby version which I want my rails app to
use? My final solution is to delete ruby 1.8.6 version...


Just for the record, one of the errors I got was that:
select_tag "hour", options_for_select(24.times.collect {|i| i}

and here I found the answer:
http://web.elctech.com/2009/04/26/solved-localjumperror-no-block-given/

I have many more errors which I assume that it might be the ruby
version because the app is live and running smoothly.

Thank you

-- 
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 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to