ytbryan said about 7 years ago on Ruby on Rails 5.1.0 Changes and New Features :

If you can't get beta1 installed, try this -> https://twitter.com/ytbryan/status/836049278225141761

ruby -rbundler/inline -e "gemfile(true) do; source ''; gem 'rails', '5.1.0.beta1'; end"

Julian Wigley said about 7 years ago on Ruby on Rails 5.1.0 Changes and New Features :

I get an error when I used that ...

The source must be an absolute URI. For example: (ArgumentError) source 'https://rubygems.org'

Ended up with

ruby -rbundler/inline -e "gemfile(true) do; source 'https://rubygems.org/'; gem 'rails', '5.1.0.beta1'; end"


There seems to be a a rubygems issue with installing pre release versions of gems



murat.ustuntas PRO said about 3 years ago on Ruby on Rails 5.1.0 Changes and New Features :
Hi, i could not open this video. My browser said to me "The media could not be loaded, either because the server or network failed or because the format is not supported."
Can you help us to fix this issue.


David Kimura PRO said about 3 years ago on Ruby on Rails 5.1.0 Changes and New Features :
  Thanks for letting me know. This is resolved.

Login to Comment