1. 06 2月, 2014 3 次提交
  2. 05 2月, 2014 10 次提交
  3. 04 2月, 2014 11 次提交
  4. 03 2月, 2014 13 次提交
    • Y
      dd493d3b
    • Y
      some wording format changes. [ci skip] · 06dde5fb
      Yves Senn 提交于
      06dde5fb
    • Y
    • Y
      docs, revisit polymorphic associations with STI example. [ci skip] · b7c7cb1a
      Yves Senn 提交于
      This is a follow up to #13926.
      
      /cc @fxn
      b7c7cb1a
    • Y
      c46b0d10
    • Y
      `rails_guides/helpers.rb` requires `YAML` to run. · 67d4dc2b
      Yves Senn 提交于
      Resolve the following error when running `bundle exec rake guides:generate:html`:
      
      ```
      /Users/senny/.rbenv/versions/2.0.0-p353/bin/ruby rails_guides.rb
      Generating 2_2_release_notes.md as 2_2_release_notes.html
      /Users/senny/Projects/rails/guides/rails_guides/helpers.rb:17:in `documents_by_section': uninitialized constant RailsGuides::Helpers::YAML (ActionView::Template::Error)
      	from /Users/senny/Projects/rails/guides/rails_guides/helpers.rb:32:in `docs_for_menu'
      	from /Users/senny/Projects/rails/guides/source/layout.html.erb:56:in `block in ___sers_senny__rojects_rails_guides_source_layout_html_erb___3094858039481335962_70118647133480'
      	from /Users/senny/Projects/rails/guides/source/layout.html.erb:54:in `each'
      	from /Users/senny/Projects/rails/guides/source/layout.html.erb:54:in `___sers_senny__rojects_rails_guides_source_layout_html_erb___3094858039481335962_70118647133480'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/template.rb:143:in `block in render'
      	from /Users/senny/Projects/rails/activesupport/lib/active_support/notifications.rb:161:in `instrument'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/template.rb:337:in `instrument'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/template.rb:141:in `render'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/renderer/template_renderer.rb:17:in `render'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/renderer/renderer.rb:42:in `render_template'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/renderer/renderer.rb:23:in `render'
      	from /Users/senny/Projects/rails/actionview/lib/action_view/helpers/rendering_helper.rb:24:in `render'
      	from /Users/senny/Projects/rails/guides/rails_guides/markdown.rb:160:in `render_page'
      	from /Users/senny/Projects/rails/guides/rails_guides/markdown.rb:25:in `render'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:205:in `block in generate_guide'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:195:in `open'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:195:in `generate_guide'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:144:in `block in generate_guides'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:142:in `each'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:142:in `generate_guides'
      	from /Users/senny/Projects/rails/guides/rails_guides/generator.rb:97:in `generate'
      	from rails_guides.rb:63:in `<main>'
      rake aborted!
      Command failed with status (1): [/Users/senny/.rbenv/versions/2.0.0-p353/bi...]
      /Users/senny/Projects/rails/guides/Rakefile:11:in `block (3 levels) in <top (required)>'
      Tasks: TOP => guides:generate:html
      (See full trace by running task with --trace)
      ```
      67d4dc2b
    • A
      Merge pull request #13930 from calvintam/master · 9321d678
      Arun Agrawal 提交于
      Fixed minor typo [ci skip]
      9321d678
    • C
      Fixed minor typo [ci skip] · 8f0460d7
      Calvin Tam 提交于
      8f0460d7
    • Y
      Merge pull request #13926 from fredwu/doc_polymorphic_sti_var_name_typo · 7f8fbf77
      Yves Senn 提交于
      Fixes the camelCase variable name in the docs [ci skip]
      7f8fbf77
    • F
      Fixes the camelCase variable name in the docs [ci skip] · ca1121af
      Fred Wu 提交于
      ca1121af
    • K
      fix HABTM w/out primary key errors on destruction · 00ebbb79
      Kevin Casey 提交于
      00ebbb79
    • R
      Merge pull request #13924 from adomokos/adding_path_examples_to_button_to_tests · 3e6d302c
      Rafael Mendonça França 提交于
      Adding a documentation example and a test to button_to with path
      3e6d302c
    • A
      Adding an documentation example and a test to button_to with path · 4b4db54e
      Attila Domokos 提交于
      I did not see in the docs that `button_to` supports not only URLs but paths as well. I documented this functionality with a unit tests and added an example to the docs as well.
      4b4db54e
  5. 02 2月, 2014 3 次提交