If you are facing the below error while installing Rails3 on Windows or Linux
C:\Users\username>gem install rails --pre
Successfully installed rails-3.0.0.rc2
1 gem installed
Installing ri documentation for rails-3.0.0.rc2...
File not found: lib
then simply create the “lib” directory at \lib\ruby\gems\1.8\gems\rails-3.0.0.rc2\ folder.
Thats it. It should work. Thanks to Stefan
Dude,
Thanks..Works like a champ…
I tried creating the “lib” folder, but every time I try running the rails install it overrides the folder and deletes the newly created “lib” folder. Any suggestions?
RThanks!
Jovid
its works buddy