mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
r3241@asus: jeremy | 2005-11-20 23:26:28 -0800
Active Support is warnings-safe. References #1792. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3135 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
9a77e2f2be
commit
60091c1e2a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Active Support is warnings-safe. #1792 [Eric Hodel]
|
||||
|
||||
* Introduce enable_warnings counterpart to silence_warnings. Turn warnings on when loading a file if Dependencies.mechanism == :load. Common mistakes such as redefined methods will print warnings to stderr. [Jeremy Kemper]
|
||||
|
||||
* Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].map(&:to_s). [Marcel Molina Jr.]
|
||||
|
|
Loading…
Reference in a new issue