mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
"SSL everywhere" for GitHub URLs
see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
This commit is contained in:
parent
7f5a1d3359
commit
c22fbeafc1
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ 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 %>
|
<%= 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>.
|
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="https://github.com/radar">his GitHub page</a> and he also tweets prolifically as <a href="http://twitter.com/ryanbigg">@ryanbigg</a>.
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= author('Oscar Del Ben', 'oscardelben', 'oscardelben.jpg') do %>
|
<%= author('Oscar Del Ben', 'oscardelben', 'oscardelben.jpg') do %>
|
||||||
|
|
|
@ -664,7 +664,7 @@ References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* [ruby-debug Homepage](http://bashdb.sourceforge.net/ruby-debug/home-page.html)
|
* [ruby-debug Homepage](http://bashdb.sourceforge.net/ruby-debug/home-page.html)
|
||||||
* [debugger Homepage](http://github.com/cldwalker/debugger)
|
* [debugger Homepage](https://github.com/cldwalker/debugger)
|
||||||
* [Article: Debugging a Rails application with ruby-debug](http://www.sitepoint.com/article/debug-rails-app-ruby-debug/)
|
* [Article: Debugging a Rails application with ruby-debug](http://www.sitepoint.com/article/debug-rails-app-ruby-debug/)
|
||||||
* [ruby-debug Basics screencast](http://brian.maybeyoureinsane.net/blog/2007/05/07/ruby-debug-basics-screencast/)
|
* [ruby-debug Basics screencast](http://brian.maybeyoureinsane.net/blog/2007/05/07/ruby-debug-basics-screencast/)
|
||||||
* [Ryan Bates' debugging ruby (revised) screencast](http://railscasts.com/episodes/54-debugging-ruby-revised)
|
* [Ryan Bates' debugging ruby (revised) screencast](http://railscasts.com/episodes/54-debugging-ruby-revised)
|
||||||
|
|
Loading…
Reference in a new issue