Did you know that there are 3 billion more smartphones on earth than there are humans? Maybe that doesn’t come as much of a surprise to you. But what you might find more surprising is that the growth in smartphone adoption has actually contributed to Engine Yard’s success. That’s righ...
This is a guest post by Rusty Zarse CTO of Search Discovery, spurred by a series of email conversations that we had regarding the difficulty of finding experienced Rails talent. Rusty leads the Atlanta iOS Developers meetup and is one of the better known technologists in our city. Whe...
May 15, 2012 Tagged: ruby coupling code smells Comments (View) Types of Coupling Those of you coming from a Google search are about to be disappointed: this is a post about types of coupling in programming . Coupling refers to the degree to which components in your program rely on eac...
If you've ever spent any time learning Rails then you probably read one of the editions of Agile Web Development with Rails, and if you're like me (skeptical & pedantic) then you probably asked yourself: what the hell does Rails have to do with Agile development? At the time, I assume...
May 15, 2012 Tagged: factory girl callbacks rails testing Comments (View) Get your callbacks on with Factory Girl 3.3 FactoryGirl 3.3.0 was released this weekend with a slew of improvements. To install, add (or change) your Gemfile: gem 'factory_girl_rails', '~> 3.3.0' New Callback Sy...
May 11th, 2012 Bootstrapping young JS framework released, poppin BubbleWrap, internationalizing with alchemy, mixins and refactoring, hanging out at Rpub, and a rack middleware for contact importing. May 8th, 2012 We Hook into Common Rails Mistakes, Process an Ox, drink some Oj, and w...
We are pleased to announce that we have integrated Badgeville’s gamification technology into our Zendesk ticketing system. As you use the helpdesk to perform different actions, (searching documentation, contributing to forums, completing satisfaction surveys, etc.) you will be able to...
A gem/plugin for Rails 3 that enables client-side validation using ActiveModel + HTML5
devise 2.1.0 Flexible authentication solution for Rails with Warden install gem install devise Download Subscribe Stats Authors José Valim, Carlos Antônio 1,956,869 total downloads 939 for this version Owners Links Homepage Source Code Documentation Mailing List Gemfile gem "devise", ...
Logbook - log your memories onto virtual logbooks made of Gists Posted by jondot on May 15, 2012 — 0 comments Just pushed logbook . A personal CLI app that helps you log your memories onto virtual logbooks made of Gists. Comments Post a Comment Comment abilities for non registered...
owlim-ruby 0.9.9 Query and manage OWLIM triple store with ease. install gem install owlim-ruby Download Documentation Subscribe Stats Authors Toshiaki Katayama, Tatsuya Nishizawa 29 total downloads 29 for this version Owners Links Homepage Gemfile gem "owlim-ruby", "~> 0.9.9" Versions...
Tuesday, May 15, 2012 at 5:03AM Our Cub Scout Day Camp is blessed with an abundance of rangemasters this year. The Web Developer Toolbox: Raphaël - Hacks.mozilla.org starts a series looking at useful libraries for web developers, starting with this interface to SVG. rubygems-bundler -...
The JRuby community is pleased to announce the release of JRuby 1.6.7.2. Homepage: http://www.jruby.org/ Download: http://www.jruby.org/download This is a special release of JRuby which only updates our shipped copy of RubyGems to version 1.8.24. This version of RubyGems is the first ...
Mechanize#auth and Mechanize#basic_auth allowed disclosure of passwords to malicious servers and have been deprecated. In prior versions of mechanize only one set of HTTP authentication credentials were allowed for all connections. If a mechanize instance connected to more than one se...
Log in Log in to Engine Yard Cloud Log in to Orchestra PHP Cloud Products Engine Yard Cloud Features Platform Pricing Engine Yard Managed Features Infrastructure Orchestra PHP Cloud Pricing Team Add-ons Solutions Mobile Social Campaigns Services Support Support Plans How Are We Doing?...
Resque creates background jobs using Redis. It supports multiple queue and comes with an administration interface for monitoring and managing the queues.
planet 0.3.11 An awesome rss/atom feed aggregator designed to work with Octopress/Jekyll install gem install planet Download Documentation Subscribe Stats Authors Pablo Astigarraga 3,005 total downloads 66 for this version Owners Links Homepage Gemfile gem "planet", "~> 0.3.11" Versio...
# app running on http://example.com/example get '/foo' do t = %w[text/css text/html application/javascript] request.accept # ['text/html', '*/*'] request.accept? 'text/xml' # true request.preferred_type(t) # 'text/html' request.body # request body sent by the client (see below) reques...
GitHub is awesome, really awesome for open source projects and for projects with multiple people. In fact, if you use your own git setup for an open source project, you are most likely hindering your project’s progress and wasting your time . On the other side of the coin, if you are ...
Function values (like div above) needed to be located in the same place in the hierarchy as object being used as a context. This made providing a set of global helpers (like a framework would want to do) quite difficult. Even if the syntax was modified to make function helpers global,...
dydra 0.0.9 Dydra.com SDK and command-line client. install gem install dydra Download Subscribe Stats Authors Datagraph 3,110 total downloads 381 for this version Owners Links Homepage Source Code Documentation Mailing List Bug Tracker Gemfile gem "dydra", "~> 0.0.9" Versions 0.0.9 Ju...
Datasets are probably the thing that separate Sequel from other database libraries. While most database libraries have specific support for updating all records or only a single record, Sequel's ability to represent SQL queries themselves as objects is what gives Sequel most of its po...