Curated list of episodes, bundled to help you on your learning path!
Videos of tech, infrastructure, hardware and software which non-instructional by nature.
Articles around software and tutorials.
Show your love and support while looking fancy.
Got a question or want to chat about a topic? Let's talk!
If you can't get beta1 installed, try this -> https://twitter.com/ytbryan/status/836049278225141761
ruby -rbundler/inline -e "gemfile(true) do; source 'https://rubygems.org/ '; gem 'rails', '5.1.0.beta1'; end"
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
If you can't get beta1 installed, try this -> https://twitter.com/ytbryan/status/836049278225141761
I get an error when I used that ...
Ended up with
There seems to be a a rubygems issue with installing pre release versions of gems
Can you help us to fix this issue.