Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9956 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Remove duplicate RJS layout exemption

Reported by: josh Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: tiny
Cc:

Description

RJS files are already excluded with this line.

  @@exempt_from_layout = Set.new([/\.rjs$/])

Attachments

removed_duplicate_rjs_exemption.diff (0.8 kB) - added by josh on 10/23/07 05:11:08.

Change History

10/23/07 05:11:08 changed by josh

  • attachment removed_duplicate_rjs_exemption.diff added.

10/23/07 05:11:19 changed by josh

  • keywords set to tiny.

10/23/07 05:54:22 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [7999]) Remove duplicate rjs layout check. Closes #9956 [Josh Peek]