KhaKhuu
KhaKhuu

Reputation: 26

gemset rails folder empty

I am using ruby 1.9.3-p551 with rvm and try to install rails 3.2.17 with bundler. After bundle install and bundle show rails I see an empty rails folder. Is this normal? I am wondering why I can still start my rails server. After starting the server I get 500 page error.

Upvotes: 0

Views: 91

Answers (1)

KhaKhuu
KhaKhuu

Reputation: 26

I think I've found out how it works. So the rails-folder is empty, but a lot of other dependencies are installed, like railties, actionpack, active record and so on. And the bin/rails calls the railties which again calls active record and so on.

Upvotes: 1

Related Questions