aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay Surve <akshay.surve@gmail.com>2013-08-23 18:09:49 +0530
committerAkshay Surve <akshay.surve@gmail.com>2013-08-23 18:09:49 +0530
commit3aa46da47179e78773c096380ce82f3915d11f10 (patch)
tree14ba7d97c8eb8ddfde51bb153ab98b9153e38414
parent5877729379f5892d0dccbee855b2c4f3e199b62f (diff)
downloadrails-3aa46da47179e78773c096380ce82f3915d11f10.tar.gz
rails-3aa46da47179e78773c096380ce82f3915d11f10.tar.bz2
rails-3aa46da47179e78773c096380ce82f3915d11f10.zip
Adds Akshay Surve to Rails Guides credits list
I had written the original guide for "A Guide to Testing Rails Applications". The current documents maintains the same structure and examples I had drafted albeit with some minor changes to keep up with newer version of Rails. Older version which had credits included: http://guides.rubyonrails.org/v2.3.11/testing.html Github lifo/docrails History: https://github.com/rails/rails/commits/ff359af86505b4d317b7467e7f79aa2ef2c5e795/railties/doc/guides/source/testing_rails_applications.txt
-rw-r--r--guides/assets/images/akshaysurve.jpgbin0 -> 3444 bytes
-rw-r--r--guides/source/credits.html.erb4
2 files changed, 4 insertions, 0 deletions
diff --git a/guides/assets/images/akshaysurve.jpg b/guides/assets/images/akshaysurve.jpg
new file mode 100644
index 0000000000..cfc3333958
--- /dev/null
+++ b/guides/assets/images/akshaysurve.jpg
Binary files differ
diff --git a/guides/source/credits.html.erb b/guides/source/credits.html.erb
index 10dd8178fb..a2c57fca8c 100644
--- a/guides/source/credits.html.erb
+++ b/guides/source/credits.html.erb
@@ -74,3 +74,7 @@ Oscar Del Ben is a software engineer at <a href="http://www.wildfireapp.com/">Wi
<%= 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('Akshay Surve', 'startupjockey', 'akshaysurve.jpg') do %>
+ Akshay Surve is the Founder at <a href="http://www.deltax.com">DeltaX</a>, hackathon specialist, a midnight code junkie and ocassionally writes prose. You can connect with him on <a href="https://twitter.com/akshaysurve">Twitter</a>, <a href="http://www.linkedin.com/in/akshaysurve">Linkedin</a>, <a href="http://www.akshaysurve.com/">Peronal Blog</a> or <a href="http://www.quora.com/Akshay-Surve">Quora</a>.
+<% end %>