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
/
lib
/
active_support
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Proper API for reloading translations
David Heinemeier Hansson
2008-10-29
2
-1
/
+9
*
Remove reload call from vendored gem. Breaks a bunch of stuff as Dispatcher ...
Michael Koziarski
2008-10-28
1
-4
/
+0
*
A few more style changes
David Heinemeier Hansson
2008-10-28
1
-4
/
+4
*
Make I18n::Backend::Simple reload its translations in development mode [DHH]
David Heinemeier Hansson
2008-10-28
1
-2
/
+9
*
Follow style conventions
David Heinemeier Hansson
2008-10-28
1
-14
/
+14
*
Merge with docrails. Also add a rake task to generate guides in your rails ap...
Pratik Naik
2008-10-21
1
-2
/
+2
*
Bump active_support/vendor.rb tzinfo version number [#1237 state:resolved]
Geoff Garside
2008-10-20
1
-1
/
+1
*
TimeWithZone#freeze: preload instance variables so that we can actually freeze
gbuesing
2008-10-19
1
-2
/
+2
*
Bundle TzInfo version 0.3.11
gbuesing
2008-10-19
140
-201
/
+251
*
Simplified the implementation of the :prefix option.
Daniel Schierbeck
2008-10-19
1
-1
/
+1
*
Added documentation of the new :prefix option.
Daniel Schierbeck
2008-10-19
1
-0
/
+25
*
Made the :prefix option on Module#delegate accept a custom prefix.
Daniel Schierbeck
2008-10-19
1
-1
/
+1
*
Added :prefix option to Module#delegate.
Daniel Schierbeck
2008-10-19
1
-1
/
+3
*
Fix Brasilia timezone. [#1180 state:resolved]
Pratik Naik
2008-10-17
2
-1
/
+172
*
Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...
Doug Barth
2008-10-17
2
-2
/
+10
*
Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...
Doug Barth
2008-10-17
1
-0
/
+1
*
Avoid warnings by undefining the old method transliterate.
Michael Koziarski
2008-10-14
1
-0
/
+1
*
Reverse the order of the iconv arguments to remain compatible with older rubi...
Michael Koziarski
2008-10-14
1
-1
/
+1
*
Added deprecated warning messages to Float#months and Float#years deprications.
Tom Lea
2008-10-13
1
-2
/
+2
*
Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...
Tom Lea
2008-10-13
5
-10
/
+76
*
Time#advance recognizes fractional days and weeks [#970 state:resolved]
Tom Lea
2008-10-13
1
-0
/
+10
*
Made i18n simple backend able to store false values (and not confuse them wit...
Tarmo Tänav
2008-10-09
3
-3
/
+17
*
Reduce memory usage slightly in String#parameterize
Michael Koziarski
2008-10-07
1
-5
/
+9
*
Extract transliteration code to a seperate method.
Michael Koziarski
2008-10-07
1
-2
/
+17
*
Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:res...
Manfred Stienstra
2008-10-06
1
-2
/
+2
*
Fix memoize_all for methods with punctuation [#1175 state:resolved]
Eugene Pimenov
2008-10-05
1
-3
/
+7
*
Merge docrails
Pratik Naik
2008-10-05
4
-27
/
+61
*
Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...
Pratik Naik
2008-10-04
1
-20
/
+54
*
First draft of ActiveSupport::Rescuable
Norbert Crombach
2008-10-04
1
-0
/
+74
*
1.8 compatibility for random_number method on SecureRandom.
Michael Koziarski
2008-10-04
1
-2
/
+2
*
added nicer failure reporting to #assert_difference to tell you the expressio...
madlep
2008-10-03
1
-4
/
+7
*
Provide alternate implementation of Object#subclasses_of for JRuby
Nick Sieger
2008-10-03
1
-12
/
+33
*
slice now returns indifferent hash if called on one
adam
2008-09-23
1
-1
/
+1
*
Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt...
Adam Cigánek
2008-09-23
1
-5
/
+11
*
Merge branch 'patches' into multibyte
Michael Koziarski
2008-09-22
1
-1
/
+1
|
\
|
*
Bump the Version constants to align with the *next* release rather than the p...
Michael Koziarski
2008-09-22
1
-1
/
+1
*
|
Change call to String#chars in inflector to String#mb_chars.
Manfred Stienstra
2008-09-21
1
-1
/
+1
*
|
Deprecated String#chars in favor of String#mb_chars.
Manfred Stienstra
2008-09-21
1
-1
/
+4
*
|
Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF...
Manfred Stienstra
2008-09-21
1
-1
/
+1
*
|
Non-string results from forwarded methods should be returned vertabim.
Manfred Stienstra
2008-09-21
1
-2
/
+3
*
|
Improve documentation.
Manfred Stienstra
2008-09-21
4
-67
/
+74
*
|
All methods which normally return a string now return a proxy instance.
Manfred Stienstra
2008-09-21
1
-2
/
+1
*
|
Change all calls to String#chars to String#mb_chars.
Manfred Stienstra
2008-09-21
2
-15
/
+15
*
|
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
Manfred Stienstra
2008-09-21
12
-966
/
+848
|
/
*
I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...
Sven Fuchs
2008-09-20
2
-12
/
+29
*
I18n: move old-style interpolation syntax deprecation to Active Record. [#104...
Sven Fuchs
2008-09-20
1
-7
/
+0
*
Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]
Carlos Brando
2008-09-19
1
-1
/
+1
*
Ensure old buffers get properly cleared to avoid leaking memory
Duff OMelia
2008-09-18
1
-1
/
+1
*
Enhance the test "some string" method to support creating 'pending' tests.
Michael Koziarski
2008-09-16
1
-1
/
+7
*
TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing
gbuesing
2008-09-14
1
-1
/
+1
[prev]
[next]