Changeset [a72d408112ceb40e04f0aefbd8f54c5bfb9a6ee9] by Ian White

February 7th, 2009 @ 04:19 PM

Move spec views into a better named location http://github.com/ianwhite/inher...

Committed by Ian White

  • M spec/app.rb
  • M spec/fixtures/views/a/_partial_render_parent.html.erb
  • M spec/fixtures/views/a/in_a.html.erb
  • M spec/fixtures/views/a/in_ab.html.erb
  • M spec/fixtures/views/a/in_abc.html.erb
  • M spec/fixtures/views/a/render_non_existent_partial.html.erb
  • M spec/fixtures/views/b/_partial_in_b.html.erb
  • M spec/fixtures/views/b/_partial_in_bc.html.erb
  • M spec/fixtures/views/b/_partial_render_parent.html.erb
  • M spec/fixtures/views/b/bad_render_parent.html.erb
  • M spec/fixtures/views/b/collection_in_bc.html.erb
  • M spec/fixtures/views/b/in_ab.html.erb
  • M spec/fixtures/views/b/in_abc.html.erb
  • M spec/fixtures/views/b/in_b.html.erb
  • M spec/fixtures/views/b/partial_in_b.html.erb
  • M spec/fixtures/views/b/partial_in_bc.html.erb
  • M spec/fixtures/views/b/partial_render_parent.html.erb
  • M spec/fixtures/views/b/render_parent.html.erb
  • M spec/fixtures/views/c/_partial_in_bc.html.erb
  • M spec/fixtures/views/c/_partial_render_parent.html.erb
  • M spec/fixtures/views/c/in_abc.html.erb
  • M spec/fixtures/views/c/in_c.html.erb
  • M spec/fixtures/views/c/render_parent.html.erb
  • M spec/fixtures/views/normal/partial_from_c.html.erb
  • M spec/views_for_specs/.DS_Store
  • M spec/views_for_specs/a/_partial_render_parent.html.erb
  • M spec/views_for_specs/a/in_a.html.erb
  • M spec/views_for_specs/a/in_ab.html.erb
  • M spec/views_for_specs/a/in_abc.html.erb
  • M spec/views_for_specs/a/render_non_existent_partial.html.erb
  • M spec/views_for_specs/b/_partial_in_b.html.erb
  • M spec/views_for_specs/b/_partial_in_bc.html.erb
  • M spec/views_for_specs/b/_partial_render_parent.html.erb
  • M spec/views_for_specs/b/bad_render_parent.html.erb
  • M spec/views_for_specs/b/collection_in_bc.html.erb
  • M spec/views_for_specs/b/in_ab.html.erb
  • M spec/views_for_specs/b/in_abc.html.erb
  • M spec/views_for_specs/b/in_b.html.erb
  • M spec/views_for_specs/b/partial_in_b.html.erb
  • M spec/views_for_specs/b/partial_in_bc.html.erb
  • M spec/views_for_specs/b/partial_render_parent.html.erb
  • M spec/views_for_specs/b/render_parent.html.erb
  • M spec/views_for_specs/c/_partial_in_bc.html.erb
  • M spec/views_for_specs/c/_partial_render_parent.html.erb
  • M spec/views_for_specs/c/in_abc.html.erb
  • M spec/views_for_specs/c/in_c.html.erb
  • M spec/views_for_specs/c/render_parent.html.erb
  • M spec/views_for_specs/normal/partial_from_c.html.erb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

inherit_views enables inheritance of views along a controller class heirachy