Many people love the simplicity and expressiveness of Sinatra but quickly find themselves missing a great deal of functionality provided by other web frameworks such as Rails when building non-trivial applications. Sinatra acts as a thin layer on top of Rack itself and the “micro”-fra...
a new Ruby 1.9.3 release, REE's end of life, Spree 1.0, some Rails 4 news, Devise 2.0, a new private gem hosting service .. and that's just scratching the surface :-) Enjoy! (And don't forget to subscribe to Ruby Weekly if you want to receive something like this every week via e-mail ...
February 28th, 2012 In this episode we do the robo boogie all while discussing REE end of life, preparing your app for Rails 4 & Ruby 1.9, Ruby ORM Initialization slowness, Mutation, spell checking in View Tests, and the release of Rails Testing for Zombies. February 24th, 2012 Gem au...
<%= f.hidden_field :stripe_card_token %> <div class="field"> <%= f.label :email %> <%= f.text_field :email %> </div> <% if @subscription.stripe_card_token.present? %> Credit card has been provided. <% else %> <div class="field"> <%= label_tag :card_number, "Credit Card Number" %> <%= ...
Rails 3.2.2 has been released. This release contains various bug fixes and two important security fixes. The official announcement advises, "Users are recommended to upgrade as soon as possible." Here are detailed instructions for
It's amazing how much we take for granted certain little tasks that we do so often they become muscle memory . The latest powerful example of that fact for me has been the annoyance provoked by the addition of a native Inspect Element option to the Firefox 10 context menu, exactly whe...
March 2, 2012 Tagged: this week in open source open source Comments (View) This week in open source bourbon One change to bourbon this week as Thibaut (Thibaut ) removed the obsolete -moz-inline-block display type from the inline-block mixin (de69a76 ). capybara-webkit Version 0.10.1 ...
Eu tenho dezenas de ídolos, figuras históricas, celebridades modernas e pessoas que foram meus amigos, conhecidos e até alguns inimigos. Todos eles muito superiores a mim. Eu preciso de figuras assim, longes e próximas. Foi quando meus colegas da faculdade se mostraram fluentes em ing...
scaruby 0.0.1 Scala API in Ruby install gem install scaruby Download Documentation Subscribe Stats Authors Kazuhiro Sera 8 total downloads 8 for this version Owners Links Homepage Bundler gem "scaruby", "~> 0.0.1" Versions 0.0.1 March 2, 2012 Help Guides Blog Contribute Mobile Status ...
Sequel is a lightweight database access toolkit for Ruby. * Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. * Sequel includes a comprehensive ORM layer for mapping records to Ruby objects and handling associated recor...
Update (6/13/2008): I posted a bit more on the topic with example uses in the wild . First, let me preface this article with a fact: I’m new to Ruby, however, new is relative in that statement. I’ve been toying with Ruby for over a year but only in the last two months have I really st...
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...
drbrain | Fri, 02 Mar 2012 00:46:15 GMT Posted in Ruby github.com/drbrain/hoe-travis docs.seattlerb.org/hoe-travis hoe-travis is a Hoe plugin that allows your gem to gain maximum benefit from travis-ci.org . The plugin contains a .travis.yml generator and a pre-defined rake task which...
Security Fix for Ruby OpenSSL module: Allow "0/n splitting" as a prevention for the TLS BEAST attack. Denial of service attack was found for Ruby's Hash algorithm (CVE-2011-4815) Ruby 1.9.3 p0 is released Upcoming Ruby Programming Competitions with Matz - Grand Prize - 1,000,000 JPY!
Sometime ago, I posted an message about Nginx performance when paired with Tomcat. We recently did extensive in-house testing of various workload against Nginx with Tomcat vs Apache vs Tomcat. Apache wins hands down. Here's the basic setup 1. Nginx (2 proc/8192 connections) -> http/1....
Luis Lavena is the new maintainer of the popular Ruby "One-Click Installer" for Microsoft Windows. As part of this new role, Luis has set a milestone of cutting the dependency on pre-built packages. He wants to move development from Visual C++ 6 to MinGW , so that Windows-based Ruby d...
This is a very experimental Ruby library for OpenNebula's XML-RPC API
Returns a hash that maps instance variable names without “@” to their corresponding values. Keys are strings both in
ocr 0.3.0 Recognize text and characters from image files using web services. install gem install ocr Download Documentation Subscribe Stats Authors Miguel Adolfo Barroso 129 total downloads 28 for this version Owners Links Homepage Bundler gem "ocr", "~> 0.3.0" Versions 0.3.0 March 2,...
Super Saiyan: Heavy Metal Remix Peter Cooper's CoffeeScript Drum Machine Teaching The Robots To Sing: Episode 2 (TDD With J... Making Music With JavaScript Is Easy: Free 35-Minu... Rails Went Off The Rails: Why I'm Rebuilding Archa... Awesome VJ Tech: Turntable Projection Mapping Hack...
Since December, Rails has undergone a fairly significant internal refactoring in quite a number of areas. While it was quite tricky at first, we mere mortals have started to hone a process for diving into a new area of the codebase and emerging some time later with a much improved are...