diff options
author | James Miller <james@jkmillertech.com> | 2010-01-27 09:51:46 -0800 |
---|---|---|
committer | James Miller <james@jkmillertech.com> | 2010-01-27 09:51:46 -0800 |
commit | d546a72d00d084d9016593f67c52078d21d273d4 (patch) | |
tree | fd40c81f4a254fdf4d2e87913d286301cea57f57 /railties | |
parent | b204d9477cc9d709fd7b45a89ec7e13e0bab6b1a (diff) | |
download | rails-d546a72d00d084d9016593f67c52078d21d273d4.tar.gz rails-d546a72d00d084d9016593f67c52078d21d273d4.tar.bz2 rails-d546a72d00d084d9016593f67c52078d21d273d4.zip |
Add my info to the credits
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/credits.textile.erb | 4 | ||||
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/railties/guides/source/credits.textile.erb b/railties/guides/source/credits.textile.erb index 2ae5c14475..28c70f2b39 100644 --- a/railties/guides/source/credits.textile.erb +++ b/railties/guides/source/credits.textile.erb @@ -43,6 +43,10 @@ p. We'd like to thank the following people for their tireless contributions to t Cássio Marques is a Brazilian software developer working with different programming languages such as Ruby, JavaScript, CPP and Java, as an independent consultant. He blogs at "/* CODIFICANDO */":http://cassiomarques.wordpress.com, which is mainly written in Portuguese, but will soon get a new section for posts with English translation. <% end %> +<% author('James Miller', 'bensie') do %> + James Miller is a software developer for "JK Tech":http://www.jk-tech.com in San Diego, CA. Find me on GitHub, Gmail, Twitter, and Freenode as bensie. +<% end %> + <% author('Emilio Tagua', 'miloops') do %> Emilio Tagua -- a.k.a. miloops -- is an Argentinian entrepreneur, developer, open source contributor and Rails evangelist. Cofounder of "Eventioz":http://eventioz.com. He has been using Rails since 2006 and contributing since early 2008. Can be found at gmail, twitter, freenode, everywhere as miloops. <% end %> diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 23967e4a7f..c173748944 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1288,4 +1288,4 @@ h3. Changelog * October 16, 2008: Revised based on feedback from Pratik Naik by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) * October 13, 2008: First complete draft by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) * October 12, 2008: More detail, rearrangement, editing by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) -* September 8, 2008: initial version by James Miller (not yet approved for publication) +* September 8, 2008: initial version by "James Miller":credits.html#bensie (not yet approved for publication) |