diff options
author | Xavier Noria <fxn@hashref.com> | 2011-06-04 14:26:39 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-06-04 14:26:39 +0200 |
commit | 6a2863e78eb5c9b88b3acc6426d141bfa53d310d (patch) | |
tree | 828d1848f36e69ff70aabfee4135248340aef34d | |
parent | cd8ecec31f9574c618abd4a090ed6d84b34830a3 (diff) | |
download | rails-6a2863e78eb5c9b88b3acc6426d141bfa53d310d.tar.gz rails-6a2863e78eb5c9b88b3acc6426d141bfa53d310d.tar.bz2 rails-6a2863e78eb5c9b88b3acc6426d141bfa53d310d.zip |
adds Ryan Bigg to the credits page of the guides, he is the author of the new configuring guide
-rw-r--r-- | railties/guides/assets/images/radar.png | bin | 0 -> 19521 bytes | |||
-rw-r--r-- | railties/guides/source/credits.html.erb | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/assets/images/radar.png b/railties/guides/assets/images/radar.png Binary files differnew file mode 100644 index 0000000000..f61e08763f --- /dev/null +++ b/railties/guides/assets/images/radar.png diff --git a/railties/guides/source/credits.html.erb b/railties/guides/source/credits.html.erb index 65e396be95..3c396cb203 100644 --- a/railties/guides/source/credits.html.erb +++ b/railties/guides/source/credits.html.erb @@ -62,3 +62,7 @@ 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 |