diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-04 11:48:10 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-04 11:48:10 +0200 |
commit | be72a397f809360b5158db0b32429bf82593ceb5 (patch) | |
tree | 864857ef4d8f3b1c3c7edbd758a05bfb1fbca464 | |
parent | 96b70229d681006ce4b169541845935bc067e294 (diff) | |
download | rails-be72a397f809360b5158db0b32429bf82593ceb5.tar.gz rails-be72a397f809360b5158db0b32429bf82593ceb5.tar.bz2 rails-be72a397f809360b5158db0b32429bf82593ceb5.zip |
Added 'Rails Guides Reviewers' section to credits
-rw-r--r-- | railties/guides/source/credits.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/credits.html.erb b/railties/guides/source/credits.html.erb index 0f203765ac..9851702df9 100644 --- a/railties/guides/source/credits.html.erb +++ b/railties/guides/source/credits.html.erb @@ -59,6 +59,8 @@ Mikel Lindsaar has been working with Rails since 2006 and is the author of the Ruby Mail gem and core contributor (he helped re-write Action Mailer's API). Mikel has a <a href="http://lindsaar.net/">blog</a> and <a href="http://twitter.com/raasdnil">tweets</a>. <% end %> +<h3 class="section">Rails Guides Reviewers</h3> + <%= author('Jaime Iniesta', 'jaimeiniesta', 'jaimeiniesta.jpg') do %> Jaime Iniesta works as a Ruby on Rails freelance developer since 2005. He's a member of <a href="http://www.prorubyteam.com">ProRuby</a>, co-founder of the <a href="http://srug.org">Spanish Ruby Users Group</a>, member of <a href="http://spainrb.org">Spain.rb</a>, and organizer of <a href="http://conferenciarails.org">Conferencia Rails</a> and <a href="http://euruko2009.org">EuRuKo 2009</a>. Jaime has a <a href="http://jaimeiniesta.com">blog</a> and <a href="http://twitter.com/jaimeiniesta">tweets</a>. <% end %> |