ruby on rails - Load error for core_ext time -


i trying install gem rails 3.2.14 app. when run bundle installs fine when try run server get:

/users/maccer/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-3.2.14/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- active_support/core_ext/time (loaderror) 

what mean?

this issue may caused permissions on gems folder.

first check permissions on /users/maccer/.rvm/gems/ruby-2.0.0-p247/gems.

after try :

chmod -r 755 /users/maccer/.rvm/gems/ruby-2.0.0-p247/gems 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -