Skip to content

Commit

Permalink
move Ryan up, since the list is ordered by surname
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jun 4, 2011
1 parent 6a2863e commit bcc0a29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions railties/guides/source/credits.html.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Ruby on Rails Guides: Credits


<h3 class="section">Rails Guides Authors</h3> <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 %> <%= 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>. 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 %> <% end %>
Expand Down Expand Up @@ -62,7 +66,3 @@ Ruby on Rails Guides: Credits
<%= author('Heiko Webers', 'hawe') do %> <%= 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. 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 %> <% 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 %>

0 comments on commit bcc0a29

Please sign in to comment.