“Don’t cry because it’s over. Smile because it happened.” – Dr. Seuss In the open source world the projects we hold dear become a part of us. When I started hacking on Ruby projects five and a half years ago 1.8.6 was the new kid on the block. Then, I remember cheering on 1.8.6 as Kir...
Rails has great internationalization (I18n) support making it easy to translate static text into other languages, but how do we translate database content? Learn how using Globalize 3 in this episode.
Why Is My Web Service API Crappy? Posted by jim on April 05, 2012 — 0 comments Christopher Miles has a great article: Why Is My Web Service API Crappy? and it's definitely worth a read if you're building externally facing APIs. Comments Post a Comment Comment abilities for non reg...
As of today, PostgreSQL 9.1.3 is available on Engine Yard Cloud and Engine Yard Managed as a fully supported GA release. This milestone is very dear to us since it includes significant changes in our overall release process. We’ve established a new and improved QA cycle for all databa...
Plugin to generate and use issue templates for each project to assist issue creation. Features¶ It works as project module. Member who has "Manage Template" right can create issue templates based on trackers . Also add help message for templates, because the way to use templates may b...
Global Hack Day #3 is today! (Apr 5) Posted by seacreature on April 05, 2012 — 0 comments The idea of having weekly or monthly hack nights has worked great for Ruby users groups all over the world, but the folks at Mendicant University feel like the internet deserves a similar kind of...
drbrain | Thu, 05 Apr 2012 00:36:32 GMT Posted in Software ruby-growl version 4.0 has been released! Documentation A pure-ruby growl notifier for UDP and GNTP growl protocols. ruby-growl allows you to perform Growl notifications from machines without growl installed (for example, non-...
All column values are automatically available through basic accessors on the Active Record object, but sometimes you want to specialize this behavior. This can be done by overwriting the default accessors (using the same name as the attribute) and calling read_attribute(attr_name) and...
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...
Welcome to issue 87 of Ruby Weekly! Well I warned last week's Ruby Weekly might not turn up and.. it didn't ;-) I was in the middle of some pretty intense travel but I'm back home now. Thanks for your patience. Headlines Matz Wins FSF's 2011 Award for the Advancement of Free Software ...
Subject Author Replies Last post Rails 3.x, Ruby 1.9.x + HAML = Terror? Ramon Cahenzli 2 21 hrs ago by Ramon Cahenzli web interface for Manage translations Andrés Gutiérrez 3 8 days ago by Dan Coutu Translation in translationvariable Philip K. 5 9 days ago by Translate Humans How ca...
Starts a form tag that points the action to an url configured with url_for_options just like ActionController::Base#url_for. The method for the form defaults to POST. Options :multipart - If set to true, the enctype is set to "multipart/form-data". :method - The method to use when sub...
Log files are one of the most important aspects of any web service. A webapp with a well designed logging strategy will allow you to essentially go back in time to track down even the most obscure bug. Unit tests have diminished the importance of log files somewhat but how do you writ...
In specific cases, it would make sense to set the locale from client-supplied information, i.e. not from the URL . This information may come for example from the users’ preferred language (set in their browser), can be based on the users’ geographical location inferred from their IP, ...
RE: Redmine.pm Subversion authentication not working - Added by Yoann Besson over 2 years ago Some details about my problem I'm using ActiveState Perl 5.10 Here is my Apache2 configuration : LoadFile "D:/Perl/bin/perl510.dll" LoadModule perl_module modules/mod_perl.so PerlLoadModule A...
curator 0.5.0 Model and repository framework install gem install curator Download Documentation Subscribe Stats Authors Braintree 600 total downloads 10 for this version Owners Links Homepage Bundler gem "curator", "~> 0.5.0" Versions 0.5.0 April 5, 2012 0.4.0 March 7, 2012 0.3.2 Marc...
I don't know about the debian package and luckily don't have one to administer :-) You'll have to ask the debian maintainer for specifics, we don't maintain the deb. It might be that the debian patches allow things like that, but running multiple production instances from the same cod...
debugger - это форк библиотеки ruby-debug19 , обеспечивающий работу с 1.9.2 и 1.9.3 и простую установку под rvm/rbenv. Одной из основных причин возникновения debugger является то, что ruby-debug19 остановился в своем развитии (последний релиз был 1 сентября 2009). Установка: $ gem ins...
as the handler for tracing, or disables tracing if the parameter is nil . proc takes up to six parameters: an event name, a filename, a line number, an object id, a binding, and the name of a class. proc is invoked whenever an event occurs. Events are: c-call (call a C-language routin...
Ruby bindings for cairo aka rcairo. cairo is a 2D graphics library. cairo works on multi-platforms. (e.g. Windows/Linux/Mac OS X/...) cairo can output many output format with same API. (e.g. PNG/PDF/SVG/...) http://cairographics.org/