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,1497 @@
1
+ h2. Action View Overview
2
+
3
+ In this guide you will learn:
4
+
5
+ * What Action View is, and how to use it with Rails
6
+ * How to use Action View outside of Rails
7
+ * How best to use templates, partials, and layouts
8
+ * What helpers are provided by Action View, and how to make your own
9
+ * How to use localized views
10
+
11
+ endprologue.
12
+
13
+ h3. What is Action View?
14
+
15
+ Action View and Action Controller are the two major components of Action Pack. In Rails, web requests are handled by Action Pack, which splits the work into a controller part (performing the logic) and a view part (rendering a template). Typically, Action Controller will be concerned with communicating with the database and performing CRUD actions where necessary. Action View is then responsible for compiling the response.
16
+
17
+ Action View templates are written using embedded Ruby in tags mingled with HTML. To avoid cluttering the templates with boilerplate code, a number of helper classes provide common behavior for forms, dates, and strings. It's also easy to add new helpers to your application as it evolves.
18
+
19
+ NOTE. Some features of Action View are tied to Active Record, but that doesn't mean that Action View depends on Active Record. Action View is an independent package that can be used with any sort of backend.
20
+
21
+ h3. Using Action View with Rails
22
+
23
+ For each controller there is an associated directory in the <tt>app/views</tt> directory which holds the template files that make up the views associated with that controller. These files are used to display the view that results from each controller action.
24
+
25
+ Let's take a look at what Rails does by default when creating a new resource using the scaffold generator:
26
+
27
+ <shell>
28
+ $ rails generate scaffold post
29
+ [...]
30
+ invoke scaffold_controller
31
+ create app/controllers/posts_controller.rb
32
+ invoke erb
33
+ create app/views/posts
34
+ create app/views/posts/index.html.erb
35
+ create app/views/posts/edit.html.erb
36
+ create app/views/posts/show.html.erb
37
+ create app/views/posts/new.html.erb
38
+ create app/views/posts/_form.html.erb
39
+ [...]
40
+ </shell>
41
+
42
+ There is a naming convention for views in Rails. Typically, the views share their name with the associated controller action, as you can see above.
43
+ For example, the index controller action of the <tt>posts_controller.rb</tt> will use the <tt>index.html.erb</tt> view file in the <tt>app/views/posts</tt> directory.
44
+ The complete HTML returned to the client is composed of a combination of this ERB file, a layout template that wraps it, and all the partials that the view may reference. Later on this guide you can find a more detailed documentation of each one of this three components.
45
+
46
+ h3. Using Action View outside of Rails
47
+
48
+ Action View works well with Action Record, but it can also be used with other Ruby tools. We can demonstrate this by creating a small "Rack":http://rack.rubyforge.org/ application that includes Action View functionality. This may be useful, for example, if you'd like access to Action View's helpers in a Rack application.
49
+
50
+ Let's start by ensuring that you have the Action Pack and Rack gems installed:
51
+
52
+ <shell>
53
+ $ gem install actionpack
54
+ $ gem install rack
55
+ </shell>
56
+
57
+ Now we'll create a simple "Hello World" application that uses the +titleize+ method provided by Active Support.
58
+
59
+ *hello_world.rb:*
60
+
61
+ <ruby>
62
+ require 'rubygems'
63
+ require 'active_support/core_ext/string/inflections'
64
+ require 'rack'
65
+
66
+ def hello_world(env)
67
+ [200, {"Content-Type" => "text/html"}, "hello world".titleize]
68
+ end
69
+
70
+ Rack::Handler::Mongrel.run method(:hello_world), :Port => 4567
71
+ </ruby>
72
+
73
+ We can see this all come together by starting up the application and then visiting +http://localhost:4567/+
74
+
75
+ <shell>
76
+ $ ruby hello_world.rb
77
+ </shell>
78
+
79
+ TODO needs a screenshot? I have one - not sure where to put it.
80
+
81
+ Notice how 'hello world' has been converted into 'Hello World' by the +titleize+ helper method.
82
+
83
+ Action View can also be used with "Sinatra":http://www.sinatrarb.com/ in the same way.
84
+
85
+ Let's start by ensuring that you have the Action Pack and Sinatra gems installed:
86
+
87
+ <shell>
88
+ $ gem install actionpack
89
+ $ gem install sinatra
90
+ </shell>
91
+
92
+ Now we'll create the same "Hello World" application in Sinatra.
93
+
94
+ *hello_world.rb:*
95
+
96
+ <ruby>
97
+ require 'rubygems'
98
+ require 'action_view'
99
+ require 'sinatra'
100
+
101
+ get '/' do
102
+ erb 'hello world'.titleize
103
+ end
104
+ </ruby>
105
+
106
+ Then, we can run the application:
107
+
108
+ <shell>
109
+ $ ruby hello_world.rb
110
+ </shell>
111
+
112
+ Once the application is running, you can see Sinatra and Action View working together by visiting +http://localhost:4567/+
113
+
114
+ TODO needs a screenshot? I have one - not sure where to put it.
115
+
116
+ h3. Templates, Partials and Layouts
117
+
118
+ As mentioned before, the final HTML output is a composition of three Rails elements: +Templates+, +Partials+ and +Layouts+.
119
+ Find below a brief overview of each one of them.
120
+
121
+ h4. Templates
122
+
123
+ Action View templates can be written in several ways. If the template file has a <tt>.erb</tt> extension then it uses a mixture of ERB (included in Ruby) and HTML. If the template file has a <tt>.builder</tt> extension then a fresh instance of <tt>Builder::XmlMarkup</tt> library is used.
124
+
125
+ Rails supports multiple template systems and uses a file extension to distinguish amongst them. For example, an HTML file using the ERB template system will have <tt>.html.erb</tt> as a file extension.
126
+
127
+ h5. ERB
128
+
129
+ Within an ERB template Ruby code can be included using both +<% %>+ and +<%= %>+ tags. The +<% %>+ are used to execute Ruby code that does not return anything, such as conditions, loops or blocks, and the +<%= %>+ tags are used when you want output.
130
+
131
+ Consider the following loop for names:
132
+
133
+ <erb>
134
+ <b>Names of all the people</b>
135
+ <% @people.each do |person| %>
136
+ Name: <%= person.name %><br/>
137
+ <% end %>
138
+ </erb>
139
+
140
+ The loop is setup in regular embedding tags +<% %>+ and the name is written using the output embedding tag +<%= %>+. Note that this is not just a usage suggestion, for Regular output functions like print or puts won't work with ERB templates. So this would be wrong:
141
+
142
+ <erb>
143
+ <%# WRONG %>
144
+ Hi, Mr. <% puts "Frodo" %>
145
+ </erb>
146
+
147
+ To suppress leading and trailing whitespaces, you can use +<%-+ +-%>+ interchangeably with +<%+ and +%>+.
148
+
149
+ h5. Builder
150
+
151
+ Builder templates are a more programmatic alternative to ERB. They are especially useful for generating XML content. An XmlMarkup object named +xml+ is automatically made available to templates with a <tt>.builder</tt> extension.
152
+
153
+ Here are some basic examples:
154
+
155
+ <ruby>
156
+ xml.em("emphasized")
157
+ xml.em { xml.b("emph & bold") }
158
+ xml.a("A Link", "href"=>"http://rubyonrails.org")
159
+ xml.target("name"=>"compile", "option"=>"fast")
160
+ </ruby>
161
+
162
+ will produce
163
+
164
+ <html>
165
+ <em>emphasized</em>
166
+ <em><b>emph &amp; bold</b></em>
167
+ <a href="http://rubyonrails.org">A link</a>
168
+ <target option="fast" name="compile" />
169
+ </html>
170
+
171
+ Any method with a block will be treated as an XML markup tag with nested markup in the block. For example, the following:
172
+
173
+ <ruby>
174
+ xml.div {
175
+ xml.h1(@person.name)
176
+ xml.p(@person.bio)
177
+ }
178
+ </ruby>
179
+
180
+ would produce something like:
181
+
182
+ <html>
183
+ <div>
184
+ <h1>David Heinemeier Hansson</h1>
185
+ <p>A product of Danish Design during the Winter of '79...</p>
186
+ </div>
187
+ </html>
188
+
189
+ A full-length RSS example actually used on Basecamp:
190
+
191
+ <ruby>
192
+ xml.rss("version" => "2.0", "xmlns:dc" => "http://purl.org/dc/elements/1.1/") do
193
+ xml.channel do
194
+ xml.title(@feed_title)
195
+ xml.link(@url)
196
+ xml.description "Basecamp: Recent items"
197
+ xml.language "en-us"
198
+ xml.ttl "40"
199
+
200
+ for item in @recent_items
201
+ xml.item do
202
+ xml.title(item_title(item))
203
+ xml.description(item_description(item)) if item_description(item)
204
+ xml.pubDate(item_pubDate(item))
205
+ xml.guid(@person.firm.account.url + @recent_items.url(item))
206
+ xml.link(@person.firm.account.url + @recent_items.url(item))
207
+ xml.tag!("dc:creator", item.author_name) if item_has_creator?(item)
208
+ end
209
+ end
210
+ end
211
+ end
212
+ </ruby>
213
+
214
+ h5. Template Caching
215
+
216
+ By default, Rails will compile each template to a method in order to render it. When you alter a template, Rails will check the file's modification time and recompile it in development mode.
217
+
218
+ h4. Partials
219
+
220
+ Partial templates – usually just called "partials" – are another device for breaking the rendering process into more manageable chunks. With a partial, you can move the code for rendering a particular piece of a response to its own file.
221
+
222
+ h5. Naming Partials
223
+
224
+ To render a partial as part of a view, you use the +render+ method within the view:
225
+
226
+ <ruby>
227
+ <%= render "menu" %>
228
+ </ruby>
229
+
230
+ This will render a file named +_menu.html.erb+ at that point within the view is being rendered. Note the leading underscore character: partials are named with a leading underscore to distinguish them from regular views, even though they are referred to without the underscore. This holds true even when you're pulling in a partial from another folder:
231
+
232
+ <ruby>
233
+ <%= render "shared/menu" %>
234
+ </ruby>
235
+
236
+ That code will pull in the partial from +app/views/shared/_menu.html.erb+.
237
+
238
+ h5. Using Partials to simplify Views
239
+
240
+ One way to use partials is to treat them as the equivalent of subroutines: as a way to move details out of a view so that you can grasp what's going on more easily. For example, you might have a view that looked like this:
241
+
242
+ <erb>
243
+ <%= render "shared/ad_banner" %>
244
+
245
+ <h1>Products</h1>
246
+
247
+ <p>Here are a few of our fine products:</p>
248
+ <% @products.each do |product| %>
249
+ <%= render :partial => "product", :locals => { :product => product } %>
250
+ <% end %>
251
+
252
+ <%= render "shared/footer" %>
253
+ </erb>
254
+
255
+ Here, the +_ad_banner.html.erb+ and +_footer.html.erb+ partials could contain content that is shared among many pages in your application. You don't need to see the details of these sections when you're concentrating on a particular page.
256
+
257
+ h5. The :as and :object options
258
+
259
+ By default <tt>ActionView::Partials::PartialRenderer</tt> has its object in a local variable with the same name as the template. So, given
260
+
261
+ <erb>
262
+ <%= render :partial => "product" %>
263
+ </erb>
264
+
265
+ within product we'll get <tt>@product</tt> in the local variable +product+, as if we had written:
266
+
267
+ <erb>
268
+ <%= render :partial => "product", :locals => { :product => @product } %>
269
+ </erb>
270
+
271
+ With the <tt>:as</tt> option we can specify a different name for said local variable. For example, if we wanted it to be +item+ instead of product+ we'd do:
272
+
273
+ <erb>
274
+ <%= render :partial => "product", :as => 'item' %>
275
+ </erb>
276
+
277
+ The <tt>:object</tt> option can be used to directly specify which object is rendered into the partial; useful when the template's object is elsewhere, in a different ivar or in a local variable for instance.
278
+
279
+ For example, instead of:
280
+
281
+ <erb>
282
+ <%= render :partial => "product", :locals => { :product => @item } %>
283
+ </erb>
284
+
285
+ you'd do:
286
+
287
+ <erb>
288
+ <%= render :partial => "product", :object => @item %>
289
+ </erb>
290
+
291
+ The <tt>:object</tt> and <tt>:as</tt> options can be used together.
292
+
293
+ h5. Rendering Collections
294
+
295
+ The example of partial use describes a familiar pattern where a template needs to iterate over an array and render a sub template for each of the elements. This pattern has been implemented as a single method that accepts an array and renders a partial by the same name as the elements contained within.
296
+ So the three-lined example for rendering all the products can be rewritten with a single line:
297
+
298
+ <erb>
299
+ <%= render :partial => "product", :collection => @products %>
300
+ </erb>
301
+
302
+ When a partial is called with a pluralized collection, then the individual instances of the partial have access to the member of the collection being rendered via a variable named after the partial. In this case, the partial is +_product+ , and within the +_product+ partial, you can refer to +product+ to get the instance that is being rendered.
303
+
304
+ You can use a shorthand syntax for rendering collections. Assuming @products is a collection of +Product+ instances, you can simply write the following to produce the same result:
305
+
306
+ <erb>
307
+ <%= render @products %>
308
+ </erb>
309
+
310
+ Rails determines the name of the partial to use by looking at the model name in the collection. In fact, you can even create a heterogeneous collection and render it this way, and Rails will choose the proper partial for each member of the collection.
311
+
312
+ h5. Spacer Templates
313
+
314
+ You can also specify a second partial to be rendered between instances of the main partial by using the +:spacer_template+ option:
315
+
316
+ <erb>
317
+ <%= render @products, :spacer_template => "product_ruler" %>
318
+ </erb>
319
+
320
+ Rails will render the +_product_ruler+ partial (with no data passed in to it) between each pair of +_product+ partials.
321
+
322
+ h4. Layouts
323
+
324
+ TODO...
325
+
326
+ h3. Using Templates, Partials and Layouts in "The Rails Way"
327
+
328
+ TODO...
329
+
330
+ h3. Partial Layouts
331
+
332
+ Partials can have their own layouts applied to them. These layouts are different than the ones that are specified globally for the entire action, but they work in a similar fashion.
333
+
334
+ Let's say we're displaying a post on a page where it should be wrapped in a +div+ for display purposes. First, we'll create a new +Post+:
335
+
336
+ <ruby>
337
+ Post.create(:body => 'Partial Layouts are cool!')
338
+ </ruby>
339
+
340
+ In the +show+ template, we'll render the +post+ partial wrapped in the +box+ layout:
341
+
342
+ *posts/show.html.erb*
343
+
344
+ <ruby>
345
+ <%= render :partial => 'post', :layout => 'box', :locals => {:post => @post} %>
346
+ </ruby>
347
+
348
+ The +box+ layout simply wraps the +post+ partial in a +div+:
349
+
350
+ *posts/_box.html.erb*
351
+
352
+ <ruby>
353
+ <div class='box'>
354
+ <%= yield %>
355
+ </div>
356
+ </ruby>
357
+
358
+ The +post+ partial wraps the post's +body+ in a +div+ with the +id+ of the post using the +div_for+ helper:
359
+
360
+ *posts/_post.html.erb*
361
+
362
+ <ruby>
363
+ <%= div_for(post) do %>
364
+ <p><%= post.body %></p>
365
+ <% end %>
366
+ </ruby>
367
+
368
+ This example would output the following:
369
+
370
+ <html>
371
+ <div class='box'>
372
+ <div id='post_1'>
373
+ <p>Partial Layouts are cool!</p>
374
+ </div>
375
+ </div>
376
+ </html>
377
+
378
+ Note that the partial layout has access to the local +post+ variable that was passed into the +render+ call. However, unlike application-wide layouts, partial layouts still have the underscore prefix.
379
+
380
+ You can also render a block of code within a partial layout instead of calling +yield+. For example, if we didn't have the +post+ partial, we could do this instead:
381
+
382
+ *posts/show.html.erb*
383
+
384
+ <ruby>
385
+ <% render(:layout => 'box', :locals => {:post => @post}) do %>
386
+ <%= div_for(post) do %>
387
+ <p><%= post.body %></p>
388
+ <% end %>
389
+ <% end %>
390
+ </ruby>
391
+
392
+ If we're using the same +box+ partial from above, his would produce the same output as the previous example.
393
+
394
+ h3. View Paths
395
+
396
+ TODO...
397
+
398
+ h3. Overview of all the helpers provided by Action View
399
+
400
+ The following is only a brief overview summary of the helpers available in Action View. It's recommended that you review the API Documentation, which covers all of the helpers in more detail, but this should serve as a good starting point.
401
+
402
+ h4. ActiveRecordHelper
403
+
404
+ The Active Record Helper makes it easier to create forms for records kept in instance variables. You may also want to review the "Rails Form helpers guide":form_helpers.html.
405
+
406
+ h5. error_message_on
407
+
408
+ Returns a string containing the error message attached to the method on the object if one exists.
409
+
410
+ <ruby>
411
+ error_message_on "post", "title"
412
+ </ruby>
413
+
414
+ h5. error_messages_for
415
+
416
+ Returns a string with a DIV containing all of the error messages for the objects located as instance variables by the names given.
417
+
418
+ <ruby>
419
+ error_messages_for "post"
420
+ </ruby>
421
+
422
+ h5. form
423
+
424
+ Returns a form with inputs for all attributes of the specified Active Record object. For example, let's say we have a +@post+ with attributes named +title+ of type +String+ and +body+ of type +Text+. Calling +form+ would produce a form to creating a new post with inputs for those attributes.
425
+
426
+ <ruby>
427
+ form("post")
428
+ </ruby>
429
+
430
+ <html>
431
+ <form action='/posts/create' method='post'>
432
+ <p>
433
+ <label for="post_title">Title</label><br />
434
+ <input id="post_title" name="post[title]" size="30" type="text" value="Hello World" />
435
+ </p>
436
+ <p>
437
+ <label for="post_body">Body</label><br />
438
+ <textarea cols="40" id="post_body" name="post[body]" rows="20"></textarea>
439
+ </p>
440
+ <input name="commit" type="submit" value="Create" />
441
+ </form>
442
+ </html>
443
+
444
+ Typically, +form_for+ is used instead of +form+ because it doesn't automatically include all of the model's attributes.
445
+
446
+ h5. input
447
+
448
+ Returns a default input tag for the type of object returned by the method.
449
+
450
+ For example, if +@post+ has an attribute +title+ mapped to a +String+ column that holds "Hello World":
451
+
452
+ <ruby>
453
+ input("post", "title") # =>
454
+ <input id="post_title" name="post[title]" size="30" type="text" value="Hello World" />
455
+ </ruby>
456
+
457
+ h4. RecordTagHelper
458
+
459
+ This module provides methods for generating a container tag, such as a +<div>+, for your record. This is the recommended way of creating a container for render your Active Record object, as it adds an appropriate class and id attributes to that container. You can then refer to those containers easily by following the convention, instead of having to think about which class or id attribute you should use.
460
+
461
+ h5. content_tag_for
462
+
463
+ Renders a container tag that relates to your Active Record Object.
464
+
465
+ For example, given +@post+ is the object of +Post+ class, you can do:
466
+
467
+ <ruby>
468
+ <%= content_tag_for(:tr, @post) do %>
469
+ <td><%= @post.title %></td>
470
+ <% end %>
471
+ </ruby>
472
+
473
+ This will generate this HTML output:
474
+
475
+ <html>
476
+ <tr id="post_1234" class="post">
477
+ <td>Hello World!</td>
478
+ </tr>
479
+ </html>
480
+
481
+ You can also supply HTML attributes as an additional option hash. For example:
482
+
483
+ <ruby>
484
+ <%= content_tag_for(:tr, @post, :class => "frontpage") do %>
485
+ <td><%= @post.title %></td>
486
+ <% end %>
487
+ </ruby>
488
+
489
+ Will generate this HTML output:
490
+
491
+ <html>
492
+ <tr id="post_1234" class="post frontpage">
493
+ <td>Hello World!</td>
494
+ </tr>
495
+ </html>
496
+
497
+ You can pass a collection of Active Record objects. This method will loop through your objects and create a container for each of them. For example, given +@posts+ is an array of two +Post+ objects:
498
+
499
+ <ruby>
500
+ <%= content_tag_for(:tr, @posts) do |post| %>
501
+ <td><%= post.title %></td>
502
+ <% end %>
503
+ </ruby>
504
+
505
+ Will generate this HTML output:
506
+
507
+ <html>
508
+ <tr id="post_1234" class="post">
509
+ <td>Hello World!</td>
510
+ </tr>
511
+ <tr id="post_1235" class="post">
512
+ <td>Ruby on Rails Rocks!</td>
513
+ </tr>
514
+ </html>
515
+
516
+ h5. div_for
517
+
518
+ This is actually a convenient method which calls +content_tag_for+ internally with +:div+ as the tag name. You can pass either an Active Record object or a collection of objects. For example:
519
+
520
+ <ruby>
521
+ <%= div_for(@post, :class => "frontpage") do %>
522
+ <td><%= @post.title %></td>
523
+ <% end %>
524
+ </ruby>
525
+
526
+ Will generate this HTML output:
527
+
528
+ <html>
529
+ <div id="post_1234" class="post frontpage">
530
+ <td>Hello World!</td>
531
+ </div>
532
+ </html>
533
+
534
+ h4. AssetTagHelper
535
+
536
+ This module provides methods for generating HTML that links views to assets such as images, JavaScript files, stylesheets, and feeds.
537
+
538
+ By default, Rails links to these assets on the current host in the public folder, but you can direct Rails to link to assets from a dedicated assets server by setting +ActionController::Base.asset_host+ in the application configuration, typically in +config/environments/production.rb+. For example, let's say your asset host is +assets.example.com+:
539
+
540
+ <ruby>
541
+ ActionController::Base.asset_host = "assets.example.com"
542
+ image_tag("rails.png") # => <img src="http://assets.example.com/images/rails.png" alt="Rails" />
543
+ </ruby>
544
+
545
+ h5. register_javascript_expansion
546
+
547
+ Register one or more JavaScript files to be included when symbol is passed to javascript_include_tag. This method is typically intended to be called from plugin initialization to register JavaScript files that the plugin installed in +public/javascripts+.
548
+
549
+ <ruby>
550
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :monkey => ["head", "body", "tail"]
551
+
552
+ javascript_include_tag :monkey # =>
553
+ <script type="text/javascript" src="/javascripts/head.js"></script>
554
+ <script type="text/javascript" src="/javascripts/body.js"></script>
555
+ <script type="text/javascript" src="/javascripts/tail.js"></script>
556
+ </ruby>
557
+
558
+ h5. register_stylesheet_expansion
559
+
560
+ Register one or more stylesheet files to be included when symbol is passed to +stylesheet_link_tag+. This method is typically intended to be called from plugin initialization to register stylesheet files that the plugin installed in +public/stylesheets+.
561
+
562
+ <ruby>
563
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :monkey => ["head", "body", "tail"]
564
+
565
+ stylesheet_link_tag :monkey # =>
566
+ <link href="/stylesheets/head.css" media="screen" rel="stylesheet" type="text/css" />
567
+ <link href="/stylesheets/body.css" media="screen" rel="stylesheet" type="text/css" />
568
+ <link href="/stylesheets/tail.css" media="screen" rel="stylesheet" type="text/css" />
569
+ </ruby>
570
+
571
+ h5. auto_discovery_link_tag
572
+
573
+ Returns a link tag that browsers and news readers can use to auto-detect an RSS or ATOM feed.
574
+
575
+ <ruby>
576
+ auto_discovery_link_tag(:rss, "http://www.example.com/feed.rss", {:title => "RSS Feed"}) # =>
577
+ <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.example.com/feed" />
578
+ </ruby>
579
+
580
+ h5. image_path
581
+
582
+ Computes the path to an image asset in the +public/images+ directory. Full paths from the document root will be passed through. Used internally by +image_tag+ to build the image path.
583
+
584
+ <ruby>
585
+ image_path("edit.png") # => /images/edit.png
586
+ </ruby>
587
+
588
+ h5. image_tag
589
+
590
+ Returns an html image tag for the source. The source can be a full path or a file that exists in your +public/images+ directory.
591
+
592
+ <ruby>
593
+ image_tag("icon.png") # => <img src="/images/icon.png" alt="Icon" />
594
+ </ruby>
595
+
596
+ h5. javascript_include_tag
597
+
598
+ Returns an html script tag for each of the sources provided. You can pass in the filename (+.js+ extension is optional) of JavaScript files that exist in your +public/javascripts+ directory for inclusion into the current page or you can pass the full path relative to your document root.
599
+
600
+ <ruby>
601
+ javascript_include_tag "common" # =>
602
+ <script type="text/javascript" src="/javascripts/common.js"></script>
603
+ </ruby>
604
+
605
+ If the application does not use the asset pipeline, to include the jQuery JavaScript library in your application, pass +:defaults+ as the source. When using +:defaults+, if an +application.js+ file exists in your +public/javascripts+ directory, it will be included as well.
606
+
607
+ <ruby>
608
+ javascript_include_tag :defaults
609
+ </ruby>
610
+
611
+ You can also include all JavaScript files in the +public/javascripts+ directory using +:all+ as the source.
612
+
613
+ <ruby>
614
+ javascript_include_tag :all
615
+ </ruby>
616
+
617
+ You can also cache multiple JavaScript files into one file, which requires less HTTP connections to download and can better be compressed by gzip (leading to faster transfers). Caching will only happen if +ActionController::Base.perform_caching+ is set to true (which is the case by default for the Rails production environment, but not for the development environment).
618
+
619
+ <ruby>
620
+ javascript_include_tag :all, :cache => true # =>
621
+ <script type="text/javascript" src="/javascripts/all.js"></script>
622
+ </ruby>
623
+
624
+ h5. javascript_path
625
+
626
+ Computes the path to a JavaScript asset in the +public/javascripts+ directory. If the source filename has no extension, +.js+ will be appended. Full paths from the document root will be passed through. Used internally by +javascript_include_tag+ to build the script path.
627
+
628
+ <ruby>
629
+ javascript_path "common" # => /javascripts/common.js
630
+ </ruby>
631
+
632
+ h5. stylesheet_link_tag
633
+
634
+ Returns a stylesheet link tag for the sources specified as arguments. If you don't specify an extension, +.css+ will be appended automatically.
635
+
636
+ <ruby>
637
+ stylesheet_link_tag "application" # =>
638
+ <link href="/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
639
+ </ruby>
640
+
641
+ You can also include all styles in the stylesheet directory using :all as the source:
642
+
643
+ <ruby>
644
+ stylesheet_link_tag :all
645
+ </ruby>
646
+
647
+ You can also cache multiple stylesheets into one file, which requires less HTTP connections and can better be compressed by gzip (leading to faster transfers). Caching will only happen if ActionController::Base.perform_caching is set to true (which is the case by default for the Rails production environment, but not for the development environment).
648
+
649
+ <ruby>
650
+ stylesheet_link_tag :all, :cache => true
651
+ <link href="/stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" />
652
+ </ruby>
653
+
654
+ h5. stylesheet_path
655
+
656
+ Computes the path to a stylesheet asset in the +public/stylesheets+ directory. If the source filename has no extension, .css will be appended. Full paths from the document root will be passed through. Used internally by stylesheet_link_tag to build the stylesheet path.
657
+
658
+ <ruby>
659
+ stylesheet_path "application" # => /stylesheets/application.css
660
+ </ruby>
661
+
662
+ h4. AtomFeedHelper
663
+
664
+ h5. atom_feed
665
+
666
+ This helper makes building an ATOM feed easy. Here's a full usage example:
667
+
668
+ *config/routes.rb*
669
+
670
+ <ruby>
671
+ resources :posts
672
+ </ruby>
673
+
674
+ *app/controllers/posts_controller.rb*
675
+
676
+ <ruby>
677
+ def index
678
+ @posts = Post.all
679
+
680
+ respond_to do |format|
681
+ format.html
682
+ format.atom
683
+ end
684
+ end
685
+ </ruby>
686
+
687
+ *app/views/posts/index.atom.builder*
688
+
689
+ <ruby>
690
+ atom_feed do |feed|
691
+ feed.title("Posts Index")
692
+ feed.updated((@posts.first.created_at))
693
+
694
+ @posts.each do |post|
695
+ feed.entry(post) do |entry|
696
+ entry.title(post.title)
697
+ entry.content(post.body, :type => 'html')
698
+
699
+ entry.author do |author|
700
+ author.name(post.author_name)
701
+ end
702
+ end
703
+ end
704
+ end
705
+ </ruby>
706
+
707
+ h4. BenchmarkHelper
708
+
709
+ h5. benchmark
710
+
711
+ Allows you to measure the execution time of a block in a template and records the result to the log. Wrap this block around expensive operations or possible bottlenecks to get a time reading for the operation.
712
+
713
+ <ruby>
714
+ <% benchmark "Process data files" do %>
715
+ <%= expensive_files_operation %>
716
+ <% end %>
717
+ </ruby>
718
+
719
+ This would add something like "Process data files (0.34523)" to the log, which you can then use to compare timings when optimizing your code.
720
+
721
+ h4. CacheHelper
722
+
723
+ h5. cache
724
+
725
+ A method for caching fragments of a view rather than an entire action or page. This technique is useful caching pieces like menus, lists of news topics, static HTML fragments, and so on. This method takes a block that contains the content you wish to cache. See +ActionController::Caching::Fragments+ for more information.
726
+
727
+ <ruby>
728
+ <% cache do %>
729
+ <%= render "shared/footer" %>
730
+ <% end %>
731
+ </ruby>
732
+
733
+ h4. CaptureHelper
734
+
735
+ h5. capture
736
+
737
+ The +capture+ method allows you to extract part of a template into a variable. You can then use this variable anywhere in your templates or layout.
738
+
739
+ <ruby>
740
+ <% @greeting = capture do %>
741
+ <p>Welcome! The date and time is <%= Time.now %></p>
742
+ <% end %>
743
+ </ruby>
744
+
745
+ The captured variable can then be used anywhere else.
746
+
747
+ <ruby>
748
+ <html>
749
+ <head>
750
+ <title>Welcome!</title>
751
+ </head>
752
+ <body>
753
+ <%= @greeting %>
754
+ </body>
755
+ </html>
756
+ </ruby>
757
+
758
+ h5. content_for
759
+
760
+ Calling +content_for+ stores a block of markup in an identifier for later use. You can make subsequent calls to the stored content in other templates or the layout by passing the identifier as an argument to +yield+.
761
+
762
+ For example, let's say we have a standard application layout, but also a special page that requires certain Javascript that the rest of the site doesn't need. We can use +content_for+ to include this Javascript on our special page without fattening up the rest of the site.
763
+
764
+ *app/views/layouts/application.html.erb*
765
+
766
+ <ruby>
767
+ <html>
768
+ <head>
769
+ <title>Welcome!</title>
770
+ <%= yield :special_script %>
771
+ </head>
772
+ <body>
773
+ <p>Welcome! The date and time is <%= Time.now %></p>
774
+ </body>
775
+ </html>
776
+ </ruby>
777
+
778
+ *app/views/posts/special.html.erb*
779
+
780
+ <ruby>
781
+ <p>This is a special page.</p>
782
+
783
+ <% content_for :special_script do %>
784
+ <script type="text/javascript">alert('Hello!')</script>
785
+ <% end %>
786
+ </ruby>
787
+
788
+ h4. DateHelper
789
+
790
+ h5. date_select
791
+
792
+ Returns a set of select tags (one for year, month, and day) pre-selected for accessing a specified date-based attribute.
793
+
794
+ <ruby>
795
+ date_select("post", "published_on")
796
+ </ruby>
797
+
798
+ h5. datetime_select
799
+
800
+ Returns a set of select tags (one for year, month, day, hour, and minute) pre-selected for accessing a specified datetime-based attribute.
801
+
802
+ <ruby>
803
+ datetime_select("post", "published_on")
804
+ </ruby>
805
+
806
+ h5. distance_of_time_in_words
807
+
808
+ Reports the approximate distance in time between two Time or Date objects or integers as seconds. Set +include_seconds+ to true if you want more detailed approximations.
809
+
810
+ <ruby>
811
+ distance_of_time_in_words(Time.now, Time.now + 15.seconds) # => less than a minute
812
+ distance_of_time_in_words(Time.now, Time.now + 15.seconds, true) # => less than 20 seconds
813
+ </ruby>
814
+
815
+ h5. select_date
816
+
817
+ Returns a set of html select-tags (one for year, month, and day) pre-selected with the +date+ provided.
818
+
819
+ <ruby>
820
+ # Generates a date select that defaults to the date provided (six days after today)
821
+ select_date(Time.today + 6.days)
822
+
823
+ # Generates a date select that defaults to today (no specified date)
824
+ select_date()
825
+ </ruby>
826
+
827
+ h5. select_datetime
828
+
829
+ Returns a set of html select-tags (one for year, month, day, hour, and minute) pre-selected with the +datetime+ provided.
830
+
831
+ <ruby>
832
+ # Generates a datetime select that defaults to the datetime provided (four days after today)
833
+ select_datetime(Time.now + 4.days)
834
+
835
+ # Generates a datetime select that defaults to today (no specified datetime)
836
+ select_datetime()
837
+ </ruby>
838
+
839
+ h5. select_day
840
+
841
+ Returns a select tag with options for each of the days 1 through 31 with the current day selected.
842
+
843
+ <ruby>
844
+ # Generates a select field for days that defaults to the day for the date provided
845
+ select_day(Time.today + 2.days)
846
+
847
+ # Generates a select field for days that defaults to the number given
848
+ select_day(5)
849
+ </ruby>
850
+
851
+ h5. select_hour
852
+
853
+ Returns a select tag with options for each of the hours 0 through 23 with the current hour selected.
854
+
855
+ <ruby>
856
+ # Generates a select field for minutes that defaults to the minutes for the time provided
857
+ select_minute(Time.now + 6.hours)
858
+ </ruby>
859
+
860
+ h5. select_minute
861
+
862
+ Returns a select tag with options for each of the minutes 0 through 59 with the current minute selected.
863
+
864
+ <ruby>
865
+ # Generates a select field for minutes that defaults to the minutes for the time provided.
866
+ select_minute(Time.now + 6.hours)
867
+ </ruby>
868
+
869
+ h5. select_month
870
+
871
+ Returns a select tag with options for each of the months January through December with the current month selected.
872
+
873
+ <ruby>
874
+ # Generates a select field for months that defaults to the current month
875
+ select_month(Date.today)
876
+ </ruby>
877
+
878
+ h5. select_second
879
+
880
+ Returns a select tag with options for each of the seconds 0 through 59 with the current second selected.
881
+
882
+ <ruby>
883
+ # Generates a select field for seconds that defaults to the seconds for the time provided
884
+ select_second(Time.now + 16.minutes)
885
+ </ruby>
886
+
887
+ h5. select_time
888
+
889
+ Returns a set of html select-tags (one for hour and minute).
890
+
891
+ <ruby>
892
+ # Generates a time select that defaults to the time provided
893
+ select_time(Time.now)
894
+ </ruby>
895
+
896
+ h5. select_year
897
+
898
+ Returns a select tag with options for each of the five years on each side of the current, which is selected. The five year radius can be changed using the +:start_year+ and +:end_year+ keys in the +options+.
899
+
900
+ <ruby>
901
+ # Generates a select field for five years on either side of Date.today that defaults to the current year
902
+ select_year(Date.today)
903
+
904
+ # Generates a select field from 1900 to 2009 that defaults to the current year
905
+ select_year(Date.today, :start_year => 1900, :end_year => 2009)
906
+ </ruby>
907
+
908
+ h5. time_ago_in_words
909
+
910
+ Like +distance_of_time_in_words+, but where +to_time+ is fixed to +Time.now+.
911
+
912
+ <ruby>
913
+ time_ago_in_words(3.minutes.from_now) # => 3 minutes
914
+ </ruby>
915
+
916
+ h5. time_select
917
+
918
+ Returns a set of select tags (one for hour, minute and optionally second) pre-selected for accessing a specified time-based attribute. The selects are prepared for multi-parameter assignment to an Active Record object.
919
+
920
+ <ruby>
921
+ # Creates a time select tag that, when POSTed, will be stored in the order variable in the submitted attribute
922
+ time_select("order", "submitted")
923
+ </ruby>
924
+
925
+ h4. DebugHelper
926
+
927
+ Returns a +pre+ tag that has object dumped by YAML. This creates a very readable way to inspect an object.
928
+
929
+ <ruby>
930
+ my_hash = {'first' => 1, 'second' => 'two', 'third' => [1,2,3]}
931
+ debug(my_hash)
932
+ </ruby>
933
+
934
+ <html>
935
+ <pre class='debug_dump'>---
936
+ first: 1
937
+ second: two
938
+ third:
939
+ - 1
940
+ - 2
941
+ - 3
942
+ </pre>
943
+ </html>
944
+
945
+ h4. FormHelper
946
+
947
+ Form helpers are designed to make working with models much easier compared to using just standard HTML elements by providing a set of methods for creating forms based on your models. This helper generates the HTML for forms, providing a method for each sort of input (e.g., text, password, select, and so on). When the form is submitted (i.e., when the user hits the submit button or form.submit is called via JavaScript), the form inputs will be bundled into the params object and passed back to the controller.
948
+
949
+ There are two types of form helpers: those that specifically work with model attributes and those that don't. This helper deals with those that work with model attributes; to see an example of form helpers that don't work with model attributes, check the ActionView::Helpers::FormTagHelper documentation.
950
+
951
+ The core method of this helper, form_for, gives you the ability to create a form for a model instance; for example, let's say that you have a model Person and want to create a new instance of it:
952
+
953
+ <ruby>
954
+ # Note: a @person variable will have been created in the controller (e.g. @person = Person.new)
955
+ <%= form_for @person, :url => { :action => "create" } do |f| %>
956
+ <%= f.text_field :first_name %>
957
+ <%= f.text_field :last_name %>
958
+ <%= submit_tag 'Create' %>
959
+ <% end %>
960
+ </ruby>
961
+
962
+ The HTML generated for this would be:
963
+
964
+ <html>
965
+ <form action="/persons/create" method="post">
966
+ <input id="person_first_name" name="person[first_name]" size="30" type="text" />
967
+ <input id="person_last_name" name="person[last_name]" size="30" type="text" />
968
+ <input name="commit" type="submit" value="Create" />
969
+ </form>
970
+ </html>
971
+
972
+ The params object created when this form is submitted would look like:
973
+
974
+ <ruby>
975
+ {"action"=>"create", "controller"=>"persons", "person"=>{"first_name"=>"William", "last_name"=>"Smith"}}
976
+ </ruby>
977
+
978
+ The params hash has a nested person value, which can therefore be accessed with params[:person] in the controller.
979
+
980
+ h5. check_box
981
+
982
+ Returns a checkbox tag tailored for accessing a specified attribute.
983
+
984
+ <ruby>
985
+ # Let's say that @post.validated? is 1:
986
+ check_box("post", "validated")
987
+ # => <input type="checkbox" id="post_validated" name="post[validated]" value="1" />
988
+ # <input name="post[validated]" type="hidden" value="0" />
989
+ </ruby>
990
+
991
+ h5. fields_for
992
+
993
+ Creates a scope around a specific model object like form_for, but doesn't create the form tags themselves. This makes fields_for suitable for specifying additional model objects in the same form:
994
+
995
+ <ruby>
996
+ <%= form_for @person, :url => { :action => "update" } do |person_form| %>
997
+ First name: <%= person_form.text_field :first_name %>
998
+ Last name : <%= person_form.text_field :last_name %>
999
+
1000
+ <%= fields_for @person.permission do |permission_fields| %>
1001
+ Admin? : <%= permission_fields.check_box :admin %>
1002
+ <% end %>
1003
+ <% end %>
1004
+ </ruby>
1005
+
1006
+ h5. file_field
1007
+
1008
+ Returns a file upload input tag tailored for accessing a specified attribute.
1009
+
1010
+ <ruby>
1011
+ file_field(:user, :avatar)
1012
+ # => <input type="file" id="user_avatar" name="user[avatar]" />
1013
+ </ruby>
1014
+
1015
+ h5. form_for
1016
+
1017
+ Creates a form and a scope around a specific model object that is used as a base for questioning about values for the fields.
1018
+
1019
+ <ruby>
1020
+ <%= form_for @post do |f| %>
1021
+ <%= f.label :title, 'Title' %>:
1022
+ <%= f.text_field :title %><br />
1023
+ <%= f.label :body, 'Body' %>:
1024
+ <%= f.text_area :body %><br />
1025
+ <% end %>
1026
+ </ruby>
1027
+
1028
+ h5. hidden_field
1029
+
1030
+ Returns a hidden input tag tailored for accessing a specified attribute.
1031
+
1032
+ <ruby>
1033
+ hidden_field(:user, :token)
1034
+ # => <input type="hidden" id="user_token" name="user[token]" value="#{@user.token}" />
1035
+ </ruby>
1036
+
1037
+ h5. label
1038
+
1039
+ Returns a label tag tailored for labelling an input field for a specified attribute.
1040
+
1041
+ <ruby>
1042
+ label(:post, :title)
1043
+ # => <label for="post_title">Title</label>
1044
+ </ruby>
1045
+
1046
+ h5. password_field
1047
+
1048
+ Returns an input tag of the "password" type tailored for accessing a specified attribute.
1049
+
1050
+ <ruby>
1051
+ password_field(:login, :pass)
1052
+ # => <input type="text" id="login_pass" name="login[pass]" value="#{@login.pass}" />
1053
+ </ruby>
1054
+
1055
+ h5. radio_button
1056
+
1057
+ Returns a radio button tag for accessing a specified attribute.
1058
+
1059
+ <ruby>
1060
+ # Let's say that @post.category returns "rails":
1061
+ radio_button("post", "category", "rails")
1062
+ radio_button("post", "category", "java")
1063
+ # => <input type="radio" id="post_category_rails" name="post[category]" value="rails" checked="checked" />
1064
+ # <input type="radio" id="post_category_java" name="post[category]" value="java" />
1065
+ </ruby>
1066
+
1067
+ h5. text_area
1068
+
1069
+ Returns a textarea opening and closing tag set tailored for accessing a specified attribute.
1070
+
1071
+ <ruby>
1072
+ text_area(:comment, :text, :size => "20x30")
1073
+ # => <textarea cols="20" rows="30" id="comment_text" name="comment[text]">
1074
+ # #{@comment.text}
1075
+ # </textarea>
1076
+ </ruby>
1077
+
1078
+ h5. text_field
1079
+
1080
+ Returns an input tag of the "text" type tailored for accessing a specified attribute.
1081
+
1082
+ <ruby>
1083
+ text_field(:post, :title)
1084
+ # => <input type="text" id="post_title" name="post[title]" value="#{@post.title}" />
1085
+ </ruby>
1086
+
1087
+ h4. FormOptionsHelper
1088
+
1089
+ Provides a number of methods for turning different kinds of containers into a set of option tags.
1090
+
1091
+ h5. collection_select
1092
+
1093
+ Returns +select+ and +option+ tags for the collection of existing return values of +method+ for +object+'s class.
1094
+
1095
+ Example object structure for use with this method:
1096
+
1097
+ <ruby>
1098
+ class Post < ActiveRecord::Base
1099
+ belongs_to :author
1100
+ end
1101
+
1102
+ class Author < ActiveRecord::Base
1103
+ has_many :posts
1104
+ def name_with_initial
1105
+ "#{first_name.first}. #{last_name}"
1106
+ end
1107
+ end
1108
+ </ruby>
1109
+
1110
+ Sample usage (selecting the associated Author for an instance of Post, +@post+):
1111
+
1112
+ <ruby>
1113
+ collection_select(:post, :author_id, Author.all, :id, :name_with_initial, {:prompt => true})
1114
+ </ruby>
1115
+
1116
+ If <tt>@post.author_id</tt> is 1, this would return:
1117
+
1118
+ <html>
1119
+ <select name="post[author_id]">
1120
+ <option value="">Please select</option>
1121
+ <option value="1" selected="selected">D. Heinemeier Hansson</option>
1122
+ <option value="2">D. Thomas</option>
1123
+ <option value="3">M. Clark</option>
1124
+ </select>
1125
+ </html>
1126
+
1127
+ h5. country_options_for_select
1128
+
1129
+ Returns a string of option tags for pretty much any country in the world.
1130
+
1131
+ h5. country_select
1132
+
1133
+ Return select and option tags for the given object and method, using country_options_for_select to generate the list of option tags.
1134
+
1135
+ h5. option_groups_from_collection_for_select
1136
+
1137
+ Returns a string of +option+ tags, like +options_from_collection_for_select+, but groups them by +optgroup+ tags based on the object relationships of the arguments.
1138
+
1139
+ Example object structure for use with this method:
1140
+
1141
+ <ruby>
1142
+ class Continent < ActiveRecord::Base
1143
+ has_many :countries
1144
+ # attribs: id, name
1145
+ end
1146
+
1147
+ class Country < ActiveRecord::Base
1148
+ belongs_to :continent
1149
+ # attribs: id, name, continent_id
1150
+ end
1151
+ </ruby>
1152
+
1153
+ Sample usage:
1154
+
1155
+ <ruby>
1156
+ option_groups_from_collection_for_select(@continents, :countries, :name, :id, :name, 3)
1157
+ </ruby>
1158
+
1159
+ Possible output:
1160
+
1161
+ <html>
1162
+ <optgroup label="Africa">
1163
+ <option value="1">Egypt</option>
1164
+ <option value="4">Rwanda</option>
1165
+ ...
1166
+ </optgroup>
1167
+ <optgroup label="Asia">
1168
+ <option value="3" selected="selected">China</option>
1169
+ <option value="12">India</option>
1170
+ <option value="5">Japan</option>
1171
+ ...
1172
+ </optgroup>
1173
+ </html>
1174
+
1175
+ Note: Only the +optgroup+ and +option+ tags are returned, so you still have to wrap the output in an appropriate +select+ tag.
1176
+
1177
+ h5. options_for_select
1178
+
1179
+ Accepts a container (hash, array, enumerable, your type) and returns a string of option tags.
1180
+
1181
+ <ruby>
1182
+ options_for_select([ "VISA", "MasterCard" ])
1183
+ # => <option>VISA</option> <option>MasterCard</option>
1184
+ </ruby>
1185
+
1186
+ Note: Only the +option+ tags are returned, you have to wrap this call in a regular HTML +select+ tag.
1187
+
1188
+ h5. options_from_collection_for_select
1189
+
1190
+ Returns a string of option tags that have been compiled by iterating over the +collection+ and assigning the result of a call to the +value_method+ as the option value and the +text_method+ as the option text.
1191
+
1192
+ <ruby>
1193
+ # options_from_collection_for_select(collection, value_method, text_method, selected = nil)
1194
+ </ruby>
1195
+
1196
+ For example, imagine a loop iterating over each person in @project.people to generate an input tag:
1197
+
1198
+ <ruby>
1199
+ options_from_collection_for_select(@project.people, "id", "name")
1200
+ # => <option value="#{person.id}">#{person.name}</option>
1201
+ </ruby>
1202
+
1203
+ Note: Only the +option+ tags are returned, you have to wrap this call in a regular HTML +select+ tag.
1204
+
1205
+ h5. select
1206
+
1207
+ Create a select tag and a series of contained option tags for the provided object and method.
1208
+
1209
+ Example:
1210
+
1211
+ <ruby>
1212
+ select("post", "person_id", Person.all.collect {|p| [ p.name, p.id ] }, { :include_blank => true })
1213
+ </ruby>
1214
+
1215
+ If <tt>@post.person_id</tt> is 1, this would become:
1216
+
1217
+ <html>
1218
+ <select name="post[person_id]">
1219
+ <option value=""></option>
1220
+ <option value="1" selected="selected">David</option>
1221
+ <option value="2">Sam</option>
1222
+ <option value="3">Tobias</option>
1223
+ </select>
1224
+ </html>
1225
+
1226
+ h5. time_zone_options_for_select
1227
+
1228
+ Returns a string of option tags for pretty much any time zone in the world.
1229
+
1230
+ h5. time_zone_select
1231
+
1232
+ Return select and option tags for the given object and method, using +time_zone_options_for_select+ to generate the list of option tags.
1233
+
1234
+ <ruby>
1235
+ time_zone_select( "user", "time_zone")
1236
+ </ruby>
1237
+
1238
+ h4. FormTagHelper
1239
+
1240
+ Provides a number of methods for creating form tags that doesn't rely on an Active Record object assigned to the template like FormHelper does. Instead, you provide the names and values manually.
1241
+
1242
+ h5. check_box_tag
1243
+
1244
+ Creates a check box form input tag.
1245
+
1246
+ <ruby>
1247
+ check_box_tag 'accept'
1248
+ # => <input id="accept" name="accept" type="checkbox" value="1" />
1249
+ </ruby>
1250
+
1251
+ h5. field_set_tag
1252
+
1253
+ Creates a field set for grouping HTML form elements.
1254
+
1255
+ <ruby>
1256
+ <%= field_set_tag do %>
1257
+ <p><%= text_field_tag 'name' %></p>
1258
+ <% end %>
1259
+ # => <fieldset><p><input id="name" name="name" type="text" /></p></fieldset>
1260
+ </ruby>
1261
+
1262
+ h5. file_field_tag
1263
+
1264
+ Creates a file upload field.
1265
+
1266
+ Prior to Rails 3.1, if you are using file uploads, then you will need to set the multipart option for the form tag. Rails 3.1+ does this automatically.
1267
+
1268
+ <ruby>
1269
+ <%= form_tag { :action => "post" }, { :multipart => true } do %>
1270
+ <label for="file">File to Upload</label> <%= file_field_tag "file" %>
1271
+ <%= submit_tag %>
1272
+ <% end %>
1273
+ </ruby>
1274
+
1275
+ Example output:
1276
+
1277
+ <ruby>
1278
+ file_field_tag 'attachment'
1279
+ # => <input id="attachment" name="attachment" type="file" />
1280
+ </ruby>
1281
+
1282
+ h5. form_tag
1283
+
1284
+ Starts a form tag that points the action to an url configured with +url_for_options+ just like +ActionController::Base#url_for+.
1285
+
1286
+ <ruby>
1287
+ <%= form_tag '/posts' do %>
1288
+ <div><%= submit_tag 'Save' %></div>
1289
+ <% end %>
1290
+ # => <form action="/posts" method="post"><div><input type="submit" name="submit" value="Save" /></div></form>
1291
+ </ruby>
1292
+
1293
+ h5. hidden_field_tag
1294
+
1295
+ Creates a hidden form input field used to transmit data that would be lost due to HTTP's statelessness or data that should be hidden from the user.
1296
+
1297
+ <ruby>
1298
+ hidden_field_tag 'token', 'VUBJKB23UIVI1UU1VOBVI@'
1299
+ # => <input id="token" name="token" type="hidden" value="VUBJKB23UIVI1UU1VOBVI@" />
1300
+ </ruby>
1301
+
1302
+ h5. image_submit_tag
1303
+
1304
+ Displays an image which when clicked will submit the form.
1305
+
1306
+ <ruby>
1307
+ image_submit_tag("login.png")
1308
+ # => <input src="/images/login.png" type="image" />
1309
+ </ruby>
1310
+
1311
+ h5. label_tag
1312
+
1313
+ Creates a label field.
1314
+
1315
+ <ruby>
1316
+ label_tag 'name'
1317
+ # => <label for="name">Name</label>
1318
+ </ruby>
1319
+
1320
+ h5. password_field_tag
1321
+
1322
+ Creates a password field, a masked text field that will hide the users input behind a mask character.
1323
+
1324
+ <ruby>
1325
+ password_field_tag 'pass'
1326
+ # => <input id="pass" name="pass" type="password" />
1327
+ </ruby>
1328
+
1329
+ h5. radio_button_tag
1330
+
1331
+ Creates a radio button; use groups of radio buttons named the same to allow users to select from a group of options.
1332
+
1333
+ <ruby>
1334
+ radio_button_tag 'gender', 'male'
1335
+ # => <input id="gender_male" name="gender" type="radio" value="male" />
1336
+ </ruby>
1337
+
1338
+ h5. select_tag
1339
+
1340
+ Creates a dropdown selection box.
1341
+
1342
+ <ruby>
1343
+ select_tag "people", "<option>David</option>"
1344
+ # => <select id="people" name="people"><option>David</option></select>
1345
+ </ruby>
1346
+
1347
+ h5. submit_tag
1348
+
1349
+ Creates a submit button with the text provided as the caption.
1350
+
1351
+ <ruby>
1352
+ submit_tag "Publish this post"
1353
+ # => <input name="commit" type="submit" value="Publish this post" />
1354
+ </ruby>
1355
+
1356
+ h5. text_area_tag
1357
+
1358
+ Creates a text input area; use a textarea for longer text inputs such as blog posts or descriptions.
1359
+
1360
+ <ruby>
1361
+ text_area_tag 'post'
1362
+ # => <textarea id="post" name="post"></textarea>
1363
+ </ruby>
1364
+
1365
+ h5. text_field_tag
1366
+
1367
+ Creates a standard text field; use these text fields to input smaller chunks of text like a username or a search query.
1368
+
1369
+ <ruby>
1370
+ text_field_tag 'name'
1371
+ # => <input id="name" name="name" type="text" />
1372
+ </ruby>
1373
+
1374
+ h4. JavaScriptHelper
1375
+
1376
+ Provides functionality for working with JavaScript in your views.
1377
+
1378
+ h5. button_to_function
1379
+
1380
+ Returns a button that'll trigger a JavaScript function using the onclick handler. Examples:
1381
+
1382
+ <ruby>
1383
+ button_to_function "Greeting", "alert('Hello world!')"
1384
+ button_to_function "Delete", "if (confirm('Really?')) do_delete()"
1385
+ button_to_function "Details" do |page|
1386
+ page[:details].visual_effect :toggle_slide
1387
+ end
1388
+ </ruby>
1389
+
1390
+ h5. define_javascript_functions
1391
+
1392
+ Includes the Action Pack JavaScript libraries inside a single +script+ tag.
1393
+
1394
+ h5. escape_javascript
1395
+
1396
+ Escape carrier returns and single and double quotes for JavaScript segments.
1397
+
1398
+ h5. javascript_tag
1399
+
1400
+ Returns a JavaScript tag wrapping the provided code.
1401
+
1402
+ <ruby>
1403
+ javascript_tag "alert('All is good')"
1404
+ </ruby>
1405
+
1406
+ <html>
1407
+ <script type="text/javascript">
1408
+ //<![CDATA[
1409
+ alert('All is good')
1410
+ //]]>
1411
+ </script>
1412
+ </html>
1413
+
1414
+ h5. link_to_function
1415
+
1416
+ Returns a link that will trigger a JavaScript function using the onclick handler and return false after the fact.
1417
+
1418
+ <ruby>
1419
+ link_to_function "Greeting", "alert('Hello world!')"
1420
+ # => <a onclick="alert('Hello world!'); return false;" href="#">Greeting</a>
1421
+ </ruby>
1422
+
1423
+ h4. NumberHelper
1424
+
1425
+ Provides methods for converting numbers into formatted strings. Methods are provided for phone numbers, currency, percentage, precision, positional notation, and file size.
1426
+
1427
+ h5. number_to_currency
1428
+
1429
+ Formats a number into a currency string (e.g., $13.65).
1430
+
1431
+ <ruby>
1432
+ number_to_currency(1234567890.50) # => $1,234,567,890.50
1433
+ </ruby>
1434
+
1435
+ h5. number_to_human_size
1436
+
1437
+ Formats the bytes in size into a more understandable representation; useful for reporting file sizes to users.
1438
+
1439
+ <ruby>
1440
+ number_to_human_size(1234) # => 1.2 KB
1441
+ number_to_human_size(1234567) # => 1.2 MB
1442
+ </ruby>
1443
+
1444
+ h5. number_to_percentage
1445
+
1446
+ Formats a number as a percentage string.
1447
+
1448
+ <ruby>
1449
+ number_to_percentage(100, :precision => 0) # => 100%
1450
+ </ruby>
1451
+
1452
+ h5. number_to_phone
1453
+
1454
+ Formats a number into a US phone number.
1455
+
1456
+ <ruby>
1457
+ number_to_phone(1235551234) # => 123-555-1234
1458
+ </ruby>
1459
+
1460
+ h5. number_with_delimiter
1461
+
1462
+ Formats a number with grouped thousands using a delimiter.
1463
+
1464
+ <ruby>
1465
+ number_with_delimiter(12345678) # => 12,345,678
1466
+ </ruby>
1467
+
1468
+ h5. number_with_precision
1469
+
1470
+ Formats a number with the specified level of +precision+, which defaults to 3.
1471
+
1472
+ <ruby>
1473
+ number_with_precision(111.2345) # => 111.235
1474
+ number_with_precision(111.2345, 2) # => 111.23
1475
+ </ruby>
1476
+
1477
+ h3. Localized Views
1478
+
1479
+ Action View has the ability render different templates depending on the current locale.
1480
+
1481
+ For example, suppose you have a Posts controller with a show action. By default, calling this action will render +app/views/posts/show.html.erb+. But if you set +I18n.locale = :de+, then +app/views/posts/show.de.html.erb+ will be rendered instead. If the localized template isn't present, the undecorated version will be used. This means you're not required to provide localized views for all cases, but they will be preferred and used if available.
1482
+
1483
+ You can use the same technique to localize the rescue files in your public directory. For example, setting +I18n.locale = :de+ and creating +public/500.de.html+ and +public/404.de.html+ would allow you to have localized rescue pages.
1484
+
1485
+ Since Rails doesn't restrict the symbols that you use to set I18n.locale, you can leverage this system to display different content depending on anything you like. For example, suppose you have some "expert" users that should see different pages from "normal" users. You could add the following to +app/controllers/application.rb+:
1486
+
1487
+ <ruby>
1488
+ before_filter :set_expert_locale
1489
+
1490
+ def set_expert_locale
1491
+ I18n.locale = :expert if current_user.expert?
1492
+ end
1493
+ </ruby>
1494
+
1495
+ Then you could create special views like +app/views/posts/show.expert.html.erb+ that would only be displayed to expert users.
1496
+
1497
+ You can read more about the Rails Internationalization (I18n) API "here":i18n.html.