
ruby - How to find where gem files are installed - Stack Overflow
May 24, 2019 · I can finds gems that are installed using gem list, but it doesn't show me where the gems are installed. How can I find where the gems are, and how can I know before installing a gem where …
rubygems - Uninstall old versions of Ruby gems - Stack Overflow
Aug 30, 2015 · I have several versions of a Ruby gem: $ gem list rjb (1.3.4, 1.3.3, 1.1.9) How can I remove old versions but keep the most recent?
ruby - How to configure Steep to find RBS files for a gem outside the ...
Sep 22, 2021 · Cannot find type `Sinatra::Base` ruby file class StaticApp < Sinatra::Base end rbs file class StaticApp < Sinatra::Base end run bundle exec steep check --log-level=fatal result [error] …
Chef: Ruby gem dependency - Stack Overflow
0 I've install this java-properties gem into my workstation ruby instance. So now, I'mable to serialize a config object to a properties file: hash = {:foo => "bar"} JavaProperties.write(hash, …
Set dark theme to default in ruby on rails - Stack Overflow
Jun 19, 2023 · Set dark theme to default in ruby on rails Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 763 times
ruby - Installing gems from behind a corporate firewall - Stack Overflow
Dec 15, 2009 · 0 I described a procedure to get around any restrictions of a corporate firewall in: How do I update Ruby Gems from behind a Proxy (ISA-NTLM) It basically uses an ssh tunnel and the …
ruby - Chef require gems from recipe gives LoadError - Stack Overflow
Dec 12, 2013 · The easiest solution would be to include the database::postgresql recipe into your runlist. It in turn uses the postgresql::ruby recipe to install the pg gem into your Omnibus Ruby. As you can …
gemstone - What is **the** way to interconnect two Smalltalk (s ...
Sep 3, 2019 · For a couple other recent examples that might be cleaner starting points, see GciForJavaScript, GciForPython. For an older (ruby) example see gemstone_ruby. So, I'd suggest …
seaside - Would you start learning Smalltalk? - Stack Overflow
Sep 29, 2008 · If you like Ruby you'll probably like Smalltalk. IIRC Seaside has been ported to the Gemstone VM, which is part of their Gemstone/S OODBMS. This has much better thread support …
Are Object oriented databases still in use? - Stack Overflow
Sep 13, 2011 · GLASS (Gemstone on Linux (or OS-X) with Seaside (smalltalk web framework)) is probably the best web development environment for complex applications. Smalltalk is making a …