Gabe Berke-Williams January 22, 2014 rails Rails 4.0 introduced a helpful new method for ActiveRecord queries: where.not . It can make clunky queries easier to read. Usage This query: User.where.not(name: 'Gabe') is effectively the same as this: User.where('name != ?', 'Gabe') It's "e...
module StatsApi require 'json' require 'httparty' require 'active_support/core_ext/string' require 'jsonpath' ## Reader: note that @error is raised so that we can easily handle that in our parent methods... def find_users_stats(users_handle) # This will call the Stats API and pull bac...
Why You Should Use Continuous Integration and Continuous Deployment Posted by manualwise on January 24, 2014 — 0 comments Two best practices that have gained a lot of traction over the last years in software development are Continuous Integration and Continuous Deployment. Read about ...
Ruby Tapas ep 120, Outside-In Testing, streaming free at Everyday Rails Posted by everydayrails on January 24, 2014 — 0 comments Last week, in the Everyday Rails blog, I mentioned one of my favorite episodes of Ruby Tapas. The particular episode shows how Avdi uses RSpec and an outsid...
Due to the inherent flexibility of Ruby, there are often several ways of doing the same thing. But how do you recognize the best way, the “beautiful” way to go about something? It can be tough to describe and there may indeed be several “best ways” to do something. The ease of express...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
automatic 14.1.0 Ruby General Automation Framework install gem install automatic Download Documentation Badge Subscribe RSS Authors id774 11,459 total downloads 23 for this version Owners Licenses GPL Links Homepage Gemfile gem "automatic", "~> 14.1.0" Versions 14.1.0 January 24, 2014...
Pivotal Labs conducted an in-depth examination of the iOS and Android apps of the top banks in the UK to see if these institutions were in fact meeting the expectations of customers when it comes to mobile banking. This paper will explore: Findings and solutions to address the top cus...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
The Polyglot library allows a Ruby module to register a loader for the file type associated with a filename extension, and it augments 'require' to find and load matching files.
Aloha.com: Product Storytelling and the Future of E-commerce Posted January 24, 2014 by Partner Post - Railsdog Comments Partner Post: Railsdog on the Launch of Aloha.com There’s nothing quite like the thrill of watching a project finally take flight. After months of hard work, collab...
Sass © 2006–2013 Hampton Catlin , Nathan Weizenbaum , Chris Eppstein , and numerous contributors. It is available for use and modification under the MIT License . Style Guide Site Repo Follow @SassCSS
Action caching is similar to page caching by the fact that the entire output of the response is cached, but unlike page caching, every request still goes through Action Pack. The key benefit of this is that filters run before the cache is served, which allows for authentication and ot...
Method deprecated or moved This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here. expire_action (options = {}) protected No documentation This method has no description. You can help the Ruby on Rails community by adding new...
$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20130717151933_create_high_scores.rb create app/models/high_score.rb invoke test_unit create test/models/high_score_test.rb create test/fixtures/high_scores.yml invoke resource_route r...
A great example of outside-in testing from Ruby Tapas January 15, 2014 Update: Avdi has generously made the Outside-In episode of Ruby Tapas embeddable for this post–see below. Thanks, Avdi! Once you know the basic mechanics of testing, how do you bring it all together into a consiste...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
mdv 0.1.3 Quickly view markdown files on GNOME install gem install mdv Download Documentation Badge Subscribe RSS Authors Matijs van Zuijlen 1,371 total downloads 45 for this version Owners Links Homepage Gemfile gem "mdv", "~> 0.1.3" Versions 0.1.3 January 24, 2014 (6 KB) 0.1.2 June ...