Inspiration for Search UI Effects | |
Some nice full page search designs. |
Awesome NLP with Ruby | |
Practical Natural Language Processing with Ruby. | |
Unseen Open Source Infrastructure | |
Discover open source libraries, modules and frameworks you can use in your code. |
ActionStore | |
Store different kind of actions (Like, Follow, Star, Block ...) in one table via ActiveRecord Polymorphic Association. | |
Irbtools | |
Improvements for Ruby's IRB console. Unlike with PRY, you are still in your normal IRB. | |
Feedfilter | |
Feed filter and rules for easy (re)use. | |
Opal-d3 | |
In-browser data visualization with ruby. |
Handling exceptions in Rails' test environment like in production | feb 7 |
ActiveRecord::RecordNotFound is raised different from testing to production. | |
How to dynamically add attributes to your ActiveRecord models | feb 7 |
Can we know beforehand all the attributes that our Contact model will need to have? | |
Introducing Keybase Chat | feb 8 |
Keybase launched end-to-end encrypted chat. | |
Introducing our Sidekiq cluster script | feb 8 |
Honeybadger changed from stable set of long-lived servers to an ever-changing set of instances. | |
How To Test Ruby CLI: Console | feb 8 |
To test Hanami CLI is complex: it requires a reliable CI build (with full isolation of each spec), and a deep knowledge of the Ruby toolchain. | |
Spice up your boring IRB (Irbtools) | feb 8 |
Ruby console enhancements. | |
Integrate Rubocop gem with Popular Ruby Text Editors | feb 8 |
How to utilize and install Rubocop for all major text editors. | |
A better way to import all your records using ActiveRecord Import! | feb 10 |
Bulk import by example. |