index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
Jeremy Kemper
2013-01-08
1
-0
/
+7
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-0
/
+5
*
Move changelog entry in railties to the top
Carlos Antonio da Silva
2013-01-04
1
-3
/
+3
*
Better error message for String#to_date
Kelly Stannard
2013-01-04
1
-0
/
+8
*
Added ability to compare date/time with infinity
bUg
2013-01-04
1
-0
/
+13
*
Changelog improvements [ci skip]
Carlos Antonio da Silva
2013-01-02
1
-2
/
+2
*
missing changelog entry for #8682
Akira Matsuda
2013-01-02
1
-0
/
+4
*
Introduce assert_not to replace 'assert !foo'
Jeremy Kemper
2012-12-28
1
-0
/
+2
*
Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s...
Rafael Mendonça França
2012-12-21
1
-0
/
+9
|
\
|
*
Prevent callback from being set twice.
Dmitriy Kiriyenko
2012-12-20
1
-0
/
+9
*
|
Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...
David Heinemeier Hansson
2012-12-21
1
-1
/
+1
*
|
Make sure that ActiveSupport::Logger includes the Logger extensions from core...
David Heinemeier Hansson
2012-12-21
1
-1
/
+1
*
|
Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...
David Heinemeier Hansson
2012-12-21
1
-0
/
+4
*
|
Fix Action Mailer changelog indenation to match other changelogs
Carlos Antonio da Silva
2012-12-19
1
-3
/
+4
*
|
Remove unicode character encoding from ActiveSupport::JSON.encode
Brett Carter
2012-12-14
1
-0
/
+6
*
|
Convert changelogs to 1.9 hash style and fix some formatting [ci skip]
Carlos Antonio da Silva
2012-12-14
1
-3
/
+3
|
/
*
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-0
/
+7
*
Deprecate Date#to_time_in_current_zone
Andrew White
2012-12-11
1
-0
/
+2
*
Add String#in_time_zone method
Andrew White
2012-12-11
1
-0
/
+2
*
Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject
Francesco Rodriguez
2012-12-07
1
-0
/
+6
*
Patched Marshal#load to work with constant autoloading (active_support/depend...
Uriel Katz
2012-12-01
1
-0
/
+5
*
Make `Time.zone.parse` to work with JavaScript date strings
Andrew White
2012-12-01
1
-0
/
+2
*
Add #seconds_until_end_of_day to DateTime and Time
Olek Janiszewski
2012-11-29
1
-1
/
+10
*
Simplify String#mb_chars and stop proxying #class
Steve Klabnik
2012-11-28
1
-0
/
+2
*
Properly deprecate #pending from AS::TestCase
Carlos Antonio da Silva
2012-11-18
1
-0
/
+2
*
Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending"
Carlos Antonio da Silva
2012-11-18
1
-2
/
+0
*
Merge pull request #8219 from nikitug/threadsafe_xmlmini_with_backend
Rafael Mendonça França
2012-11-15
1
-0
/
+13
|
\
|
*
Make XmlMini.with_backend usable with threads
Nikita Afanasenko
2012-11-15
1
-0
/
+13
*
|
let remove_constant still delete Kernel#autoload constants [rounds #8213]
Xavier Noria
2012-11-15
1
-1
/
+1
|
/
*
dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213]
Xavier Noria
2012-11-15
1
-0
/
+2
*
Use new mocha version and add changelog entry for #8180
Carlos Antonio da Silva
2012-11-13
1
-0
/
+2
*
`#as_json` isolates options when encoding a hash. Closes #8182
Yves Senn
2012-11-12
1
-0
/
+5
*
Deprecate Hash#diff.
Steve Klabnik
2012-11-09
1
-0
/
+3
*
Merge pull request #7763 from route/full-capture
Carlos Antonio da Silva
2012-11-08
1
-0
/
+1
|
\
|
*
Kernel#capture replaced by version which can catch output from subprocesses
Dmitry Vorotilin
2012-11-01
1
-0
/
+1
*
|
Use `tag!` instead of `method_missing` in `to_xml` conversions.
Nikita Afanasenko
2012-11-04
1
-0
/
+4
*
|
Fixed timezone mapping of Solomon Islands.
Steve Klabnik
2012-11-01
1
-0
/
+2
|
/
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-0
/
+5
*
atomicc.rb: Don't assume we may chown/chmod a file.
Daniele Sluijters
2012-10-29
1
-0
/
+2
*
Implement replace method so key? works correctly.
David Graham
2012-10-26
1
-0
/
+2
*
add more testcases and doc about Hash#extract!
Mikhail Dieterle
2012-10-08
1
-2
/
+2
*
make Hash#extract! more symmetric with Hash#slice
Mikhail Dieterle
2012-10-08
1
-0
/
+11
*
Merge pull request #7708 from bdurand/optimize_log_subscribers
Rafael Mendonça França
2012-10-01
1
-0
/
+2
|
\
|
*
Optimize log subscribers to check if the log level is sufficient before perfo...
Brian Durand
2012-09-30
1
-0
/
+2
*
|
New CHANGELOG entries always in the top
Rafael Mendonça França
2012-10-01
1
-2
/
+2
*
|
Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.
Brian Durand
2012-09-30
1
-0
/
+2
*
|
Tests tag the Rails log with the current test class and test case
Jeremy Kemper
2012-09-26
1
-0
/
+7
*
|
Add logger.push_tags and .pop_tags to complement logger.tagged
Jeremy Kemper
2012-09-26
1
-0
/
+14
*
|
Add changelog entry and docs about class delegation using the symbol :class
Carlos Antonio da Silva
2012-09-20
1
-5
/
+24
|
/
*
Date.beginning_of_week thread local and beginning_of_week application config ...
gregolsen
2012-09-18
1
-0
/
+2
[prev]
[next]