Does ActionCable Smell Like Rails? — Appfolio Engineering
ActionCable is a very powerful subsystem in Rails to create server push scenarios easily.
ActionCable is a very powerful subsystem in Rails to create server push scenarios easily.
The emotional impact of interface colors shouldn’t be overlooked. And while some colors are “universal” in UI design (such as black, white, and gray, at least one of which is used in virtually every good design out there), the colors with which they’re combined can have a huge impact on a product’s UX.
Authorization is the management of who is allowed to do what (vs. authentication which is accurate identification of who a user is)
I’m not personally an rspec fan, but lots of people are
Forking with git, and just creating and merging branches can be very confusing.
Have you already tried to re-invent a wheel and re-write perfectly valid methods that exist in Ruby? Here’re some of them.
A gem containing functionality to represent, import and export spreadsheets
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
A really nice tutorial explaining how to write a gui app on Linux using Ruby.
This is RonJeffries.com, the combination of new articles, XProgramming, SameElephant, and perhaps even some new items never before contemplated. Copyright © 1998-forever Ronald E Jeffries
A super useful collection of cli alternatives. Save time and headaches!
Wow, lots of neat things here for the very mundane chore of running in the rails console!
Fun list of papers, reports, and dissertations related to ruby from academia.
Fowler discusses real and so called faux agile.
Answering the perennial question, once again, in the positive.
This has just been made free! I think these tutorials will contain some gems.
I’m trying to get smart about Kalman filters. This is a great resource
Another article about the perennial question of how to organize git branches