Skip to content

Commit

Permalink
change date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Sep 22, 2010
1 parent 47ae60f commit 2800300
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Expand Up @@ -31,7 +31,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2010/6/16/travis-an-experimental-distributed-ci-server-on-heroku" class="entry-title" rel="bookmark">Travis - an experimental, distributed CI server on Heroku</a>
<abbr title="2010-06-16 00:00:00 UTC" class="updated">
Wed, 16 2010
June 2010
</abbr>
<span class="entry-content">
We had the I18n gem tested on runcoderun, a great service for open source projects to run continous integration on the web, and this was working very well for us. Unfortunately runcoderun was taken down.
Expand All @@ -42,7 +42,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2010/4/5/release-your-gems-with-ease" class="entry-title" rel="bookmark">Release your Gems with ease</a>
<abbr title="2010-04-05 00:00:00 UTC" class="updated">
Mon, 05 2010
April 2010
</abbr>
<span class="entry-content">
After the recent, somewhat heated discussion about whether or not to check in gemspecs to a repository, manually crafting versus autogenerating them, using a dynamic piece of code to collect relevant files versus maintaining a static files list in the gemspec file ... I've felt motivated to polish my own gem plugin that I've been using to publish my gems and finally add some of the functionality that I've been missing myself.
Expand All @@ -53,7 +53,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2010/3/31/aligning-rubygems-bundler-through-rubylib-environment-variable" class="entry-title" rel="bookmark">Aligning rubygems + bundler through rubylib environment variable</a>
<abbr title="2010-03-31 00:00:00 UTC" class="updated">
Wed, 31 2010
March 2010
</abbr>
<span class="entry-content">
Put this into your ~/.zprofile (or ~/.profile or whatever makes sense for your shell):
Expand Down Expand Up @@ -90,7 +90,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2009/7/19/experimental-ruby-i18n-extensions-pluralization-fallbacks-gettext-cache-and-chained-backend" class="entry-title" rel="bookmark">Experimental Ruby I18n extensions: Pluralization, Fallbacks, Gettext, Cache and Chained backend</a>
<abbr title="2009-07-19 00:00:00 UTC" class="updated">
Sun, 19 2009
July 2009
</abbr>
<span class="entry-content">
Backend::Simple &lt; Backend::Base
Expand All @@ -103,7 +103,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2009/7/12/ruby-i18n-gem-hits-0-2-0" class="entry-title" rel="bookmark">Ruby I18n Gem hits 0.2.0</a>
<abbr title="2009-07-12 00:00:00 UTC" class="updated">
Sun, 12 2009
July 2009
</abbr>
<span class="entry-content">
Here's the release announcement on the rails-i18n mailinglist:
Expand All @@ -128,7 +128,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2009/7/5/ripper2ruby-modify-and-recompile-your-ruby-code" class="entry-title" rel="bookmark">Ripper2Ruby: modify and recompile your Ruby code</a>
<abbr title="2009-07-05 00:00:00 UTC" class="updated">
Sun, 05 2009
July 2009
</abbr>
<span class="entry-content">
So, the combination Ripper/Ripper2Ruby lets you do similar things as you can do with ParseTree or RubyParser and Ruby2Ruby. The differences are:
Expand All @@ -141,7 +141,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2009/7/5/using-ruby-1-9-ripper" class="entry-title" rel="bookmark">Using Ruby 1.9 Ripper</a>
<abbr title="2009-07-05 00:00:00 UTC" class="updated">
Sun, 05 2009
July 2009
</abbr>
<span class="entry-content">
While Ripper parses your code it continously fires events (or &#8220;calls callbacks&#8221;) when it finds something interesting. There are two types of events: scanner (lexer) and parser events.
Expand All @@ -152,7 +152,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/9/19/rails-i18n-revs-up-globalize2-preview-released" class="entry-title" rel="bookmark">Rails I18n revs up: Globalize2 preview released!</a>
<abbr title="2008-09-19 00:00:00 UTC" class="updated">
Fri, 19 2008
September 2008
</abbr>
<span class="entry-content">

Expand All @@ -167,7 +167,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/9/6/the-future-of-i18n-in-ruby-on-rails-railsconf-europe-2008" class="entry-title" rel="bookmark">The Future of I18n in Ruby on Rails - RailsConf Europe 2008</a>
<abbr title="2008-09-06 00:00:00 UTC" class="updated">
Sat, 06 2008
September 2008
</abbr>
<span class="entry-content">

Expand Down Expand Up @@ -196,7 +196,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/8/28/ruby-on-rails-i18n-railsconf-europe-and-globalize2" class="entry-title" rel="bookmark">Ruby on Rails I18n, RailsConf Europe and Globalize2</a>
<abbr title="2008-08-28 00:00:00 UTC" class="updated">
Thu, 28 2008
August 2008
</abbr>
<span class="entry-content">
RailsConf Europe talk: "The future of I18n in Ruby on Rails"
Expand All @@ -215,7 +215,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/7/18/finally-ruby-on-rails-gets-internationalized" class="entry-title" rel="bookmark">Finally. Ruby on Rails gets internationalized</a>
<abbr title="2008-07-18 00:00:00 UTC" class="updated">
Fri, 18 2008
July 2008
</abbr>
<span class="entry-content">
In hindsight we've initially tried to accomplish way to much. Everybody
Expand All @@ -232,7 +232,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/7/18/the-ruby-on-rails-i18n-core-api" class="entry-title" rel="bookmark">The Ruby on Rails I18n core api</a>
<abbr title="2008-07-18 00:00:00 UTC" class="updated">
Fri, 18 2008
July 2008
</abbr>
<span class="entry-content">
The pivotal point of the new I18n api in Rails is the I18n
Expand All @@ -250,7 +250,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/7/13/expecting-arbitrary-method-calls-in-a-particular-order-in-rspec" class="entry-title" rel="bookmark">Expecting arbitrary method calls in a particular order in RSpec</a>
<abbr title="2008-07-13 00:00:00 UTC" class="updated">
Sun, 13 2008
July 2008
</abbr>
<span class="entry-content">
For a spam protection feature in a project I'm currently working on I started out specifying the behaviour of a filter chain that I was planning to implement. Specifically, I wanted to specify that the filter chain would call the filters in the expected order.
Expand All @@ -263,7 +263,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/5/30/scriptaculous-sortabletree" class="entry-title" rel="bookmark">Scriptaculous SortableTree </a>
<abbr title="2008-05-30 00:00:00 UTC" class="updated">
Fri, 30 2008
May 2008
</abbr>
<span class="entry-content">

Expand Down Expand Up @@ -297,7 +297,7 @@ <h2>Recent Posts</h2>
<li class="hentry">
<a href="/2008/5/1/oops-rails-already-has-something-better-than-engines" class="entry-title" rel="bookmark">Oops! Rails already has something better than Engines</a>
<abbr title="2008-05-01 00:00:00 UTC" class="updated">
Thu, 01 2008
May 2008
</abbr>
<span class="entry-content">
To check that out I've reassemled an application that I'm currently working on and that uses Engines to modularize things and added this line to config/environment.rb:
Expand Down

0 comments on commit 2800300

Please sign in to comment.