calavera (David Calavera)

Name
David Calavera
Email
Website/Blog
http://thinkincode.net
Location
Madrid, Spain
Member Since
Feb 27, 2008 (about 1 year)

Following 18 githubbers and watching 31 repositories view all →

Public Repositories (19)

  • log4j_rails

    Rails plugin to enable Rails logging with Apache Log4j

    legend

    Last updated Wed Nov 11 15:23:27 -0800 2009

  • trinidad

    Simple library to run rails and rackup applications into an embedded Apache Tomcat

    legend

    Last updated Mon Nov 02 11:48:57 -0800 2009

  • jruby

    JRuby, an implementation of Ruby on the JVM

    legend

    Forked from jruby/jruby Sat Oct 31 02:18:27 -0700 2009

    Last updated Fri Oct 30 15:45:15 -0700 2009

  • Ape

    The Atom Protocol Exerciser

    legend

    Last updated Tue Oct 27 09:56:20 -0700 2009

  • jibernate

    A JRuby/Hibernate integration example, maybe eventually a full API

    legend

    Forked from nicksieger/jibernate Thu Oct 08 11:13:30 -0700 2009

    Last updated Fri Oct 09 02:27:50 -0700 2009

  • jruby-spring-services

    A rails plugin to integrate Spring services with rails easily

    legend

    Last updated Tue Aug 25 15:34:24 -0700 2009

  • easyb-tmbundle

    Easyb Textmate bundle

    legend

    Last updated Fri May 01 04:49:21 -0700 2009

  • jekyll

    Jekyll is a blog-aware, static site generator in Ruby

    legend

    Forked from mojombo/jekyll Fri Apr 03 13:30:09 -0700 2009

    Last updated Fri Apr 24 15:07:05 -0700 2009

  • rails-templates

    A library of neat Rails application templates.

    legend

    Forked from jeremymcanally/rails-templates Wed Apr 08 13:06:10 -0700 2009

    Last updated Thu Apr 09 10:51:13 -0700 2009

  • integrity-growl

    Growl notifier for the Integrity continuous integration server

    legend

    Last updated Sat Jan 17 14:23:16 -0800 2009

  • integrity

    The easy and fun Continuous Integration server

    legend

    Forked from foca/integrity Sat Jan 17 06:18:03 -0800 2009

    Last updated Sat Jan 17 10:37:11 -0800 2009

  • lighthouse-api-java-client

    Java client for the Lighthouse api

    legend

    Last updated Fri Jan 16 02:24:41 -0800 2009

  • mistery-ship

    11870.com native application for iphone

    legend

    Last updated Mon Jan 05 04:28:36 -0800 2009

  • acts_as_unvlogable

    An easy way to include external video services in a rails app.

    legend

    Forked from mamuso/acts_as_unvlogable Sun Jan 04 17:01:02 -0800 2009

    Last updated Sun Jan 04 19:06:30 -0800 2009

  • ape-extensions-bundle

    A bunch of textmate snippets in order to create ape extensions

    legend

    Last updated Sun Sep 28 02:16:28 -0700 2008

  • restful-routes

    Proyecto para el tercer concurso mashups en movilidad del Open Movilforum

    legend

    Last updated Wed Sep 24 10:32:49 -0700 2008

  • gm-pootle-search

    Greasemonkey script that searchs a selected sentence from a web page into a pootle server

    legend

    Last updated Tue Aug 26 05:01:51 -0700 2008

  • atompub-server

    add atomPub server capabilities to you rails application

    legend

    Last updated Sun Jun 15 09:35:19 -0700 2008

  • oos-with-shoes

    Manage your 11870.com services with a shoes desktop application

    legend

    Last updated Fri Apr 25 05:08:47 -0700 2008

Public Activity feed

calavera commented on jruby/jruby Sat Nov 21 09:51:13 -0800 2009
Comment on src/org/jruby/embed/variable/GlobalVariable.java L103 in fab0255:

why don't we move those patterns as a static final class constant?

calavera commented on jruby/jruby Sat Nov 21 09:48:44 -0800 2009
Comment on src/org/jruby/embed/variable/AbstractVariable.java L118 in fab0255:

perhaps a better implementation of this method could be:

protected static boolean isValidName(String pattern, Object name) {

return (name instanceof String) && ((String)name).matches(pattern);

}

calavera pushed to master at rubyspec/rubyspec Sat Nov 21 08:29:56 -0800 2009
HEAD is 05f527ca32421adf6f07edfeca9c7158bdc74328
  • calavera committed 05f527ca:
    adding more descriptive samples and fixing some typos in File.new specs
calavera pushed to master at rubyspec/rubyspec Fri Nov 20 04:12:08 -0800 2009
HEAD is 282091bfb38f3e7a34a0afeeecf468e73a93d656
calavera pushed to master at rubyspec/rubyspec Fri Nov 20 03:53:38 -0800 2009
HEAD is c6e50978f27fbb411756867b47982b2d25b5e407
calavera pushed to master at rubyspec/rubyspec Fri Nov 13 01:27:55 -0800 2009
HEAD is b53854c4b45ed181a08c61c8cd11e80ba3fe0666
  • calavera committed b53854c4:
    added new specs for TCPServer.new to test errors on initialization
calavera created branch master at calavera/log4j_rails Wed Nov 11 15:23:27 -0800 2009
calavera created repository log4j_rails Wed Nov 11 15:22:12 -0800 2009
New repository is at calavera/log4j_rails
calavera pushed to master at rubyspec/rubyspec Sun Nov 08 09:08:35 -0800 2009
HEAD is 86154c2318c5ea586814aaab1d3235ddefb81dba
  • calavera committed 86154c23:
    added secs to test Enumerator#with_index with non integer arguments
calavera pushed to master at rubyspec/rubyspec Sun Nov 08 08:53:26 -0800 2009
HEAD is 3eb2eeb21405cc1b26c9e652636775ad194f62d6
calavera pushed to master at rubyspec/rubyspec Sun Nov 08 08:36:04 -0800 2009
HEAD is 7a799075676051d03ee054c493883c5e8c4fd32c
  • calavera committed 7a799075:
    added specs to test Enumerator#with_index with non integer arguments
calavera pushed to master at rubyspec/rubyspec Thu Nov 05 02:19:04 -0800 2009
HEAD is 8fb6ab75a49a54ae884afa4e01b69a2dba16d84c
  • calavera committed 8fb6ab75:
    Array specs refactor to use common specs to check behavior when no block is given
calavera pushed to master at rubyspec/rubyspec Thu Nov 05 01:47:57 -0800 2009
HEAD is 152ababd68e943257ea1a9a4e97319902de3a8fa
calavera pushed to master at rubyspec/rubyspec Thu Nov 05 01:21:12 -0800 2009
HEAD is 635c94dbd1789fc6fc4a8b2d9c523e58a6e2fcaa
  • calavera committed 635c94db:
    added specs to check that Array.select returns an Enumerator when no block is given
calavera pushed to master at calavera/trinidad Mon Nov 02 11:49:00 -0800 2009
HEAD is bec4c0224810a7ec862ac69dade6287ad0785106

2 commits »

calavera pushed to master at calavera/trinidad Mon Nov 02 07:26:35 -0800 2009
HEAD is b0b692b6a991e0f587624f51fcc0281983d49d54
calavera pushed to master at rubyspec/rubyspec Mon Nov 02 04:50:36 -0800 2009
HEAD is 046179ec13ba7729dc8d269ee8095a4e09f7ffc6
calavera forked jruby/jruby Sat Oct 31 02:18:28 -0700 2009
Forked repository is at calavera/jruby
calavera pushed to master at rubyspec/rubyspec Thu Oct 29 09:10:34 -0700 2009
HEAD is 76f4c7648ed5a3b6024eab18ec41d0bee4da8437
  • calavera committed 76f4c764:
    Array.product has been included in ruby 1.8.7, ruby_version updated to run specs with ruby 1.8.7 or upper
calavera pushed to master at calavera/Ape Tue Oct 27 09:56:20 -0700 2009
HEAD is fad7fd2204f17e55d0f5e0b5da0ba96dfa0960f6

2 commits »

calavera pushed to master at calavera/Ape Tue Oct 27 09:46:29 -0700 2009
HEAD is 6313de837dcb2efb622643fe4543ce27e2f69e19
  • calavera committed 6313de83:
    usign bundler to manage gems. Added rack configuration file
calavera pushed to master at calavera/Ape Tue Oct 27 08:40:17 -0700 2009
HEAD is a21180bf07e7705a548525ff096c3f6c909cf944
  • calavera committed a21180bf:
    added link to github source code and the blog to install it locally
calavera pushed to master at calavera/Ape Tue Oct 27 08:18:47 -0700 2009
HEAD is a6f15c7c1e09a6f4c389e555333c9ebf6d5bb3bf
  • calavera committed a6f15c7c:
    creating a Sinatra application, getting rid of mongrel stuff
calavera pushed to master at calavera/Ape Tue Oct 27 03:19:33 -0700 2009
HEAD is d2c42f60c9b64064e3df51f0d7f249754cc62cee
calavera created branch master at calavera/Ape Tue Oct 27 02:55:40 -0700 2009
New branch is at calavera/Ape/tree/master
calavera created repository Ape Tue Oct 27 02:47:32 -0700 2009
New repository is at calavera/Ape
calavera pushed to master at calavera/trinidad Tue Oct 27 02:18:11 -0700 2009
HEAD is 59afd41d8727428ccddbd95bd8773d21439057eb

3 commits »

calavera started watching vvs/jruby-launcher Thu Oct 22 00:20:30 -0700 2009
jruby-launcher's description:
Native windows launcher for JRuby
calavera created gist: 212309 Sat Oct 17 02:55:06 -0700 2009
install-gems: [java] ************************************************** [java]
calavera pushed to master at rubyspec/rubyspec Fri Oct 16 08:13:28 -0700 2009
HEAD is 41e5c9aae96020a5c189ce79dac54a29855125c6
  • calavera committed 41e5c9aa:
    String#encode specs refactor. Moving common specs to a shared file and chomping the spec file to encode_spec and encode_bang_spec files
calavera created gist: 210857 Thu Oct 15 02:46:22 -0700 2009
<
calavera pushed to master at rubyspec/rubyspec Wed Oct 14 00:55:38 -0700 2009
HEAD is 68bf181f67d6aaef6aafdd332f26c510317aaa16
  • calavera committed 68bf181f:
    added spec to check duplicated keys on hash initialization
calavera pushed to master at rubyspec/rubyspec Tue Oct 13 02:57:07 -0700 2009
HEAD is 30c87692ee79433ad339bb5a6883334457123bca
calavera pushed to master at rubyspec/rubyspec Sun Oct 11 04:09:34 -0700 2009
HEAD is c680a63d9f0aacef99a5944ebaaf5d96019635f0
  • calavera committed c680a63d:
    Added specs to ensure File.new and File.open load directories
calavera pushed to master at calavera/jibernate Fri Oct 09 02:27:51 -0700 2009
HEAD is 511882b1c40a5b698e19580193f16a12cd61f93d

2 commits »