nesquena / rabl

General ruby templating with json, bson, xml, plist and msgpack support
http://blog.codepath.com/2011/06/27/building-a-platform-api-on-rails/
MIT License
3.64k stars 334 forks source link

errno eacces #692

Closed ditmarbrynza closed 7 years ago

ditmarbrynza commented 7 years ago

Hello, i can't to install rabl. I write gem install rable, then i have error

$ gem install rabl ERROR: While executing gem ... (Errno::EACCES) Permission denied @ rb_file_s_symlink - (fixtures/ashared/views_rails_3/user s/phone_number.json.rabl, c:/RailsInstaller/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/r abl-0.13.1/fixtures/ashared/views_rails_3/users/phone_number.xml.rabl)

i try to setup spree and have problem with rable

Errno::EACCES: Permission denied @ rb_file_s_symlink - (fixtures/ashared/views_rails_3/users/phone_number.json.rabl, c:/RailsInstaller/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/rabl-0.13.1/fixtures/ashare d/views_rails_3/users/phone_number.xml.rabl) An error occurred while installing rabl (0.13.1), and Bundler cannot continue. Make sure that gem install rabl -v '0.13.1' succeeds before bundling.

In Gemfile: spree was resolved to 3.3.0.beta, which depends on spree_backend was resolved to 3.3.0.beta, which depends on spree_api was resolved to 3.3.0.beta, which depends on rabl

how i can solve this error?

rakesh1988 commented 7 years ago

Complete noob for rails here. how to solve this error?? any help would be appreciated.