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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark CHANGELOGs for release
David Heinemeier Hansson
2009-02-01
1
-1
/
+1
*
TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state...
Nicholas Dainty
2009-01-11
1
-0
/
+2
*
Object#tap for Ruby < 1.8.7
Jeremy Kemper
2009-01-07
1
-0
/
+3
*
TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ...
gbuesing
2009-01-04
1
-0
/
+2
*
Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 stat...
Yaroslav Markin
2008-12-28
1
-0
/
+2
*
Add :allow_nil option to delegate [#1127 state:resolved]
Sergio Gil
2008-12-21
1
-0
/
+2
*
normalize author names in changelogs [#1495 state:committed]
Xavier Noria
2008-12-16
1
-88
/
+88
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-12-09
1
-0
/
+2
|
\
|
*
Updated included memcache-client to the 1.5.0.5 version which includes fixes ...
David Heinemeier Hansson
2008-12-09
1
-0
/
+2
*
|
Benchmark.ms
Jeremy Kemper
2008-12-09
1
-0
/
+2
|
/
*
Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Uni...
Jason Cheow
2008-12-08
1
-0
/
+2
*
Changelog entry for #1397
Jeremy Kemper
2008-12-08
1
-0
/
+2
*
Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each...
Christoffer Sawicki
2008-11-26
1
-0
/
+2
*
Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc...
Michael Koziarski
2008-11-25
1
-1
/
+1
*
Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...
Michael Koziarski
2008-11-23
1
-0
/
+2
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-0
/
+2
*
Reduced the number of literal aliases to the range that has actually seen per...
David Heinemeier Hansson
2008-11-21
1
-1
/
+1
*
Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstr...
Pratik Naik
2008-11-19
1
-0
/
+2
*
Assume that the next version is going to be 2.3 for now
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
Added Enumerable#none? to check that none of the elements match the block [#1...
Damian Janowski
2008-11-19
1
-0
/
+2
*
TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is u...
gbuesing
2008-11-18
1
-0
/
+2
*
Update bundled TZInfo to 0.3.12
gbuesing
2008-11-18
1
-0
/
+2
*
Wrong reference
David Heinemeier Hansson
2008-11-15
1
-1
/
+1
*
Added lambda merging to OptionMerger (especially useful with named_scope and ...
David Heinemeier Hansson
2008-11-15
1
-0
/
+5
*
Missing changelog for memcache-client changes
Michael Koziarski
2008-11-14
1
-0
/
+2
*
Prepare for RC2
David Heinemeier Hansson
2008-11-14
1
-7
/
+1
*
TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offs...
gbuesing
2008-11-13
1
-0
/
+2
*
TimeZone: Caracas GMT offset changed to -4:30 [#1361 state:resolved]
Phil Ross
2008-11-12
1
-0
/
+2
*
Added render :js for people who want to render inline JavaScript replies with...
David Heinemeier Hansson
2008-11-01
1
-0
/
+2
*
Fixed the option merging in Array#to_xml [#1126 state:resolved]
David Heinemeier Hansson
2008-10-31
1
-0
/
+2
*
Proper API for reloading translations
David Heinemeier Hansson
2008-10-29
1
-1
/
+1
*
Make I18n::Backend::Simple reload its translations in development mode [DHH]
David Heinemeier Hansson
2008-10-28
1
-0
/
+5
*
Update CHANGELOGs with the last few fixes, set date for today
David Heinemeier Hansson
2008-10-24
1
-1
/
+1
*
Prepare for Rails 2.2.0 [RC1]
David Heinemeier Hansson
2008-10-23
1
-1
/
+1
*
TimeWithZone#freeze: preload instance variables so that we can actually freeze
gbuesing
2008-10-19
1
-0
/
+2
*
CHANGELOG entry for the previous commit (18e7bf28655cfd9253239963256609edb9fa...
Pratik Naik
2008-10-17
1
-0
/
+2
*
Enhance testing for fractional days and weeks. Update changelog.
gbuesing
2008-10-13
1
-0
/
+2
*
Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...
Pratik Naik
2008-10-04
1
-0
/
+2
*
Changelog entry for manfred's multibyte changes
Michael Koziarski
2008-09-22
1
-0
/
+4
*
TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing
gbuesing
2008-09-14
1
-0
/
+2
*
Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...
gbuesing
2008-09-14
1
-0
/
+2
*
Fix Sri Jayawardenepura time zone to map to Asia/Colombo
Jamis Buck
2008-09-10
1
-0
/
+2
*
Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...
David Heinemeier Hansson
2008-09-10
1
-0
/
+2
*
Changed all benchmarking reports to be in milliseconds
David Heinemeier Hansson
2008-09-05
1
-0
/
+2
*
Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are...
Luca Guidi
2008-08-27
1
-0
/
+2
*
Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:...
Adrian Mugnolo
2008-07-15
1
-0
/
+6
*
Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, beca...
gbuesing
2008-07-14
1
-0
/
+2
*
Added Memoizable mixin for caching simple lazy loaded attributes
Joshua Peek
2008-07-14
1
-0
/
+2
*
Move test related core_ext stuff out of regular core ext to prevent nasty sur...
Michael Koziarski
2008-07-04
1
-0
/
+2
*
Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges]
Pratik Naik
2008-07-02
1
-0
/
+8
[next]