You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/nesquena/rabl
cd rabl
# optional
# git checkout whatever version you need
gem build rabl.gemspec
should output
Successfully built RubyGem
Name: rabl
Version: 0.14.3
File: rabl-0.14.3.gem
Then you can install it system wide, so it should be properly picked up by any project (Gemfile refering to this specific version).
gem install rable-0.14.3.gem
Proper & prod ready solution would be for the lib to drop the use of symlink and hard copy the file itself.
Especially if it's fixtures data that's crashing the gem install on other OS.
for my case it was phone_number.json.rabl as well
tagliala
changed the title
some problems to install rable
some problems to install rable on windows
Dec 7, 2021
gem install rabl
C:\Users\User\Documents\Projects\e_commerce>gem install rabl
ERROR: While executing gem ... (Errno::EACCES)
Permission denied @ rb_file_s_symlink - (fixtures/ashared/views_rails_3/users/phone_number.json.rabl, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rabl-0.14.3/fixtures/ashared/views_rails_3/users/phone_number.xml.rabl)
The text was updated successfully, but these errors were encountered: