Well over a year ago, I wrote about using relative line numbers in Vim to speed up movement by displaying line numbers relative to the current line. This makes it easier to find out how many lines up or down you have to jump to get to where you want to be. Because I wanted to switch b...
Phusion Passenger WebSockets demo Posted by FooBarWidget on September 25, 2013 — 0 comments Phusion Passenger supports WebSockets! This demo shows you how it works. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a ...
Ruby static code analysis Posted by tcopeland on September 26, 2013 — 0 comments Some thoughts on Ruby code analysis , specifically discussing some things that are challenging for static analysis tools to catch. Comments Post a Comment Comment abilities for non registered users ar...
Pivotal Labs is a recognized leader in agile software development practices. We build consumer and enterprise web and mobile applications for global clients. We are currently looking for experienced, creative designers to join our team and help us continue to innovate in the field. We...
Teaching Ruby to speak HTTP 2.0... Posted by igrigorik on September 25, 2013 — 0 comments Pure ruby framework and transport agnostic implementation of HTTP 2.0 protocol: new http-2 gem . I just launched some groovy thing and yada yada. Comments Post a Comment Comment abilities for...
High-Performance Ruby Editing with Vim codeulate September 24, 2013 vim Announcing our newest screencast series: Navigating Ruby Files with Vim . This 3-part series was created by vim superstar Drew Neil (author of Practical Vim and creator of vimcasts.org ). With his famously-soothin...
Engine Yard Adds Java Support and Continues to Extend Flexibility of PaaS Offering Company Welcomes Oracle to Growing List of Infrastructure Partners SAN FRANCISCO – September 24, 2013 – Engine Yard, the leading Platform as a Service (PaaS ), today announced support for Java, further ...
There’s some real gold in Cheat . Like, nuggets. Ever since we got tagged by mustache it’s been just wild. Ever wonder how to make hot chocolate? We’ve got a tasty recipe . Need some night time reading to go along with your cocoa? May I suggest Into the Code ? The DataMapper sheet is ...
You could use Tomcat, but our strength lies elsewhere (and correct me if I’m wrong because it’s been a while since I’ve used J2EE): - We integrate directly into Apache and Nginx, so no need to “pass any non-matching URLs through the AJP connector”. - I don’t think Nginx has an AJP con...
We take care of scaling and operations. You build great Java apps. Today's distributed and cloud applications span multiple languages. For example, developers often choose to build back-end services in Java and front-end components in Ruby, PHP or JavaScript. With Java support on Engi...
sandi_meter – tool for checking Sandi Metz' rules Posted by makaroni4 on September 25, 2013 — 0 comments Remember Sandi Metz rules ? Check out the intro post for gem "sandi_meter" . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pendi...
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...
Episode #404 – September 20th, 2013 Today only! Make your shell explain itself, tweaking (not twerking) your MRI GC settings, gsub with blocks, rconsole and something about pirates! September 17th, 2013 We set the Collect the Garbage, setup the Environment, and lay down some Expressio...
Over the last couple of weeks I’ve been fortunate enough to play around in both Ember and Angular . Having spent the last 18 months on an Ember project I’m very much in the Ember camp and was really rooting for Ember to end up the heavy weight champ. However what I found was that I’d ...
giant robots smashing into other giant robots Written by thoughtbot Build Phase Podcast Episode 9: Don't Call Me Shirley September 25, 2013 podcast ios ios7 Gordon Fontenot and Mark Adams talk about iOS7 aftermath and Airplane! Episode Notes and Links Subscribe via iTunes Subscribe vi...
Engine Yard Adds Java Support and Continues to Extend Flexibility of PaaS Offering Company Welcomes Oracle to Growing List of Infrastructure Partners SAN FRANCISCO – September 24, 2013 – Engine Yard, the leading Platform as a Service (PaaS ), today announced support for Java, further ...
Replaces any existing order defined on the relation with the specified order . User . order (' email DESC '). reorder (' id ASC ') # generated SQL has 'ORDER BY id ASC' Subsequent calls to order on the same relation will be appended. For example: User . order (' email DESC '). reorder...
Creates a Cycle object whose to_s method cycles through elements of an array every time it is called. This can be used for example, to alternate classes for table rows. You can use named cycles to allow nesting in loops. Passing a Hash as the last parameter with a :name key will creat...
Doorkeeper makes it easy to create an OAuth 2 provider. This episode also shows how to setup OmniAuth as an OAuth client and use the oauth2 gem to communicate with an API.
Polymorphic URL helpers are methods for smart resolution to a named route call when given an Active Record model instance. They are to be used in combination with ActionController::Resources. These methods are useful when you want to generate correct URL or path to a RESTful resource ...
# Sets a simple session cookie. # This cookie will be deleted when the user's browser is closed. cookies[:user_name] = "david" # Assign an array of values to a cookie. cookies[:lat_lon] = [47.68, -122.37] # Sets a cookie that expires in 1 hour. cookies[:login] = { value: "XJ-122", exp...
Removes from the query the condition(s) specified in skips . Example: Post . order (' id asc '). except ( :order ) # discards the order condition Post . where (' id > 10 '). order (' id asc '). except ( :where ) # discards the where condition but keeps the order Show source # File act...
The Prawn::Stamp module is used to create content that will be included multiple times in a document. Using a stamp has three advantages over creating content anew each time it is placed on the page: i. faster document creation ii. smaller final document iii. faster display on subsequ...
To be honest, the fact that a vcall produces a different exception type from an fcall or call feels like a bad design to me for two reasons: removing “self” from a no-arg call against self should not cause it to raise a different exception (and really, all missing-method exceptions sh...
Has someone ever made a mistake that left a journal turd behind? Have you ever wished that you could just get rid of the journal turds? This patch provides a rollback icon next to the number of the last journal entry. When you click on the rollback icon, the journal entry is destroyed...
HowTo: Easily integrate a (SSH secured) GIT repository into redmine¶ HowTo: Easily integrate a (SSH secured) GIT repository into redmine Scope Prerequisites Example configuration Step 1: Clone the repositories Step 2: Introduce the repository to redmine Step 3: Adding a cronjob to fet...
Sensasi sop Durian Mr.Durian Sensasi sop durian Mr. Durian Siapa yang tidak tahu gurihnya buah duren. Buah ini bisa dimakan langsung dari belahan buahnya, dan bisa juga di sajikan dengan cara-cara yang kreatif, seperti halnya kedai sop durian Mr. Durian. Kedai yang bertemakan caf...