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 trialAya Yousef
9,658 PointsCreating rails new app takes forever
Hi,
While creating new rails app by using this command: $ rails new test_app it takes so long to execute it
Ps. I installed rails by using rbenv
gem ver: 2.4.5.1
ruby ver: ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]
rails ver: Rails 4.2.4
bundler ver: 1.10.6
1 Answer
appliaison
2,832 PointsYes. It does take a long time since it is running bundle install to pull down all the dependencies. In my experience installing nokogiri seemed to take the longest.