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 trialVincent Tatan
22,960 PointsI cannot get it started
I did have Ruby downloaded and followed the tutorials inside the video. However for some reasons when I type "bundle exec rails server" The first line mentioned "DL is deprecated,please use Fiddle" and after the line"Ctrl-C to shutdown server", there are bunch of lines I do not know. What could be the possible solution? Thanks
6 Answers
brunopaiva
14,408 PointsHey Vincent...i just watched the "Installing the Treehouse VM on Windows" and this way i can use ruby on rails.
Other way i found was to install "bitnami ruby stack". This one is different from the one that treehouse uses on their videos but at least i was able to test rails on my computer.
Good luck.
Adam Sackfield
Courses Plus Student 19,663 PointsSounds like it is working then. I get the DL is deprecate message and you can just ignore it. If it states press ctrl + c to shut down server then it shows your server is running. You can open up a browser type localhost:3000and should be good to go
Vincent Tatan
22,960 Points[does not work](C:\Users\vincentt.2013\Desktop\capture.PNG) . Localhost : 8080 or 3000 is still not good.
Adam Sackfield
Courses Plus Student 19,663 PointsWhat do you get when you goto localhost:3000 also what text are you seeing in command prompt I get this
$ rails s
=> Booting WEBrick
=> Rails 4.0.4 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2014-04-30 11:05:28] INFO WEBrick 1.3.1
[2014-04-30 11:05:28] INFO ruby 2.0.0 (2014-02-24) [i386-mingw32]
[2014-04-30 11:05:28] INFO WEBrick::HTTPServer#start: pid=23120 port=3000
brunopaiva
14,408 PointsI am having the same problem...After "=> Ctrl-C to shutdown server" It appears "Exiting" and on the next lines something like "C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/tzinfo-1.1.0/data_source.rb:199:in 'rescue in creat_default_data_source': No timezone data source could be found. To resolve this, either install TZInfo::Data (e.g.by running 'gem install tzinfo-data') or specify a zoneinfo directory using 'TZInfo::DataSource.set(:zoneinfo, zoneinfo_path)'. (TZInfo::DataSourceNotFound)" and it goes on and on.
Can someone help me on this? I get this error on my laptop (Windows 8) and desktop (Windows 7).
Vincent Tatan
22,960 Pointsyes. My problem is like that
Vincent Tatan
22,960 PointsThanks, the bitnami really worked. Now I can start working on the projects!