Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Wendell Pulsipher
10,183 PointsBrand new to ruby and irb
when I type irb in the cmd prompt it says 'DL is deprecated, please use Fiddle irb(main):001:0>'
instead of 'ruby 2.0.0p247 :001'
what does that mean and it is a problem?
2 Answers

Stone Preston
42,016 PointsAs I said above, its just a warning. It wont affect the development process as you follow along in the videos, though you may see the warning each time you run IRB.

Stone Preston
42,016 Pointsdid you install using the rails installer for windows?

Wendell Pulsipher
10,183 PointsNo it didn't say anything about a rails installer in the video

Stone Preston
42,016 Pointstry switching to ruby 1.9.3 and see if you get the same error

Wendell Pulsipher
10,183 Pointsbefore I do that, I would like to know why it's saying that, if it will cause any problems with running ruby code in the future.. I have gone through several other videos after the one about installing and haven't had any issues besides that message so far. If I can stick with the most recent version of ruby and still have everything run well I would prefer that because, in my experience in web development, the most recent version of anything is usually the best version.

Stone Preston
42,016 Pointswell its just a warning that DL is deprecated and you are seeing the warning because you are using a windows enviroment, while the treehouse videos are using a OS X enviroment, which would explain why it didnt occur in their video. Nothing should change. If you want more information see this
Wendell Pulsipher
10,183 PointsWendell Pulsipher
10,183 Pointsgreat! thank you very much :D