mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
35b4bdcff0e697765b562a74bd881e78de97f4d1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2940 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers.
Destroy associated has_and_belongs_to_many records after all before_destroy callbacks but before destroy. This allows you to act on the habtm association as you please while preserving referential integrity. Closes #2065.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%