Some great links for 09/29/2018
An interesting variation on how to represent a many to many relationship in rails.
tags: activerecord manytomany join rails
Getting mobiles to display notifications is a tricky business. Especially because there are several and each one is different. This gem tries to solve this.
tags: ruby push notification gem
There are various ways to find out if the library you need already exists. This is one of them, and it’s quite good.
Some great links for 09/27/2018
This article almost perfectly corresponds to what I believe about coding style
tags: code practices coding style cleancode
Another article about the perennial question of how to organize git branches
Some great links for 09/24/2018
I’m trying to get smart about Kalman filters. This is a great resource
Some great links for 09/23/2018
This has just been made free! I think these tutorials will contain some gems.
tags: ruby free tutorials ruby on rails
Fowler discusses real and so called faux agile.
Answering the perennial question, once again, in the positive.
tags: rails
Progressive web apps, an interesting alternative to a SPA.
tags: progressive web spa app
A super useful collection of cli alternatives. Save time and headaches!
tags: cli Unix commands tricks
Fun list of papers, reports, and dissertations related to ruby from academia.
tags: bibliography dissertation research ruby
Wow, lots of neat things here for the very mundane chore of running in the rails console!
All about parsing CSV and what the current solutions are in Ruby, and problems therein.
tags: csv
Some great links for 09/11/2018
tags: code examples oneliner ruby
tags: Agile
Some great links for 09/02/2018
A gem containing functionality to represent, import and export spreadsheets
tags: rails ruby Spreadsheets
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
Some great links for 08/31/2018
A really nice tutorial explaining how to write a gui app on Linux using Ruby.
tags: creating linux desktop ruby glade gtk+
Forking with git, and just creating and merging branches can be very confusing.
Some great links for 08/27/2018
I’m not personally an rspec fan, but lots of people are
tags: ruby ruby on rails rspec configure
Authorization is the management of who is allowed to do what (vs. authentication which is accurate identification of who a user is)
tags: pundit rails recipes authorization
ActionCable is a very powerful subsystem in Rails to create server push scenarios easily.
tags: ActionCable WebSocket rails engineering
Hey, Ruby on Rails is still there!