Ruby 1.8.7 patchlevel inconsistency; “super called outside of method”
I discovered an interesting difference between two patch levels of the same Ruby (1.8.7) def index respond_to do |format| format.html…
Achieving Developer Excellence with Automated Testing
I discovered an interesting difference between two patch levels of the same Ruby (1.8.7) def index respond_to do |format| format.html…
This method was adapted from this blog post. So, you are creating a thing (record) or maybe you are updating…
The referrer is the URL the user came from. (It gets passed as part of the headers to the new…
Quick demonstration of public, private, and protected methods.