Hi,
Just install ruby on the rails in my windows followed by this Ruby on the
Rails on Windows
(wikis)<http://www.google.com/url?sa=t&source=web&cd=4&ved=0CC4QFjAD&url=http%3A%2F%2Fwiki.rubyonrails.org%2Fgetting-started%2Finstallation%2Fwindows&rct=j&q=ruby%20on%20windows&ei=wdiYTO6zHNy4jAfykdAJ&usg=AFQjCNE_Gnrh6mAQL2b9DAbyGiL3AJv9UA&sig2=jLUquCom7VPoopHG1f47GQ&cad=rja>link.
I installed everything. (in the past I used instant rails version < 2)
but when I was going to load server typing: ruby script/server
the following error was showing:
ruby script/console
<internal:lib/rubygems/custom_require>:29:in `require'': no such
file to load
--
script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in
`require''
from script/console:2:in `<main>''
even If I write: ruby script/consol the same error arrived!
If possible then please help me!
--
Thanks,
Irfan Ahmed Rizvi
"Passionate to learn"
http://www.welltreat.us
+880 1676 246 991
irfan@welltreat.u
--
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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
check what versions you ahve of ruby and rails -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ruby version 1.9.2 Rails 2.2.3 On 21 September 2010 22:26, radhames brito <rbritom-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > check what versions you ahve of ruby and rails > > -- > 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- Thanks, Irfan Ahmed Rizvi "Passionate Coder" http://www.welltreat.us +880 1676 246 991 -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
you have a new version of ruby and a old version of rails. type gem update rails -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.