Skip to content

Commit

Permalink
Add 'Debugging Rails Applications' guide to guide HTML generation task.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 7, 2008
1 parent c6acd29 commit c4e5ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/Rakefile
Expand Up @@ -276,7 +276,8 @@ guides = [
'securing_rails_applications',
'testing_rails_applications',
'creating_plugins',
{ 'routing' => 'routing_outside_in' }
{ 'routing' => 'routing_outside_in' },
{ 'debugging' => 'debugging_rails_applications' }
]
guides_html_files = []
guides.each do |entry|
Expand Down

0 comments on commit c4e5ac4

Please sign in to comment.