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
*
fix typo in Active Support CHANGELOG. [ci skip]
Yves Senn
2013-07-05
1
-1
/
+1
*
remove string based terminators for `ActiveSupport::Callbacks`.
Yves Senn
2013-07-05
1
-0
/
+4
*
Remove deprecated `String#encoding_aware?`
Arun Agrawal
2013-07-03
1
-0
/
+4
*
Remove deprecated `Module#local_constant_names`
Arun Agrawal
2013-07-03
1
-0
/
+4
*
Remove deprecated `DateTime.local_offset`
Arun Agrawal
2013-07-03
1
-0
/
+4
*
Remove deprecated Logger core extensions (core_ext/logger.rb)
Carlos Antonio da Silva
2013-07-03
1
-0
/
+4
*
Merge pull request #11265 from vipulnsward/deprecated_time_methods
Yves Senn
2013-07-03
1
-0
/
+5
|
\
|
*
Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`
Vipul A M
2013-07-03
1
-0
/
+5
*
|
use American English: "favor" not "favour" [ci skip]
Yves Senn
2013-07-03
1
-1
/
+1
|
/
*
Remove deprecated Hash#diff with no replacement.
Carlos Antonio da Silva
2013-07-02
1
-0
/
+7
*
Remove deprecated `Date#to_time_in_current_zone`
Vipul A M
2013-07-02
1
-0
/
+4
*
Remove deprecated `Proc#bind` with no replacement.
Carlos Antonio da Silva
2013-07-01
1
-0
/
+4
*
Remove deprecated Array#uniq_by and Array#uniq_by!
Carlos Antonio da Silva
2013-07-01
1
-0
/
+5
*
Remove deprecated AS::BasicObject, use AS::ProxyObject instead
Carlos Antonio da Silva
2013-07-01
1
-0
/
+4
*
remove deprecated `BufferedLogger`.
Yves Senn
2013-07-01
1
-0
/
+4
*
remove deprecated `assert_present` and `assert_blank`.
Yves Senn
2013-07-01
1
-0
/
+4
*
Fix BacktraceCleaner#noise for multiple silencers.
Mark J. Titorenko
2013-06-20
1
-0
/
+7
*
Fix AS changelog [ci skip]
Carlos Antonio da Silva
2013-06-14
1
-1
/
+1
*
Add CHANGELOG entry for #10740
Rafael Mendonça França
2013-06-14
1
-0
/
+9
*
Keep sub-second resolution when wrapping a DateTime value
Andrew White
2013-06-13
1
-0
/
+6
*
Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::...
Andrew Kreiling
2013-06-09
1
-0
/
+5
*
Override Time.at to work with Time-like values
Andrew White
2013-06-08
1
-0
/
+4
*
Prevent side effects in `Hash#with_indifferent_access`.
Yves Senn
2013-05-29
1
-0
/
+6
*
Raise when multiple included blocks are defined
Mike Dillon
2013-05-16
1
-0
/
+6
*
Fix typo: require -> requires
Rafael Mendonça França
2013-05-12
1
-1
/
+1
*
Add CHANGELOG entry for #10576
Rafael Mendonça França
2013-05-12
1
-0
/
+7
*
Give credits to all the envolved people [ci skip]
Rafael Mendonça França
2013-05-10
1
-1
/
+1
*
Added escaping of U+2028 and U+2029 inside the json encoder.
Mario Caropreso
2013-05-09
1
-0
/
+6
*
add changelog entry for fix-10502-skip-object-filter
Sean Walbran
2013-05-07
1
-0
/
+5
*
Allow fetching multiple values from the cache at once
Daniel Schierbeck
2013-05-06
1
-1
/
+13
*
rails/master is now 4.1.0.beta
Rafael Mendonça França
2013-04-29
1
-509
/
+2
*
Move CHANGELOG entry to top
Rafael Mendonça França
2013-04-22
1
-4
/
+4
*
Merge pull request #10096 from benofsky/fix_skipping_object_callback_filters
Rafael Mendonça França
2013-04-21
1
-0
/
+3
|
\
|
*
Fixes skipping object callback filters
Ben McRedmond
2013-04-04
1
-0
/
+3
*
|
Extract a base class from ActiveSupport::LogSubscriber
Daniel Schierbeck
2013-04-16
1
-0
/
+6
*
|
use unified and clean formatting in CHANGELOGS. [ci skip]
Yves Senn
2013-04-12
1
-2
/
+2
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-04-11
1
-3
/
+3
|
\
\
|
*
|
Merge branch 'master' of github.com:rails/rails
Vijay Dev
2013-03-30
1
-1
/
+12
|
|
\
|
|
*
|
Revert "Using American English spellings over British style spellings"
Vijay Dev
2013-03-30
1
-3
/
+3
*
|
|
Fix markdown formatting
Agis Anastasopoulos
2013-04-06
1
-1
/
+1
*
|
|
Add option to Class#class_attribute for skipping the query method
Agis-
2013-04-06
1
-0
/
+6
*
|
|
`fast_xs` support has been removed. Use 'String#encode(xml: :attr)`.
Aaron Patterson
2013-04-05
1
-0
/
+2
*
|
|
Revert "Merge pull request #10034 from benofsky/fix_skipping_object_callback_...
Rafael Mendonça França
2013-04-04
1
-3
/
+0
*
|
|
Fixes skipping object callback filters
Ben McRedmond
2013-04-04
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-3
/
+3
|
\
|
|
*
Using American English spellings over British style spellings
Prathamesh Sonpatki
2013-03-21
1
-3
/
+3
*
|
Merge pull request #9523 from stopdropandrew/Instrumenter#instrument-yields-p...
Rafael Mendonça França
2013-03-27
1
-0
/
+6
|
\
\
|
*
|
ActiveSupport::Notifications::Instrumenter#instrument should yield
stopdropandrew
2013-03-02
1
-1
/
+6
*
|
|
`TimeWithZone` raises `NoMethodError` in proper context.
Yves Senn
2013-03-18
1
-0
/
+5
*
|
|
Revert "Merge pull request #8156 from fredwu/acronym_fix-master"
Steve Klabnik
2013-03-16
1
-5
/
+0
[next]