openskies 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (494) hide show
  1. data/CHANGELOG.md +87 -0
  2. data/README.rdoc +35 -0
  3. data/bin/openskies +9 -0
  4. data/guides/assets/images/belongs_to.png +0 -0
  5. data/guides/assets/images/book_icon.gif +0 -0
  6. data/guides/assets/images/bullet.gif +0 -0
  7. data/guides/assets/images/challenge.png +0 -0
  8. data/guides/assets/images/chapters_icon.gif +0 -0
  9. data/guides/assets/images/check_bullet.gif +0 -0
  10. data/guides/assets/images/credits_pic_blank.gif +0 -0
  11. data/guides/assets/images/csrf.png +0 -0
  12. data/guides/assets/images/customized_error_messages.png +0 -0
  13. data/guides/assets/images/edge_badge.png +0 -0
  14. data/guides/assets/images/error_messages.png +0 -0
  15. data/guides/assets/images/feature_tile.gif +0 -0
  16. data/guides/assets/images/footer_tile.gif +0 -0
  17. data/guides/assets/images/fxn.png +0 -0
  18. data/guides/assets/images/grey_bullet.gif +0 -0
  19. data/guides/assets/images/habtm.png +0 -0
  20. data/guides/assets/images/has_many.png +0 -0
  21. data/guides/assets/images/has_many_through.png +0 -0
  22. data/guides/assets/images/has_one.png +0 -0
  23. data/guides/assets/images/has_one_through.png +0 -0
  24. data/guides/assets/images/header_backdrop.png +0 -0
  25. data/guides/assets/images/header_tile.gif +0 -0
  26. data/guides/assets/images/i18n/demo_html_safe.png +0 -0
  27. data/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
  28. data/guides/assets/images/i18n/demo_translated_en.png +0 -0
  29. data/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
  30. data/guides/assets/images/i18n/demo_translation_missing.png +0 -0
  31. data/guides/assets/images/i18n/demo_untranslated.png +0 -0
  32. data/guides/assets/images/icons/README +5 -0
  33. data/guides/assets/images/icons/callouts/1.png +0 -0
  34. data/guides/assets/images/icons/callouts/10.png +0 -0
  35. data/guides/assets/images/icons/callouts/11.png +0 -0
  36. data/guides/assets/images/icons/callouts/12.png +0 -0
  37. data/guides/assets/images/icons/callouts/13.png +0 -0
  38. data/guides/assets/images/icons/callouts/14.png +0 -0
  39. data/guides/assets/images/icons/callouts/15.png +0 -0
  40. data/guides/assets/images/icons/callouts/2.png +0 -0
  41. data/guides/assets/images/icons/callouts/3.png +0 -0
  42. data/guides/assets/images/icons/callouts/4.png +0 -0
  43. data/guides/assets/images/icons/callouts/5.png +0 -0
  44. data/guides/assets/images/icons/callouts/6.png +0 -0
  45. data/guides/assets/images/icons/callouts/7.png +0 -0
  46. data/guides/assets/images/icons/callouts/8.png +0 -0
  47. data/guides/assets/images/icons/callouts/9.png +0 -0
  48. data/guides/assets/images/icons/caution.png +0 -0
  49. data/guides/assets/images/icons/example.png +0 -0
  50. data/guides/assets/images/icons/home.png +0 -0
  51. data/guides/assets/images/icons/important.png +0 -0
  52. data/guides/assets/images/icons/next.png +0 -0
  53. data/guides/assets/images/icons/note.png +0 -0
  54. data/guides/assets/images/icons/prev.png +0 -0
  55. data/guides/assets/images/icons/tip.png +0 -0
  56. data/guides/assets/images/icons/up.png +0 -0
  57. data/guides/assets/images/icons/warning.png +0 -0
  58. data/guides/assets/images/jaimeiniesta.jpg +0 -0
  59. data/guides/assets/images/nav_arrow.gif +0 -0
  60. data/guides/assets/images/polymorphic.png +0 -0
  61. data/guides/assets/images/posts_index.png +0 -0
  62. data/guides/assets/images/radar.png +0 -0
  63. data/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
  64. data/guides/assets/images/rails_guides_logo.gif +0 -0
  65. data/guides/assets/images/rails_logo_remix.gif +0 -0
  66. data/guides/assets/images/rails_welcome.png +0 -0
  67. data/guides/assets/images/session_fixation.png +0 -0
  68. data/guides/assets/images/tab_grey.gif +0 -0
  69. data/guides/assets/images/tab_info.gif +0 -0
  70. data/guides/assets/images/tab_note.gif +0 -0
  71. data/guides/assets/images/tab_red.gif +0 -0
  72. data/guides/assets/images/tab_yellow.gif +0 -0
  73. data/guides/assets/images/tab_yellow.png +0 -0
  74. data/guides/assets/images/validation_error_messages.png +0 -0
  75. data/guides/assets/images/vijaydev.jpg +0 -0
  76. data/guides/assets/javascripts/guides.js +7 -0
  77. data/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
  78. data/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
  79. data/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
  80. data/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
  81. data/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
  82. data/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
  83. data/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
  84. data/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
  85. data/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
  86. data/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
  87. data/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
  88. data/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
  89. data/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
  90. data/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
  91. data/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
  92. data/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
  93. data/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
  94. data/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
  95. data/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
  96. data/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
  97. data/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
  98. data/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
  99. data/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
  100. data/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
  101. data/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
  102. data/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
  103. data/guides/assets/stylesheets/fixes.css +16 -0
  104. data/guides/assets/stylesheets/kindle.css +11 -0
  105. data/guides/assets/stylesheets/main.css +453 -0
  106. data/guides/assets/stylesheets/print.css +52 -0
  107. data/guides/assets/stylesheets/reset.css +43 -0
  108. data/guides/assets/stylesheets/style.css +13 -0
  109. data/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
  110. data/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
  111. data/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
  112. data/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
  113. data/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
  114. data/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
  115. data/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
  116. data/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
  117. data/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
  118. data/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
  119. data/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
  120. data/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
  121. data/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
  122. data/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
  123. data/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
  124. data/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
  125. data/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
  126. data/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
  127. data/guides/code/getting_started/Gemfile +38 -0
  128. data/guides/code/getting_started/README.rdoc +261 -0
  129. data/guides/code/getting_started/Rakefile +7 -0
  130. data/guides/code/getting_started/app/assets/images/rails.png +0 -0
  131. data/guides/code/getting_started/app/assets/javascripts/application.js +15 -0
  132. data/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +3 -0
  133. data/guides/code/getting_started/app/assets/javascripts/home.js.coffee +3 -0
  134. data/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +3 -0
  135. data/guides/code/getting_started/app/assets/stylesheets/application.css +13 -0
  136. data/guides/code/getting_started/app/assets/stylesheets/comments.css.scss +3 -0
  137. data/guides/code/getting_started/app/assets/stylesheets/home.css.scss +3 -0
  138. data/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +3 -0
  139. data/guides/code/getting_started/app/assets/stylesheets/scaffolds.css.scss +56 -0
  140. data/guides/code/getting_started/app/controllers/application_controller.rb +3 -0
  141. data/guides/code/getting_started/app/controllers/comments_controller.rb +16 -0
  142. data/guides/code/getting_started/app/controllers/home_controller.rb +5 -0
  143. data/guides/code/getting_started/app/controllers/posts_controller.rb +84 -0
  144. data/guides/code/getting_started/app/helpers/application_helper.rb +2 -0
  145. data/guides/code/getting_started/app/helpers/comments_helper.rb +2 -0
  146. data/guides/code/getting_started/app/helpers/home_helper.rb +2 -0
  147. data/guides/code/getting_started/app/helpers/posts_helper.rb +5 -0
  148. data/guides/code/getting_started/app/models/comment.rb +3 -0
  149. data/guides/code/getting_started/app/models/post.rb +11 -0
  150. data/guides/code/getting_started/app/models/tag.rb +3 -0
  151. data/guides/code/getting_started/app/views/comments/_comment.html.erb +15 -0
  152. data/guides/code/getting_started/app/views/comments/_form.html.erb +13 -0
  153. data/guides/code/getting_started/app/views/home/index.html.erb +2 -0
  154. data/guides/code/getting_started/app/views/layouts/application.html.erb +14 -0
  155. data/guides/code/getting_started/app/views/posts/_form.html.erb +32 -0
  156. data/guides/code/getting_started/app/views/posts/edit.html.erb +6 -0
  157. data/guides/code/getting_started/app/views/posts/index.html.erb +27 -0
  158. data/guides/code/getting_started/app/views/posts/new.html.erb +5 -0
  159. data/guides/code/getting_started/app/views/posts/show.html.erb +31 -0
  160. data/guides/code/getting_started/app/views/tags/_form.html.erb +12 -0
  161. data/guides/code/getting_started/config/application.rb +59 -0
  162. data/guides/code/getting_started/config/boot.rb +6 -0
  163. data/guides/code/getting_started/config/database.yml +25 -0
  164. data/guides/code/getting_started/config/environment.rb +5 -0
  165. data/guides/code/getting_started/config/environments/development.rb +37 -0
  166. data/guides/code/getting_started/config/environments/production.rb +67 -0
  167. data/guides/code/getting_started/config/environments/test.rb +37 -0
  168. data/guides/code/getting_started/config/initializers/backtrace_silencers.rb +7 -0
  169. data/guides/code/getting_started/config/initializers/inflections.rb +15 -0
  170. data/guides/code/getting_started/config/initializers/mime_types.rb +5 -0
  171. data/guides/code/getting_started/config/initializers/secret_token.rb +7 -0
  172. data/guides/code/getting_started/config/initializers/session_store.rb +8 -0
  173. data/guides/code/getting_started/config/initializers/wrap_parameters.rb +14 -0
  174. data/guides/code/getting_started/config/locales/en.yml +5 -0
  175. data/guides/code/getting_started/config/routes.rb +64 -0
  176. data/guides/code/getting_started/config.ru +4 -0
  177. data/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb +11 -0
  178. data/guides/code/getting_started/db/migrate/20110901012815_create_comments.rb +12 -0
  179. data/guides/code/getting_started/db/migrate/20110901013701_create_tags.rb +11 -0
  180. data/guides/code/getting_started/db/schema.rb +43 -0
  181. data/guides/code/getting_started/db/seeds.rb +7 -0
  182. data/guides/code/getting_started/doc/README_FOR_APP +2 -0
  183. data/guides/code/getting_started/public/404.html +26 -0
  184. data/guides/code/getting_started/public/422.html +26 -0
  185. data/guides/code/getting_started/public/500.html +25 -0
  186. data/guides/code/getting_started/public/favicon.ico +0 -0
  187. data/guides/code/getting_started/public/robots.txt +5 -0
  188. data/guides/code/getting_started/script/rails +6 -0
  189. data/guides/code/getting_started/test/fixtures/comments.yml +11 -0
  190. data/guides/code/getting_started/test/fixtures/posts.yml +11 -0
  191. data/guides/code/getting_started/test/fixtures/tags.yml +9 -0
  192. data/guides/code/getting_started/test/functional/comments_controller_test.rb +7 -0
  193. data/guides/code/getting_started/test/functional/home_controller_test.rb +9 -0
  194. data/guides/code/getting_started/test/functional/posts_controller_test.rb +49 -0
  195. data/guides/code/getting_started/test/performance/browsing_test.rb +12 -0
  196. data/guides/code/getting_started/test/test_helper.rb +13 -0
  197. data/guides/code/getting_started/test/unit/comment_test.rb +7 -0
  198. data/guides/code/getting_started/test/unit/helpers/comments_helper_test.rb +4 -0
  199. data/guides/code/getting_started/test/unit/helpers/home_helper_test.rb +4 -0
  200. data/guides/code/getting_started/test/unit/helpers/posts_helper_test.rb +4 -0
  201. data/guides/code/getting_started/test/unit/post_test.rb +7 -0
  202. data/guides/code/getting_started/test/unit/tag_test.rb +7 -0
  203. data/guides/rails_guides/generator.rb +310 -0
  204. data/guides/rails_guides/helpers.rb +45 -0
  205. data/guides/rails_guides/indexer.rb +69 -0
  206. data/guides/rails_guides/levenshtein.rb +31 -0
  207. data/guides/rails_guides/textile_extensions.rb +63 -0
  208. data/guides/rails_guides.rb +50 -0
  209. data/guides/source/2_2_release_notes.textile +422 -0
  210. data/guides/source/2_3_release_notes.textile +610 -0
  211. data/guides/source/3_0_release_notes.textile +595 -0
  212. data/guides/source/3_1_release_notes.textile +553 -0
  213. data/guides/source/3_2_release_notes.textile +540 -0
  214. data/guides/source/_license.html.erb +2 -0
  215. data/guides/source/_welcome.html.erb +19 -0
  216. data/guides/source/action_controller_overview.textile +820 -0
  217. data/guides/source/action_mailer_basics.textile +516 -0
  218. data/guides/source/action_view_overview.textile +1497 -0
  219. data/guides/source/active_model_basics.textile +205 -0
  220. data/guides/source/active_record_basics.textile +218 -0
  221. data/guides/source/active_record_querying.textile +1433 -0
  222. data/guides/source/active_record_validations_callbacks.textile +1283 -0
  223. data/guides/source/active_resource_basics.textile +120 -0
  224. data/guides/source/active_support_core_extensions.textile +3713 -0
  225. data/guides/source/ajax_on_rails.textile +267 -0
  226. data/guides/source/api_documentation_guidelines.textile +185 -0
  227. data/guides/source/asset_pipeline.textile +707 -0
  228. data/guides/source/association_basics.textile +1959 -0
  229. data/guides/source/caching_with_rails.textile +437 -0
  230. data/guides/source/command_line.textile +574 -0
  231. data/guides/source/configuring.textile +641 -0
  232. data/guides/source/contributing_to_ruby_on_rails.textile +448 -0
  233. data/guides/source/credits.html.erb +72 -0
  234. data/guides/source/debugging_rails_applications.textile +714 -0
  235. data/guides/source/documents.yaml +157 -0
  236. data/guides/source/engines.textile +618 -0
  237. data/guides/source/form_helpers.textile +798 -0
  238. data/guides/source/generators.textile +621 -0
  239. data/guides/source/getting_started.textile +1929 -0
  240. data/guides/source/i18n.textile +931 -0
  241. data/guides/source/index.html.erb +30 -0
  242. data/guides/source/initialization.textile +1116 -0
  243. data/guides/source/kindle/KINDLE.md +26 -0
  244. data/guides/source/kindle/copyright.html.erb +1 -0
  245. data/guides/source/kindle/layout.html.erb +27 -0
  246. data/guides/source/kindle/rails_guides.opf.erb +52 -0
  247. data/guides/source/kindle/toc.html.erb +24 -0
  248. data/guides/source/kindle/toc.ncx.erb +64 -0
  249. data/guides/source/kindle/welcome.html.erb +5 -0
  250. data/guides/source/layout.html.erb +124 -0
  251. data/guides/source/layouts_and_rendering.textile +1237 -0
  252. data/guides/source/migrations.textile +900 -0
  253. data/guides/source/nested_model_forms.textile +222 -0
  254. data/guides/source/performance_testing.textile +597 -0
  255. data/guides/source/plugins.textile +464 -0
  256. data/guides/source/rails_application_templates.textile +240 -0
  257. data/guides/source/rails_on_rack.textile +236 -0
  258. data/guides/source/routing.textile +885 -0
  259. data/guides/source/ruby_on_rails_guides_guidelines.textile +79 -0
  260. data/guides/source/security.textile +1004 -0
  261. data/guides/source/testing.textile +947 -0
  262. data/guides/w3c_validator.rb +91 -0
  263. data/lib/rails/all.rb +15 -0
  264. data/lib/rails/application/bootstrap.rb +73 -0
  265. data/lib/rails/application/configuration.rb +151 -0
  266. data/lib/rails/application/finisher.rb +98 -0
  267. data/lib/rails/application/railties.rb +13 -0
  268. data/lib/rails/application/route_inspector.rb +84 -0
  269. data/lib/rails/application/routes_reloader.rb +56 -0
  270. data/lib/rails/application.rb +320 -0
  271. data/lib/rails/backtrace_cleaner.rb +42 -0
  272. data/lib/rails/cli.rb +16 -0
  273. data/lib/rails/code_statistics.rb +118 -0
  274. data/lib/rails/commands/application.rb +38 -0
  275. data/lib/rails/commands/benchmarker.rb +34 -0
  276. data/lib/rails/commands/console.rb +55 -0
  277. data/lib/rails/commands/dbconsole.rb +123 -0
  278. data/lib/rails/commands/destroy.rb +10 -0
  279. data/lib/rails/commands/generate.rb +12 -0
  280. data/lib/rails/commands/plugin.rb +544 -0
  281. data/lib/rails/commands/plugin_new.rb +11 -0
  282. data/lib/rails/commands/profiler.rb +32 -0
  283. data/lib/rails/commands/runner.rb +54 -0
  284. data/lib/rails/commands/server.rb +100 -0
  285. data/lib/rails/commands/update.rb +9 -0
  286. data/lib/rails/commands.rb +104 -0
  287. data/lib/rails/configuration.rb +89 -0
  288. data/lib/rails/console/app.rb +36 -0
  289. data/lib/rails/console/helpers.rb +11 -0
  290. data/lib/rails/engine/commands.rb +43 -0
  291. data/lib/rails/engine/configuration.rb +84 -0
  292. data/lib/rails/engine/railties.rb +33 -0
  293. data/lib/rails/engine.rb +657 -0
  294. data/lib/rails/generators/actions.rb +325 -0
  295. data/lib/rails/generators/active_model.rb +78 -0
  296. data/lib/rails/generators/app_base.rb +281 -0
  297. data/lib/rails/generators/base.rb +390 -0
  298. data/lib/rails/generators/css/assets/assets_generator.rb +13 -0
  299. data/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
  300. data/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
  301. data/lib/rails/generators/erb/controller/controller_generator.rb +20 -0
  302. data/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
  303. data/lib/rails/generators/erb/mailer/mailer_generator.rb +13 -0
  304. data/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
  305. data/lib/rails/generators/erb/scaffold/scaffold_generator.rb +29 -0
  306. data/lib/rails/generators/erb/scaffold/templates/_form.html.erb +23 -0
  307. data/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
  308. data/lib/rails/generators/erb/scaffold/templates/index.html.erb +27 -0
  309. data/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
  310. data/lib/rails/generators/erb/scaffold/templates/show.html.erb +12 -0
  311. data/lib/rails/generators/erb.rb +21 -0
  312. data/lib/rails/generators/generated_attribute.rb +107 -0
  313. data/lib/rails/generators/js/assets/assets_generator.rb +13 -0
  314. data/lib/rails/generators/js/assets/templates/javascript.js +2 -0
  315. data/lib/rails/generators/migration.rb +68 -0
  316. data/lib/rails/generators/named_base.rb +202 -0
  317. data/lib/rails/generators/rails/app/USAGE +15 -0
  318. data/lib/rails/generators/rails/app/app_generator.rb +303 -0
  319. data/lib/rails/generators/rails/app/templates/Gemfile +26 -0
  320. data/lib/rails/generators/rails/app/templates/README +261 -0
  321. data/lib/rails/generators/rails/app/templates/Rakefile +7 -0
  322. data/lib/rails/generators/rails/app/templates/app/assets/images/rails.png +0 -0
  323. data/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +17 -0
  324. data/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +13 -0
  325. data/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb +3 -0
  326. data/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
  327. data/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory +0 -0
  328. data/lib/rails/generators/rails/app/templates/app/models/.empty_directory +0 -0
  329. data/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +14 -0
  330. data/lib/rails/generators/rails/app/templates/config/application.rb +74 -0
  331. data/lib/rails/generators/rails/app/templates/config/boot.rb +6 -0
  332. data/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +31 -0
  333. data/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +86 -0
  334. data/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +62 -0
  335. data/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +33 -0
  336. data/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +43 -0
  337. data/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +20 -0
  338. data/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +54 -0
  339. data/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +39 -0
  340. data/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +55 -0
  341. data/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
  342. data/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
  343. data/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +41 -0
  344. data/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +73 -0
  345. data/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +39 -0
  346. data/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
  347. data/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +15 -0
  348. data/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +5 -0
  349. data/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt +7 -0
  350. data/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +8 -0
  351. data/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
  352. data/lib/rails/generators/rails/app/templates/config/locales/en.yml +5 -0
  353. data/lib/rails/generators/rails/app/templates/config/routes.rb +58 -0
  354. data/lib/rails/generators/rails/app/templates/config.ru +4 -0
  355. data/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
  356. data/lib/rails/generators/rails/app/templates/doc/README_FOR_APP +2 -0
  357. data/lib/rails/generators/rails/app/templates/gitignore +15 -0
  358. data/lib/rails/generators/rails/app/templates/public/404.html +26 -0
  359. data/lib/rails/generators/rails/app/templates/public/422.html +26 -0
  360. data/lib/rails/generators/rails/app/templates/public/500.html +25 -0
  361. data/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
  362. data/lib/rails/generators/rails/app/templates/public/index.html +241 -0
  363. data/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
  364. data/lib/rails/generators/rails/app/templates/public/stylesheets/.empty_directory +0 -0
  365. data/lib/rails/generators/rails/app/templates/script/rails +5 -0
  366. data/lib/rails/generators/rails/app/templates/test/fixtures/.empty_directory +0 -0
  367. data/lib/rails/generators/rails/app/templates/test/functional/.empty_directory +0 -0
  368. data/lib/rails/generators/rails/app/templates/test/integration/.empty_directory +0 -0
  369. data/lib/rails/generators/rails/app/templates/test/performance/browsing_test.rb +12 -0
  370. data/lib/rails/generators/rails/app/templates/test/test_helper.rb +15 -0
  371. data/lib/rails/generators/rails/app/templates/test/unit/.empty_directory +0 -0
  372. data/lib/rails/generators/rails/assets/USAGE +20 -0
  373. data/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
  374. data/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
  375. data/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
  376. data/lib/rails/generators/rails/controller/USAGE +18 -0
  377. data/lib/rails/generators/rails/controller/controller_generator.rb +20 -0
  378. data/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
  379. data/lib/rails/generators/rails/generator/USAGE +12 -0
  380. data/lib/rails/generators/rails/generator/generator_generator.rb +25 -0
  381. data/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
  382. data/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
  383. data/lib/rails/generators/rails/generator/templates/templates/.empty_directory +0 -0
  384. data/lib/rails/generators/rails/helper/USAGE +17 -0
  385. data/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
  386. data/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
  387. data/lib/rails/generators/rails/integration_test/USAGE +10 -0
  388. data/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
  389. data/lib/rails/generators/rails/migration/USAGE +29 -0
  390. data/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
  391. data/lib/rails/generators/rails/model/USAGE +45 -0
  392. data/lib/rails/generators/rails/model/model_generator.rb +8 -0
  393. data/lib/rails/generators/rails/observer/USAGE +12 -0
  394. data/lib/rails/generators/rails/observer/observer_generator.rb +7 -0
  395. data/lib/rails/generators/rails/performance_test/USAGE +10 -0
  396. data/lib/rails/generators/rails/performance_test/performance_test_generator.rb +7 -0
  397. data/lib/rails/generators/rails/plugin_new/USAGE +10 -0
  398. data/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb +318 -0
  399. data/lib/rails/generators/rails/plugin_new/templates/%name%.gemspec +29 -0
  400. data/lib/rails/generators/rails/plugin_new/templates/Gemfile +23 -0
  401. data/lib/rails/generators/rails/plugin_new/templates/MIT-LICENSE +20 -0
  402. data/lib/rails/generators/rails/plugin_new/templates/README.rdoc +3 -0
  403. data/lib/rails/generators/rails/plugin_new/templates/Rakefile +31 -0
  404. data/lib/rails/generators/rails/plugin_new/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
  405. data/lib/rails/generators/rails/plugin_new/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
  406. data/lib/rails/generators/rails/plugin_new/templates/app/mailers/.empty_directory +0 -0
  407. data/lib/rails/generators/rails/plugin_new/templates/app/models/.empty_directory +0 -0
  408. data/lib/rails/generators/rails/plugin_new/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
  409. data/lib/rails/generators/rails/plugin_new/templates/config/routes.rb +6 -0
  410. data/lib/rails/generators/rails/plugin_new/templates/gitignore +7 -0
  411. data/lib/rails/generators/rails/plugin_new/templates/lib/%name%/engine.rb +7 -0
  412. data/lib/rails/generators/rails/plugin_new/templates/lib/%name%/version.rb +3 -0
  413. data/lib/rails/generators/rails/plugin_new/templates/lib/%name%.rb +6 -0
  414. data/lib/rails/generators/rails/plugin_new/templates/lib/tasks/%name%_tasks.rake +4 -0
  415. data/lib/rails/generators/rails/plugin_new/templates/rails/application.rb +18 -0
  416. data/lib/rails/generators/rails/plugin_new/templates/rails/boot.rb +10 -0
  417. data/lib/rails/generators/rails/plugin_new/templates/rails/routes.rb +4 -0
  418. data/lib/rails/generators/rails/plugin_new/templates/script/rails.tt +7 -0
  419. data/lib/rails/generators/rails/plugin_new/templates/test/%name%_test.rb +7 -0
  420. data/lib/rails/generators/rails/plugin_new/templates/test/integration/navigation_test.rb +12 -0
  421. data/lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb +15 -0
  422. data/lib/rails/generators/rails/resource/USAGE +23 -0
  423. data/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
  424. data/lib/rails/generators/rails/resource_route/resource_route_generator.rb +50 -0
  425. data/lib/rails/generators/rails/scaffold/USAGE +35 -0
  426. data/lib/rails/generators/rails/scaffold/scaffold_generator.rb +23 -0
  427. data/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
  428. data/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
  429. data/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +25 -0
  430. data/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +89 -0
  431. data/lib/rails/generators/rails/session_migration/USAGE +8 -0
  432. data/lib/rails/generators/rails/session_migration/session_migration_generator.rb +8 -0
  433. data/lib/rails/generators/rails/task/USAGE +9 -0
  434. data/lib/rails/generators/rails/task/task_generator.rb +12 -0
  435. data/lib/rails/generators/rails/task/templates/task.rb +8 -0
  436. data/lib/rails/generators/resource_helpers.rb +80 -0
  437. data/lib/rails/generators/test_case.rb +247 -0
  438. data/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
  439. data/lib/rails/generators/test_unit/controller/templates/functional_test.rb +19 -0
  440. data/lib/rails/generators/test_unit/helper/helper_generator.rb +13 -0
  441. data/lib/rails/generators/test_unit/helper/templates/helper_test.rb +6 -0
  442. data/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
  443. data/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
  444. data/lib/rails/generators/test_unit/mailer/mailer_generator.rb +14 -0
  445. data/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
  446. data/lib/rails/generators/test_unit/model/model_generator.rb +24 -0
  447. data/lib/rails/generators/test_unit/model/templates/fixtures.yml +23 -0
  448. data/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
  449. data/lib/rails/generators/test_unit/observer/observer_generator.rb +13 -0
  450. data/lib/rails/generators/test_unit/observer/templates/unit_test.rb +9 -0
  451. data/lib/rails/generators/test_unit/performance/performance_generator.rb +13 -0
  452. data/lib/rails/generators/test_unit/performance/templates/performance_test.rb +12 -0
  453. data/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
  454. data/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
  455. data/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +3 -0
  456. data/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +38 -0
  457. data/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +51 -0
  458. data/lib/rails/generators/test_unit.rb +8 -0
  459. data/lib/rails/generators.rb +339 -0
  460. data/lib/rails/info.rb +116 -0
  461. data/lib/rails/info_controller.rb +15 -0
  462. data/lib/rails/initializable.rb +89 -0
  463. data/lib/rails/paths.rb +211 -0
  464. data/lib/rails/performance_test_help.rb +3 -0
  465. data/lib/rails/plugin.rb +92 -0
  466. data/lib/rails/rack/debugger.rb +24 -0
  467. data/lib/rails/rack/log_tailer.rb +34 -0
  468. data/lib/rails/rack/logger.rb +60 -0
  469. data/lib/rails/rack.rb +7 -0
  470. data/lib/rails/railtie/configurable.rb +35 -0
  471. data/lib/rails/railtie/configuration.rb +90 -0
  472. data/lib/rails/railtie.rb +202 -0
  473. data/lib/rails/ruby_version_check.rb +23 -0
  474. data/lib/rails/rubyprof_ext.rb +35 -0
  475. data/lib/rails/script_rails_loader.rb +29 -0
  476. data/lib/rails/source_annotation_extractor.rb +104 -0
  477. data/lib/rails/tasks/annotations.rake +20 -0
  478. data/lib/rails/tasks/documentation.rake +155 -0
  479. data/lib/rails/tasks/engine.rake +72 -0
  480. data/lib/rails/tasks/framework.rake +76 -0
  481. data/lib/rails/tasks/log.rake +9 -0
  482. data/lib/rails/tasks/middleware.rake +7 -0
  483. data/lib/rails/tasks/misc.rake +67 -0
  484. data/lib/rails/tasks/routes.rake +9 -0
  485. data/lib/rails/tasks/statistics.rake +16 -0
  486. data/lib/rails/tasks/tmp.rake +37 -0
  487. data/lib/rails/tasks.rb +16 -0
  488. data/lib/rails/test_help.rb +56 -0
  489. data/lib/rails/test_unit/railtie.rb +15 -0
  490. data/lib/rails/test_unit/sub_test_task.rb +8 -0
  491. data/lib/rails/test_unit/testing.rake +146 -0
  492. data/lib/rails/version.rb +10 -0
  493. data/lib/rails.rb +126 -0
  494. metadata +609 -0
@@ -0,0 +1,714 @@
1
+ h2. Debugging Rails Applications
2
+
3
+ This guide introduces techniques for debugging Ruby on Rails applications. By referring to this guide, you will be able to:
4
+
5
+ * Understand the purpose of debugging
6
+ * Track down problems and issues in your application that your tests aren't identifying
7
+ * Learn the different ways of debugging
8
+ * Analyze the stack trace
9
+
10
+ endprologue.
11
+
12
+ h3. View Helpers for Debugging
13
+
14
+ One common task is to inspect the contents of a variable. In Rails, you can do this with three methods:
15
+
16
+ * +debug+
17
+ * +to_yaml+
18
+ * +inspect+
19
+
20
+ h4. +debug+
21
+
22
+ The +debug+ helper will return a <pre>-tag that renders the object using the YAML format. This will generate human-readable data from any object. For example, if you have this code in a view:
23
+
24
+ <html>
25
+ <%= debug @post %>
26
+ <p>
27
+ <b>Title:</b>
28
+ <%=h @post.title %>
29
+ </p>
30
+ </html>
31
+
32
+ You'll see something like this:
33
+
34
+ <yaml>
35
+ --- !ruby/object:Post
36
+ attributes:
37
+ updated_at: 2008-09-05 22:55:47
38
+ body: It's a very helpful guide for debugging your Rails app.
39
+ title: Rails debugging guide
40
+ published: t
41
+ id: "1"
42
+ created_at: 2008-09-05 22:55:47
43
+ attributes_cache: {}
44
+
45
+
46
+ Title: Rails debugging guide
47
+ </yaml>
48
+
49
+ h4. +to_yaml+
50
+
51
+ Displaying an instance variable, or any other object or method, in YAML format can be achieved this way:
52
+
53
+ <html>
54
+ <%= simple_format @post.to_yaml %>
55
+ <p>
56
+ <b>Title:</b>
57
+ <%=h @post.title %>
58
+ </p>
59
+ </html>
60
+
61
+ The +to_yaml+ method converts the method to YAML format leaving it more readable, and then the +simple_format+ helper is used to render each line as in the console. This is how +debug+ method does its magic.
62
+
63
+ As a result of this, you will have something like this in your view:
64
+
65
+ <yaml>
66
+ --- !ruby/object:Post
67
+ attributes:
68
+ updated_at: 2008-09-05 22:55:47
69
+ body: It's a very helpful guide for debugging your Rails app.
70
+ title: Rails debugging guide
71
+ published: t
72
+ id: "1"
73
+ created_at: 2008-09-05 22:55:47
74
+ attributes_cache: {}
75
+
76
+ Title: Rails debugging guide
77
+ </yaml>
78
+
79
+ h4. +inspect+
80
+
81
+ Another useful method for displaying object values is +inspect+, especially when working with arrays or hashes. This will print the object value as a string. For example:
82
+
83
+ <html>
84
+ <%= [1, 2, 3, 4, 5].inspect %>
85
+ <p>
86
+ <b>Title:</b>
87
+ <%=h @post.title %>
88
+ </p>
89
+ </html>
90
+
91
+ Will be rendered as follows:
92
+
93
+ <pre>
94
+ [1, 2, 3, 4, 5]
95
+
96
+ Title: Rails debugging guide
97
+ </pre>
98
+
99
+ h3. The Logger
100
+
101
+ It can also be useful to save information to log files at runtime. Rails maintains a separate log file for each runtime environment.
102
+
103
+ h4. What is the Logger?
104
+
105
+ Rails makes use of Ruby's standard +logger+ to write log information. You can also substitute another logger such as +Log4r+ if you wish.
106
+
107
+ You can specify an alternative logger in your +environment.rb+ or any environment file:
108
+
109
+ <ruby>
110
+ Rails.logger = Logger.new(STDOUT)
111
+ Rails.logger = Log4r::Logger.new("Application Log")
112
+ </ruby>
113
+
114
+ Or in the +Initializer+ section, add _any_ of the following
115
+
116
+ <ruby>
117
+ config.logger = Logger.new(STDOUT)
118
+ config.logger = Log4r::Logger.new("Application Log")
119
+ </ruby>
120
+
121
+ TIP: By default, each log is created under +Rails.root/log/+ and the log file name is +environment_name.log+.
122
+
123
+ h4. Log Levels
124
+
125
+ When something is logged it's printed into the corresponding log if the log level of the message is equal or higher than the configured log level. If you want to know the current log level you can call the +Rails.logger.level+ method.
126
+
127
+ The available log levels are: +:debug+, +:info+, +:warn+, +:error+, and +:fatal+, corresponding to the log level numbers from 0 up to 4 respectively. To change the default log level, use
128
+
129
+ <ruby>
130
+ config.log_level = :warn # In any environment initializer, or
131
+ Rails.logger.level = 0 # at any time
132
+ </ruby>
133
+
134
+ This is useful when you want to log under development or staging, but you don't want to flood your production log with unnecessary information.
135
+
136
+ TIP: The default Rails log level is +info+ in production mode and +debug+ in development and test mode.
137
+
138
+ h4. Sending Messages
139
+
140
+ To write in the current log use the +logger.(debug|info|warn|error|fatal)+ method from within a controller, model or mailer:
141
+
142
+ <ruby>
143
+ logger.debug "Person attributes hash: #{@person.attributes.inspect}"
144
+ logger.info "Processing the request..."
145
+ logger.fatal "Terminating application, raised unrecoverable error!!!"
146
+ </ruby>
147
+
148
+ Here's an example of a method instrumented with extra logging:
149
+
150
+ <ruby>
151
+ class PostsController < ApplicationController
152
+ # ...
153
+
154
+ def create
155
+ @post = Post.new(params[:post])
156
+ logger.debug "New post: #{@post.attributes.inspect}"
157
+ logger.debug "Post should be valid: #{@post.valid?}"
158
+
159
+ if @post.save
160
+ flash[:notice] = 'Post was successfully created.'
161
+ logger.debug "The post was saved and now the user is going to be redirected..."
162
+ redirect_to(@post)
163
+ else
164
+ render :action => "new"
165
+ end
166
+ end
167
+
168
+ # ...
169
+ end
170
+ </ruby>
171
+
172
+ Here's an example of the log generated by this method:
173
+
174
+ <shell>
175
+ Processing PostsController#create (for 127.0.0.1 at 2008-09-08 11:52:54) [POST]
176
+ Session ID: BAh7BzoMY3NyZl9pZCIlMDY5MWU1M2I1ZDRjODBlMzkyMWI1OTg2NWQyNzViZjYiCmZsYXNoSUM6J0FjdGl
177
+ vbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA=--b18cd92fba90eacf8137e5f6b3b06c4d724596a4
178
+ Parameters: {"commit"=>"Create", "post"=>{"title"=>"Debugging Rails",
179
+ "body"=>"I'm learning how to print in logs!!!", "published"=>"0"},
180
+ "authenticity_token"=>"2059c1286e93402e389127b1153204e0d1e275dd", "action"=>"create", "controller"=>"posts"}
181
+ New post: {"updated_at"=>nil, "title"=>"Debugging Rails", "body"=>"I'm learning how to print in logs!!!",
182
+ "published"=>false, "created_at"=>nil}
183
+ Post should be valid: true
184
+ Post Create (0.000443) INSERT INTO "posts" ("updated_at", "title", "body", "published",
185
+ "created_at") VALUES('2008-09-08 14:52:54', 'Debugging Rails',
186
+ 'I''m learning how to print in logs!!!', 'f', '2008-09-08 14:52:54')
187
+ The post was saved and now the user is going to be redirected...
188
+ Redirected to #<Post:0x20af760>
189
+ Completed in 0.01224 (81 reqs/sec) | DB: 0.00044 (3%) | 302 Found [http://localhost/posts]
190
+ </shell>
191
+
192
+ Adding extra logging like this makes it easy to search for unexpected or unusual behavior in your logs. If you add extra logging, be sure to make sensible use of log levels, to avoid filling your production logs with useless trivia.
193
+
194
+ h3. Debugging with +ruby-debug+
195
+
196
+ When your code is behaving in unexpected ways, you can try printing to logs or the console to diagnose the problem. Unfortunately, there are times when this sort of error tracking is not effective in finding the root cause of a problem. When you actually need to journey into your running source code, the debugger is your best companion.
197
+
198
+ The debugger can also help you if you want to learn about the Rails source code but don't know where to start. Just debug any request to your application and use this guide to learn how to move from the code you have written deeper into Rails code.
199
+
200
+ h4. Setup
201
+
202
+ The debugger used by Rails, +ruby-debug+, comes as a gem. To install it, just run:
203
+
204
+ <shell>
205
+ $ sudo gem install ruby-debug
206
+ </shell>
207
+
208
+ TIP: If you are using Ruby 1.9, you can install a compatible version of +debugger+ by running +sudo gem install debugger+
209
+
210
+ In case you want to download a particular version or get the source code, refer to the "project's page on rubyforge":http://rubyforge.org/projects/ruby-debug/.
211
+
212
+ Rails has had built-in support for ruby-debug since Rails 2.0. Inside any Rails application you can invoke the debugger by calling the +debugger+ method.
213
+
214
+ Here's an example:
215
+
216
+ <ruby>
217
+ class PeopleController < ApplicationController
218
+ def new
219
+ debugger
220
+ @person = Person.new
221
+ end
222
+ end
223
+ </ruby>
224
+
225
+ If you see the message in the console or logs:
226
+
227
+ <shell>
228
+ ***** Debugger requested, but was not available: Start server with --debugger to enable *****
229
+ </shell>
230
+
231
+ Make sure you have started your web server with the option +--debugger+:
232
+
233
+ <shell>
234
+ $ rails server --debugger
235
+ => Booting WEBrick
236
+ => Rails 3.0.0 application starting on http://0.0.0.0:3000
237
+ => Debugger enabled
238
+ ...
239
+ </shell>
240
+
241
+ TIP: In development mode, you can dynamically +require \'ruby-debug\'+ instead of restarting the server, if it was started without +--debugger+.
242
+
243
+ h4. The Shell
244
+
245
+ As soon as your application calls the +debugger+ method, the debugger will be started in a debugger shell inside the terminal window where you launched your application server, and you will be placed at ruby-debug's prompt +(rdb:n)+. The _n_ is the thread number. The prompt will also show you the next line of code that is waiting to run.
246
+
247
+ If you got there by a browser request, the browser tab containing the request will be hung until the debugger has finished and the trace has finished processing the entire request.
248
+
249
+ For example:
250
+
251
+ <shell>
252
+ @posts = Post.all
253
+ (rdb:7)
254
+ </shell>
255
+
256
+ Now it's time to explore and dig into your application. A good place to start is by asking the debugger for help... so type: +help+ (You didn't see that coming, right?)
257
+
258
+ <shell>
259
+ (rdb:7) help
260
+ ruby-debug help v0.10.2
261
+ Type 'help <command-name>' for help on a specific command
262
+
263
+ Available commands:
264
+ backtrace delete enable help next quit show trace
265
+ break disable eval info p reload source undisplay
266
+ catch display exit irb pp restart step up
267
+ condition down finish list ps save thread var
268
+ continue edit frame method putl set tmate where
269
+ </shell>
270
+
271
+ TIP: To view the help menu for any command use +help &lt;command-name&gt;+ in active debug mode. For example: _+help var+_
272
+
273
+ The next command to learn is one of the most useful: +list+. You can also abbreviate ruby-debug commands by supplying just enough letters to distinguish them from other commands, so you can also use +l+ for the +list+ command.
274
+
275
+ This command shows you where you are in the code by printing 10 lines centered around the current line; the current line in this particular case is line 6 and is marked by +=>+.
276
+
277
+ <shell>
278
+ (rdb:7) list
279
+ [1, 10] in /PathToProject/posts_controller.rb
280
+ 1 class PostsController < ApplicationController
281
+ 2 # GET /posts
282
+ 3 # GET /posts.json
283
+ 4 def index
284
+ 5 debugger
285
+ => 6 @posts = Post.all
286
+ 7
287
+ 8 respond_to do |format|
288
+ 9 format.html # index.html.erb
289
+ 10 format.json { render :json => @posts }
290
+ </shell>
291
+
292
+ If you repeat the +list+ command, this time using just +l+, the next ten lines of the file will be printed out.
293
+
294
+ <shell>
295
+ (rdb:7) l
296
+ [11, 20] in /PathTo/project/app/controllers/posts_controller.rb
297
+ 11 end
298
+ 12 end
299
+ 13
300
+ 14 # GET /posts/1
301
+ 15 # GET /posts/1.json
302
+ 16 def show
303
+ 17 @post = Post.find(params[:id])
304
+ 18
305
+ 19 respond_to do |format|
306
+ 20 format.html # show.html.erb
307
+ </shell>
308
+
309
+ And so on until the end of the current file. When the end of file is reached, the +list+ command will start again from the beginning of the file and continue again up to the end, treating the file as a circular buffer.
310
+
311
+ On the other hand, to see the previous ten lines you should type +list-+ (or +l-+)
312
+
313
+ <shell>
314
+ (rdb:7) l-
315
+ [1, 10] in /PathToProject/posts_controller.rb
316
+ 1 class PostsController < ApplicationController
317
+ 2 # GET /posts
318
+ 3 # GET /posts.json
319
+ 4 def index
320
+ 5 debugger
321
+ 6 @posts = Post.all
322
+ 7
323
+ 8 respond_to do |format|
324
+ 9 format.html # index.html.erb
325
+ 10 format.json { render :json => @posts }
326
+ </shell>
327
+
328
+ This way you can move inside the file, being able to see the code above and over the line you added the +debugger+.
329
+ Finally, to see where you are in the code again you can type +list=+
330
+
331
+ <shell>
332
+ (rdb:7) list=
333
+ [1, 10] in /PathToProject/posts_controller.rb
334
+ 1 class PostsController < ApplicationController
335
+ 2 # GET /posts
336
+ 3 # GET /posts.json
337
+ 4 def index
338
+ 5 debugger
339
+ => 6 @posts = Post.all
340
+ 7
341
+ 8 respond_to do |format|
342
+ 9 format.html # index.html.erb
343
+ 10 format.json { render :json => @posts }
344
+ </shell>
345
+
346
+ h4. The Context
347
+
348
+ When you start debugging your application, you will be placed in different contexts as you go through the different parts of the stack.
349
+
350
+ ruby-debug creates a context when a stopping point or an event is reached. The context has information about the suspended program which enables a debugger to inspect the frame stack, evaluate variables from the perspective of the debugged program, and contains information about the place where the debugged program is stopped.
351
+
352
+ At any time you can call the +backtrace+ command (or its alias +where+) to print the backtrace of the application. This can be very helpful to know how you got where you are. If you ever wondered about how you got somewhere in your code, then +backtrace+ will supply the answer.
353
+
354
+ <shell>
355
+ (rdb:5) where
356
+ #0 PostsController.index
357
+ at line /PathTo/project/app/controllers/posts_controller.rb:6
358
+ #1 Kernel.send
359
+ at line /PathTo/project/vendor/rails/actionpack/lib/action_controller/base.rb:1175
360
+ #2 ActionController::Base.perform_action_without_filters
361
+ at line /PathTo/project/vendor/rails/actionpack/lib/action_controller/base.rb:1175
362
+ #3 ActionController::Filters::InstanceMethods.call_filters(chain#ActionController::Fil...,...)
363
+ at line /PathTo/project/vendor/rails/actionpack/lib/action_controller/filters.rb:617
364
+ ...
365
+ </shell>
366
+
367
+ You move anywhere you want in this trace (thus changing the context) by using the +frame _n_+ command, where _n_ is the specified frame number.
368
+
369
+ <shell>
370
+ (rdb:5) frame 2
371
+ #2 ActionController::Base.perform_action_without_filters
372
+ at line /PathTo/project/vendor/rails/actionpack/lib/action_controller/base.rb:1175
373
+ </shell>
374
+
375
+ The available variables are the same as if you were running the code line by line. After all, that's what debugging is.
376
+
377
+ Moving up and down the stack frame: You can use +up [n]+ (+u+ for abbreviated) and +down [n]+ commands in order to change the context _n_ frames up or down the stack respectively. _n_ defaults to one. Up in this case is towards higher-numbered stack frames, and down is towards lower-numbered stack frames.
378
+
379
+ h4. Threads
380
+
381
+ The debugger can list, stop, resume and switch between running threads by using the command +thread+ (or the abbreviated +th+). This command has a handful of options:
382
+
383
+ * +thread+ shows the current thread.
384
+ * +thread list+ is used to list all threads and their statuses. The plus + character and the number indicates the current thread of execution.
385
+ * +thread stop _n_+ stop thread _n_.
386
+ * +thread resume _n_+ resumes thread _n_.
387
+ * +thread switch _n_+ switches the current thread context to _n_.
388
+
389
+ This command is very helpful, among other occasions, when you are debugging concurrent threads and need to verify that there are no race conditions in your code.
390
+
391
+ h4. Inspecting Variables
392
+
393
+ Any expression can be evaluated in the current context. To evaluate an expression, just type it!
394
+
395
+ This example shows how you can print the instance_variables defined within the current context:
396
+
397
+ <shell>
398
+ @posts = Post.all
399
+ (rdb:11) instance_variables
400
+ ["@_response", "@action_name", "@url", "@_session", "@_cookies", "@performed_render", "@_flash", "@template", "@_params", "@before_filter_chain_aborted", "@request_origin", "@_headers", "@performed_redirect", "@_request"]
401
+ </shell>
402
+
403
+ As you may have figured out, all of the variables that you can access from a controller are displayed. This list is dynamically updated as you execute code. For example, run the next line using +next+ (you'll learn more about this command later in this guide).
404
+
405
+ <shell>
406
+ (rdb:11) next
407
+ Processing PostsController#index (for 127.0.0.1 at 2008-09-04 19:51:34) [GET]
408
+ Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--b16e91b992453a8cc201694d660147bba8b0fd0e
409
+ Parameters: {"action"=>"index", "controller"=>"posts"}
410
+ /PathToProject/posts_controller.rb:8
411
+ respond_to do |format|
412
+ </shell>
413
+
414
+ And then ask again for the instance_variables:
415
+
416
+ <shell>
417
+ (rdb:11) instance_variables.include? "@posts"
418
+ true
419
+ </shell>
420
+
421
+ Now +@posts+ is included in the instance variables, because the line defining it was executed.
422
+
423
+ TIP: You can also step into *irb* mode with the command +irb+ (of course!). This way an irb session will be started within the context you invoked it. But be warned: this is an experimental feature.
424
+
425
+ The +var+ method is the most convenient way to show variables and their values:
426
+
427
+ <shell>
428
+ var
429
+ (rdb:1) v[ar] const <object> show constants of object
430
+ (rdb:1) v[ar] g[lobal] show global variables
431
+ (rdb:1) v[ar] i[nstance] <object> show instance variables of object
432
+ (rdb:1) v[ar] l[ocal] show local variables
433
+ </shell>
434
+
435
+ This is a great way to inspect the values of the current context variables. For example:
436
+
437
+ <shell>
438
+ (rdb:9) var local
439
+ __dbg_verbose_save => false
440
+ </shell>
441
+
442
+ You can also inspect for an object method this way:
443
+
444
+ <shell>
445
+ (rdb:9) var instance Post.new
446
+ @attributes = {"updated_at"=>nil, "body"=>nil, "title"=>nil, "published"=>nil, "created_at"...
447
+ @attributes_cache = {}
448
+ @new_record = true
449
+ </shell>
450
+
451
+ TIP: The commands +p+ (print) and +pp+ (pretty print) can be used to evaluate Ruby expressions and display the value of variables to the console.
452
+
453
+ You can use also +display+ to start watching variables. This is a good way of tracking the values of a variable while the execution goes on.
454
+
455
+ <shell>
456
+ (rdb:1) display @recent_comments
457
+ 1: @recent_comments =
458
+ </shell>
459
+
460
+ The variables inside the displaying list will be printed with their values after you move in the stack. To stop displaying a variable use +undisplay _n_+ where _n_ is the variable number (1 in the last example).
461
+
462
+ h4. Step by Step
463
+
464
+ Now you should know where you are in the running trace and be able to print the available variables. But lets continue and move on with the application execution.
465
+
466
+ Use +step+ (abbreviated +s+) to continue running your program until the next logical stopping point and return control to ruby-debug.
467
+
468
+ TIP: You can also use <tt>step<plus> n</tt> and <tt>step- n</tt> to move forward or backward +n+ steps respectively.
469
+
470
+ You may also use +next+ which is similar to step, but function or method calls that appear within the line of code are executed without stopping. As with step, you may use plus sign to move _n_ steps.
471
+
472
+ The difference between +next+ and +step+ is that +step+ stops at the next line of code executed, doing just a single step, while +next+ moves to the next line without descending inside methods.
473
+
474
+ For example, consider this block of code with an included +debugger+ statement:
475
+
476
+ <ruby>
477
+ class Author < ActiveRecord::Base
478
+ has_one :editorial
479
+ has_many :comments
480
+
481
+ def find_recent_comments(limit = 10)
482
+ debugger
483
+ @recent_comments ||= comments.where("created_at > ?", 1.week.ago).limit(limit)
484
+ end
485
+ end
486
+ </ruby>
487
+
488
+ TIP: You can use ruby-debug while using +rails console+. Just remember to +require "ruby-debug"+ before calling the +debugger+ method.
489
+
490
+ <shell>
491
+ $ rails console
492
+ Loading development environment (Rails 3.1.0)
493
+ >> require "ruby-debug"
494
+ => []
495
+ >> author = Author.first
496
+ => #<Author id: 1, first_name: "Bob", last_name: "Smith", created_at: "2008-07-31 12:46:10", updated_at: "2008-07-31 12:46:10">
497
+ >> author.find_recent_comments
498
+ /PathTo/project/app/models/author.rb:11
499
+ )
500
+ </shell>
501
+
502
+ With the code stopped, take a look around:
503
+
504
+ <shell>
505
+ (rdb:1) list
506
+ [2, 9] in /PathTo/project/app/models/author.rb
507
+ 2 has_one :editorial
508
+ 3 has_many :comments
509
+ 4
510
+ 5 def find_recent_comments(limit = 10)
511
+ 6 debugger
512
+ => 7 @recent_comments ||= comments.where("created_at > ?", 1.week.ago).limit(limit)
513
+ 8 end
514
+ 9 end
515
+ </shell>
516
+
517
+ You are at the end of the line, but... was this line executed? You can inspect the instance variables.
518
+
519
+ <shell>
520
+ (rdb:1) var instance
521
+ @attributes = {"updated_at"=>"2008-07-31 12:46:10", "id"=>"1", "first_name"=>"Bob", "las...
522
+ @attributes_cache = {}
523
+ </shell>
524
+
525
+ +@recent_comments+ hasn't been defined yet, so it's clear that this line hasn't been executed yet. Use the +next+ command to move on in the code:
526
+
527
+ <shell>
528
+ (rdb:1) next
529
+ /PathTo/project/app/models/author.rb:12
530
+ @recent_comments
531
+ (rdb:1) var instance
532
+ @attributes = {"updated_at"=>"2008-07-31 12:46:10", "id"=>"1", "first_name"=>"Bob", "las...
533
+ @attributes_cache = {}
534
+ @comments = []
535
+ @recent_comments = []
536
+ </shell>
537
+
538
+ Now you can see that the +@comments+ relationship was loaded and @recent_comments defined because the line was executed.
539
+
540
+ If you want to go deeper into the stack trace you can move single +steps+, through your calling methods and into Rails code. This is one of the best ways to find bugs in your code, or perhaps in Ruby or Rails.
541
+
542
+ h4. Breakpoints
543
+
544
+ A breakpoint makes your application stop whenever a certain point in the program is reached. The debugger shell is invoked in that line.
545
+
546
+ You can add breakpoints dynamically with the command +break+ (or just +b+). There are 3 possible ways of adding breakpoints manually:
547
+
548
+ * +break line+: set breakpoint in the _line_ in the current source file.
549
+ * +break file:line [if expression]+: set breakpoint in the _line_ number inside the _file_. If an _expression_ is given it must evaluated to _true_ to fire up the debugger.
550
+ * +break class(.|\#)method [if expression]+: set breakpoint in _method_ (. and \# for class and instance method respectively) defined in _class_. The _expression_ works the same way as with file:line.
551
+
552
+ <shell>
553
+ (rdb:5) break 10
554
+ Breakpoint 1 file /PathTo/project/vendor/rails/actionpack/lib/action_controller/filters.rb, line 10
555
+ </shell>
556
+
557
+ Use +info breakpoints _n_+ or +info break _n_+ to list breakpoints. If you supply a number, it lists that breakpoint. Otherwise it lists all breakpoints.
558
+
559
+ <shell>
560
+ (rdb:5) info breakpoints
561
+ Num Enb What
562
+ 1 y at filters.rb:10
563
+ </shell>
564
+
565
+ To delete breakpoints: use the command +delete _n_+ to remove the breakpoint number _n_. If no number is specified, it deletes all breakpoints that are currently active..
566
+
567
+ <shell>
568
+ (rdb:5) delete 1
569
+ (rdb:5) info breakpoints
570
+ No breakpoints.
571
+ </shell>
572
+
573
+ You can also enable or disable breakpoints:
574
+
575
+ * +enable breakpoints+: allow a list _breakpoints_ or all of them if no list is specified, to stop your program. This is the default state when you create a breakpoint.
576
+ * +disable breakpoints+: the _breakpoints_ will have no effect on your program.
577
+
578
+ h4. Catching Exceptions
579
+
580
+ The command +catch exception-name+ (or just +cat exception-name+) can be used to intercept an exception of type _exception-name_ when there would otherwise be is no handler for it.
581
+
582
+ To list all active catchpoints use +catch+.
583
+
584
+ h4. Resuming Execution
585
+
586
+ There are two ways to resume execution of an application that is stopped in the debugger:
587
+
588
+ * +continue+ [line-specification] (or +c+): resume program execution, at the address where your script last stopped; any breakpoints set at that address are bypassed. The optional argument line-specification allows you to specify a line number to set a one-time breakpoint which is deleted when that breakpoint is reached.
589
+ * +finish+ [frame-number] (or +fin+): execute until the selected stack frame returns. If no frame number is given, the application will run until the currently selected frame returns. The currently selected frame starts out the most-recent frame or 0 if no frame positioning (e.g up, down or frame) has been performed. If a frame number is given it will run until the specified frame returns.
590
+
591
+ h4. Editing
592
+
593
+ Two commands allow you to open code from the debugger into an editor:
594
+
595
+ * +edit [file:line]+: edit _file_ using the editor specified by the EDITOR environment variable. A specific _line_ can also be given.
596
+ * +tmate _n_+ (abbreviated +tm+): open the current file in TextMate. It uses n-th frame if _n_ is specified.
597
+
598
+ h4. Quitting
599
+
600
+ To exit the debugger, use the +quit+ command (abbreviated +q+), or its alias +exit+.
601
+
602
+ A simple quit tries to terminate all threads in effect. Therefore your server will be stopped and you will have to start it again.
603
+
604
+ h4. Settings
605
+
606
+ There are some settings that can be configured in ruby-debug to make it easier to debug your code. Here are a few of the available options:
607
+
608
+ * +set reload+: Reload source code when changed.
609
+ * +set autolist+: Execute +list+ command on every breakpoint.
610
+ * +set listsize _n_+: Set number of source lines to list by default to _n_.
611
+ * +set forcestep+: Make sure the +next+ and +step+ commands always move to a new line
612
+
613
+ You can see the full list by using +help set+. Use +help set _subcommand_+ to learn about a particular +set+ command.
614
+
615
+ TIP: You can include any number of these configuration lines inside a +.rdebugrc+ file in your HOME directory. ruby-debug will read this file every time it is loaded and configure itself accordingly.
616
+
617
+ Here's a good start for an +.rdebugrc+:
618
+
619
+ <shell>
620
+ set autolist
621
+ set forcestep
622
+ set listsize 25
623
+ </shell>
624
+
625
+ h3. Debugging Memory Leaks
626
+
627
+ A Ruby application (on Rails or not), can leak memory - either in the Ruby code or at the C code level.
628
+
629
+ In this section, you will learn how to find and fix such leaks by using tools such as BleakHouse and Valgrind.
630
+
631
+ h4. BleakHouse
632
+
633
+ "BleakHouse":https://github.com/fauna/bleak_house/tree/master is a library for finding memory leaks.
634
+
635
+ If a Ruby object does not go out of scope, the Ruby Garbage Collector won't sweep it since it is referenced somewhere. Leaks like this can grow slowly and your application will consume more and more memory, gradually affecting the overall system performance. This tool will help you find leaks on the Ruby heap.
636
+
637
+ To install it run:
638
+
639
+ <shell>
640
+ $ sudo gem install bleak_house
641
+ </shell>
642
+
643
+ Then setup your application for profiling. Then add the following at the bottom of config/environment.rb:
644
+
645
+ <ruby>
646
+ require 'bleak_house' if ENV['BLEAK_HOUSE']
647
+ </ruby>
648
+
649
+ Start a server instance with BleakHouse integration:
650
+
651
+ <shell>
652
+ $ RAILS_ENV=production BLEAK_HOUSE=1 ruby-bleak-house rails server
653
+ </shell>
654
+
655
+ Make sure to run a couple hundred requests to get better data samples, then press +CTRL-C+. The server will stop and Bleak House will produce a dumpfile in +/tmp+:
656
+
657
+ <shell>
658
+ ** BleakHouse: working...
659
+ ** BleakHouse: complete
660
+ ** Bleakhouse: run 'bleak /tmp/bleak.5979.0.dump' to analyze.
661
+ </shell>
662
+
663
+ To analyze it, just run the listed command. The top 20 leakiest lines will be listed:
664
+
665
+ <shell>
666
+ 191691 total objects
667
+ Final heap size 191691 filled, 220961 free
668
+ Displaying top 20 most common line/class pairs
669
+ 89513 __null__:__null__:__node__
670
+ 41438 __null__:__null__:String
671
+ 2348 /opt/local//lib/ruby/site_ruby/1.8/rubygems/specification.rb:557:Array
672
+ 1508 /opt/local//lib/ruby/gems/1.8/specifications/gettext-1.90.0.gemspec:14:String
673
+ 1021 /opt/local//lib/ruby/gems/1.8/specifications/heel-0.2.0.gemspec:14:String
674
+ 951 /opt/local//lib/ruby/site_ruby/1.8/rubygems/version.rb:111:String
675
+ 935 /opt/local//lib/ruby/site_ruby/1.8/rubygems/specification.rb:557:String
676
+ 834 /opt/local//lib/ruby/site_ruby/1.8/rubygems/version.rb:146:Array
677
+ ...
678
+ </shell>
679
+
680
+ This way you can find where your application is leaking memory and fix it.
681
+
682
+ If "BleakHouse":https://github.com/fauna/bleak_house/tree/master doesn't report any heap growth but you still have memory growth, you might have a broken C extension, or real leak in the interpreter. In that case, try using Valgrind to investigate further.
683
+
684
+ h4. Valgrind
685
+
686
+ "Valgrind":http://valgrind.org/ is a Linux-only application for detecting C-based memory leaks and race conditions.
687
+
688
+ There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. For example, a C extension in the interpreter calls +malloc()+ but is doesn't properly call +free()+, this memory won't be available until the app terminates.
689
+
690
+ For further information on how to install Valgrind and use with Ruby, refer to "Valgrind and Ruby":http://blog.evanweaver.com/articles/2008/02/05/valgrind-and-ruby/ by Evan Weaver.
691
+
692
+ h3. Plugins for Debugging
693
+
694
+ There are some Rails plugins to help you to find errors and debug your application. Here is a list of useful plugins for debugging:
695
+
696
+ * "Footnotes":https://github.com/josevalim/rails-footnotes: Every Rails page has footnotes that give request information and link back to your source via TextMate.
697
+ * "Query Trace":https://github.com/ntalbott/query_trace/tree/master: Adds query origin tracing to your logs.
698
+ * "Query Stats":https://github.com/dan-manges/query_stats/tree/master: A Rails plugin to track database queries.
699
+ * "Query Reviewer":http://code.google.com/p/query-reviewer/: This rails plugin not only runs "EXPLAIN" before each of your select queries in development, but provides a small DIV in the rendered output of each page with the summary of warnings for each query that it analyzed.
700
+ * "Exception Notifier":https://github.com/smartinez87/exception_notification/tree/master: Provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application.
701
+ * "Exception Logger":https://github.com/defunkt/exception_logger/tree/master: Logs your Rails exceptions in the database and provides a funky web interface to manage them.
702
+
703
+ h3. References
704
+
705
+ * "ruby-debug Homepage":http://www.datanoise.com/ruby-debug
706
+ * "Article: Debugging a Rails application with ruby-debug":http://www.sitepoint.com/article/debug-rails-app-ruby-debug/
707
+ * "ruby-debug Basics screencast":http://brian.maybeyoureinsane.net/blog/2007/05/07/ruby-debug-basics-screencast/
708
+ * "Ryan Bate's ruby-debug screencast":http://railscasts.com/episodes/54-debugging-with-ruby-debug
709
+ * "Ryan Bate's stack trace screencast":http://railscasts.com/episodes/24-the-stack-trace
710
+ * "Ryan Bate's logger screencast":http://railscasts.com/episodes/56-the-logger
711
+ * "Debugging with ruby-debug":http://bashdb.sourceforge.net/ruby-debug.html
712
+ * "ruby-debug cheat sheet":http://cheat.errtheblog.com/s/rdebug/
713
+ * "Ruby on Rails Wiki: How to Configure Logging":http://wiki.rubyonrails.org/rails/pages/HowtoConfigureLogging
714
+ * "Bleak House Documentation":http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html