Understanding Ruby and Rails: extract_options! from Arrays
extract_options! extracts the options from the given set of arguments splitting the list of arguments from the options.
extract_options! extracts the options from the given set of arguments splitting the list of arguments from the options.
How to use ActiveSupport Benchmark.ms method to calculate the elaboration time of your Ruby scripts in your Rails application.
Analysis Paralysis is a term given to the situation where a team of otherwise intelligent and well-meaning analysts enter into a phase of analysis that only ends when the project is cancelled.
Sometimes developers tend to underestimate a problem because they focus on fixing an occurrence of the problem instead of the problem. This is a really common mistake.
The new version of my Helperful Rails plugin provides a new method named canonical_link_tag, a super simple helper to generate the canonical link tag.