Suppose downloading open source would become outlawed tomorrow. What gems would you have to download today to be happy with your tool-set?
I nominate these:
Suppose downloading open source would become outlawed tomorrow. What gems would you have to download today to be happy with your tool-set?
I nominate these:
Iām thinking Iād like to atleast have these as well:
I might even go for MongoDB⦠even though Iām not yet a fan. And three of my most useful gems Iāve authored as well:
gem āsinatraā
gem ācucumberā
gem āohmā
gem ānokogiriā
gem ājsonā
gem ārakeā
gem ārerunā
gem āyardā
gem āsimplecovā
gem ādover_to_calaisā (with extreme bias )
gem āactiverecordā
gem āsinatra-activerecordā
gem āsqlite3ā
gem āminitestā
gem āminitest-emojiā
gem āminitest-reportersā
gem ārack-testā
gem āguardā
gem āguard-minitestā
How do you like ohm
? Iāve never tried it.
I use it all the time. In fact, I wrote an article about it.
I have to admit I tend not to use a gem if it is simple enough to roll myself. However I do find myself using Rails Admin a lot because it just makes things so much easier - especially at the start of a project.
Nokogiri is great too!
Itās awesome how there are so many gem out there - makes Ruby the perfect language to very quickly prototype things
Aston, do you have a list? Iāve been optimizing my Raspberry Pi with the latest Ruby and must have gems for on the road. Rails is a bit overkill for the first gen RPi as the system resources donāt handle it well so itās not on my list. I do like Rails Admin but I was unable to upgrade to Rails 4.2 because of its dependency situation (which may have changed). But Iām really curious as to any other useful gems you may know of.
Ok hereās some from my last app:
gem ānokogiriā
gem āpgā
gem ārails_adminā
gem ācapistranoā
gem āmini_magickā
gem ācarrierwaveā
gem āactivemerchantā
gem ānexmoā
gem āglobal_phoneā
Update! The gem yt_util is a must have. If you plan to do anything with Youtube you need it. Discovered I needed it now that the Youtube v2 API is no more.
P.S. Itās my only RSpec tested gem