diff options
author | Xavier Noria <fxn@hashref.com> | 2011-06-04 14:35:12 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-06-04 14:35:12 +0200 |
commit | bcc0a297d7458e9ce005ea8dcca87930f5bc57c5 (patch) | |
tree | 874639e37591ac1f5b324e872157432dbf3f3f66 | |
parent | 6a2863e78eb5c9b88b3acc6426d141bfa53d310d (diff) | |
download | rails-bcc0a297d7458e9ce005ea8dcca87930f5bc57c5.tar.gz rails-bcc0a297d7458e9ce005ea8dcca87930f5bc57c5.tar.bz2 rails-bcc0a297d7458e9ce005ea8dcca87930f5bc57c5.zip |
move Ryan up, since the list is ordered by surname
-rw-r--r-- | railties/guides/source/credits.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/guides/source/credits.html.erb b/railties/guides/source/credits.html.erb index 3c396cb203..58a637871f 100644 --- a/railties/guides/source/credits.html.erb +++ b/railties/guides/source/credits.html.erb @@ -31,6 +31,10 @@ Ruby on Rails Guides: Credits <h3 class="section">Rails Guides Authors</h3> +<%= author('Ryan Bigg', 'radar', 'radar.png') do %> +Ryan Bigg works as a consultant at <a href="http://rubyx.com">RubyX</a> and has been working with Rails since 2006. He's co-authoring a book called <a href="http://manning.com/katz">Rails 3 in Action</a> and he's written many gems which can be seen on <a href="http://github.com/radar">his GitHub page</a> and he also tweets prolifically as <a href="http://twitter.com/ryanbigg">@ryanbigg</a>. +<% end %> + <%= author('Frederick Cheung', 'fcheung') do %> Frederick Cheung is Chief Wizard at Texperts where he has been using Rails since 2006. He is based in Cambridge (UK) and when not consuming fine ales he blogs at <a href="http://www.spacevatican.org">spacevatican.org</a>. <% end %> @@ -62,7 +66,3 @@ Ruby on Rails Guides: Credits <%= author('Heiko Webers', 'hawe') do %> Heiko Webers is the founder of <a href="http://www.bauland42.de">bauland42</a>, a German web application security consulting and development company focused on Ruby on Rails. He blogs at the <a href="http://www.rorsecurity.info">Ruby on Rails Security Project</a>. After 10 years of desktop application development, Heiko has rarely looked back. <% end %> - -<%= author('Ryan Bigg', 'radar', 'radar.png') do %> -Ryan Bigg works as a consultant at <a href="http://rubyx.com">RubyX</a> and has been working with Rails since 2006. He's co-authoring a book called <a href="http://manning.com/katz">Rails 3 in Action</a> and he's written many gems which can be seen on <a href="http://github.com/radar">his GitHub page</a> and he also tweets prolifically as <a href="http://twitter.com/ryanbigg">@ryanbigg</a>. -<% end %>
\ No newline at end of file |