[Thu, 19 Jan 2012 22:24:46 +0900] INFO: Processing template[/tmp/test.conf] action create (test::default line 24) [Thu, 19 Jan 2012 22:24:46 +0900] DEBUG: Current content's checksum: 15b601f97b98f27fc0e209408fa88366544286d13987c4a6cf87b0734396add8 [Thu, 19 Jan 2012 22:24:46 +0900] DEB...
Quoth the Raven March 17, 2013 One a cold winter's morning this raven laid claim to a sunlit cornice. "Nevermore!" Read more posts in the blog archive »
2011 has been a good year for me so far – financially as well as in terms of cool work in general. I feel like it’s time to share some of that luck with others and spend a couple of hours per week working pro bono, helping people. Read the blog post for details and spread the word. :-)
rdm-mailhandler [options] --url=<Redmine URL> --key=<API key> Required: -u, --url URL of the Redmine server -k, --key Redmine API key General options: -h, --help show this help -v, --verbose show extra information -V, --version show version information and exit Issue attributes contro...
September 21, 2011 dancroak css max-width responsive web design conversion engagement how to Lazy man’s responsive web design The Boston Globe recently raised the bar for responsive web design . Please allow me to lower it. For our playbook , I wanted to provide a pleasant reading exp...
March 17, 2013 hrward rspec webmock testing sinatra http rack-test service-oriented How to test Sinatra based Web Services Sinatra is a fantastic lightweight framework for building web services. We’ll use it as the server framework for the HTTP endpoints in our Service Oriented Archit...
In Rails 2.0, fixtures see many improvements which makes them much easier to manage. Watch this episode for details.
RubyConf: Natural language generation and processing in Ruby Posted by Nick Sieger Sun, 22 Oct 2006 00:07:34 GMT Speaker: Michael Granger Michael’s talk was full of excellend pre-recorded video demos, and thus was difficult to note-take. Instead, here are links to most of the pieces o...
Aaron was born and raised on the mean streets of Salt Lake City. His only hope for survival was to join the local gang of undercover street ballet performers known as the Tender Tights. As a Tender Tights member, Aaron learned to perfect the technique of self-defense pirouettes so tha...
The other day I was explaining the difference between class and instance methods to a friend and I realized that I should probably write up a post. I figured since I’m on a plane headed back home, now was as good of time as ever. If you want a little history, you can read about the di...
A surprising amount of simple can get an application over a number of speed bumps. We’re going to look up and down the whole application stack and use stories to show what simple things people have done to build a sustainable system without re-architecting. You’re gonna need a bigger ...
In the words of the author of Rack – Christian Neukirchen : Rack aims to provide a minimal API for connecting web servers supporting Ruby (like WEBrick, Mongrel etc.) and Ruby web frameworks (like Rails, Sinatra etc.). Web frameworks such as Sinatra are built on top of Rack or have a ...
2010 discussion repeatedly arose around the idea that unit tests hinder your ability to refactor and add new features. It's true that tests are invaluable when refactoring the internals of a class as long as the interface doesn't change. However, when the interface does change, updati...
, changes the prompt and disables readline support, allowing irb to work with inf-ruby-mode . [inf-ruby-mode allows Emacs users to interact with Ruby while editing programs. See the file inf_ruby.el in the misc directory of the distribution for more details.]
JavaScript Not Detected TryRuby requires JavaScript to be enabled (it's an editor thing).
test/ attributes definitions files libraries metadata.rb providers README.rdoc recipes resources templates
March 16, 2013 joelq backbone backbone.js backbone template Backbone.js Templates Without Logic or Interpolation Traditional Backbone.js templates typically interpolate a few values and have a little basic logic, but even the simplest of these templates knows too much. It is the view’...
It started yesterday. I was helping a coworker fix a problem in one of the Makefiles we use in our project. Not a particularly tough problem, but during the course of the conversation I began lamenting some of the shortcomings of make. In particular, in one of my makefiles I wanted to...
Started GET "/issues/1932.pdf" for 192.168.60.101 at 2013-03-04 21:04:45 +0200 Processing by IssuesController#show as PDF Parameters: {"id"=>"1932"} Current user: jwalker (id=30) Completed 500 Internal Server Error in 160ms Encoding::CompatibilityError (incompatible character encoding...
As you might have noticed, I’ve been spending some time trying to get running test suites with RSpec a bit better and faster over the last weeks. This week I looked into RSpec’s formatters. Aside from the red “F” RSpec will output when a spec fails, there’s no direct feedback that all...
We recommend Ruby 1.9.3 for use with Rails. Rails 3.2 is the last one that supports Ruby 1.8. Ruby 1.8.6 and earlier are not supported, neither is version 1.9.1. Source: Compile it yourself Windows installer: Ruby, popular extensions, editor OS X 10.5+: Included with developer tools (...
Liberado Ruby 2.0.0-p0 Ruby 2.0.0 es la primera versión estable de la serie 2.0 de Ruby, en ella encontraremos muchas mejoras y nuevas características en respuesta a las nuevas necesidades y a la expansión de nuestro lenguaje. Continuar leyendo… Publicado por Manuel Ramos Caro el 25 F...
A scalding SEETHING LAVA infiltrates the cacauphonous ENGORGED MINESHAFTS deep within the ageless canopy of the DWEMTHY FOREST... chalky and nocturnal screams from the belly of the RAVENOUS WILD STORKUPINE... who eats wet goslings RIGHT AFTER they've had a few graham crackers and a mi...
Sinatra 1.4.0, 1.3.6, 1.2.9 released! By Konstantin Haase on Friday, March 15, 2013 I’ve just released Sinatra 1.4.0, 1.3.6 and 1.2.9. Find out what’s new in 1.4 on my blog .
Get started with testing from top to bottom Posted by oBeLx on March 15, 2013 — 0 comments Get started with testing from top to bottom Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the es...
There are several reasons why you should test your Rake tasks: Rake tasks are code and as such deserve testing. When untested Rake tasks have a tendency to become overly long and convoluted. Tests will help keep them in bay. As Rake tasks typically depend on your models, you (should) ...
BinaryOperatorNode Convenience interface for operations which only have two nodes BlockAcceptingNode Any thing which implements this represents a Callable-like node which can have a block associated with it as part of that call. IArgumentNode Does the node contain an argument list? In...
Search through bundled gems Posted by jim on March 15, 2013 — 0 comments Find something inside your bundled gems with ag whatyouwant `bundle show --paths` You can use ack or grep if you like. I wrote a bit about searching through your bundled gems on my blog. Comments Post a Comme...
Sinatra 1.2.9, 1.3.6 and 1.4.0 released Posted by rkh on March 15, 2013 — 0 comments Earlier today I released Sinatra 1.2.9 , 1.3.6 and 1.4.0 . For more infos on what's new in 1.4, check out the blog post on rkh.im . Comments Post a Comment Comment abilities for non registered use...
Revision r11627 (build 1284 started on 2013-03-15T11:50:09Z) Building in workspace /var/lib/jenkins/workspace/trunk/DATABASE_ADAPTER/sqlite3/RUBY_VER/jruby-1.7.2 Updating file:///var/svn/redmine/trunk U app/views/my/destroy.html.erb At revision 11627 [jruby-1.7.2] $ /bin/sh -xe /tmp/h...