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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Evented notifications take priority over Timed notifications
Eric Saxby
2012-08-11
1
-0
/
+20
*
Ensure I18n format values always have precedence over defaults
Carlos Antonio da Silva
2012-08-11
2
-1
/
+7
*
Fallback to :en locale instead of handling a constant with defaults
Carlos Antonio da Silva
2012-08-11
2
-3
/
+38
*
Deprecate ActiveSupport::JSON::Variable
Erich Menge
2012-08-07
1
-0
/
+7
*
defines String#indent [closes #7263] [Xavier Noria & Ace Suares]
Xavier Noria
2012-08-07
1
-0
/
+56
*
Merge pull request #7272 from lexmag/string_inquirer
Rafael Mendonça França
2012-08-06
1
-3
/
+11
|
\
|
*
Add AS::StringInquirer#respond_to? method
Aleksey Magusev
2012-08-06
1
-3
/
+11
*
|
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+1
|
/
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
1
-2
/
+2
*
Make ActiveSupport::Inflector locale aware and multilingual
David Celis
2012-07-30
1
-1
/
+30
*
Don't test language-level exception messages
John Firebaugh
2012-07-27
1
-5
/
+1
*
Add Object#try! with the old NoMethodError raising behavior
David Heinemeier Hansson
2012-07-27
1
-1
/
+25
*
will now return nil instead of raise a NoMethodError if the receiving object...
David Heinemeier Hansson
2012-07-27
1
-4
/
+4
*
Revert "Merge pull request #7084 from LTe/logger_default_separator"
Aaron Patterson
2012-07-18
1
-13
/
+2
*
Don't use default separator
Piotr Niełacny
2012-07-18
1
-2
/
+13
*
Fix class_eval without __FILE__ and __LINE__.
kennyj
2012-07-18
1
-1
/
+1
*
remove duplicate requires of mocha.
Aaron Patterson
2012-07-03
1
-2
/
+0
*
Improve performance of DateTime#seconds_since_unix_epoch
Andrew White
2012-07-02
1
-0
/
+1
*
Make Time#change work with offsets other than UTC or local
Andrew White
2012-07-01
1
-0
/
+31
*
Fix failing test in file update checker
Carlos Antonio da Silva
2012-06-29
1
-2
/
+3
*
fix FileUpdateChecker when file has wrong mtime (from future)
abonec
2012-06-29
1
-0
/
+14
*
Ensure Array#to_sentence does not modify given hash
Carlos Antonio da Silva
2012-06-26
2
-0
/
+11
*
Get rid of the clear_i18n hack by using a different locale
Carlos Antonio da Silva
2012-06-24
1
-20
/
+10
*
Move number helper i18n related tests to AS
Carlos Antonio da Silva
2012-06-24
1
-0
/
+124
*
Adds missing inflector tests to ensure idempotency
Godfrey Chan
2012-06-21
2
-0
/
+12
*
Add prev_quarter and next_quarter method in Time/Date/DateTime
paranoiase Kang
2012-06-20
3
-0
/
+37
*
Remove extra test case.
Mike Gehard
2012-06-19
1
-7
/
+4
*
Fix lookup on HashWithIndifferentAccess for array values.
Chris Zetter
2012-06-18
1
-0
/
+7
*
make events not use date and time to determine parent_of. fixes #5932
タコ焼き仮面
2012-06-18
1
-1
/
+3
*
raise the same exception in order to keep path info
Aaron Patterson
2012-06-12
1
-0
/
+13
*
Proc always respond_to :binding
Akira Matsuda
2012-06-12
1
-43
/
+39
*
removes the obsolete require_association method from dependencies
Xavier Noria
2012-06-10
1
-4
/
+0
*
Eliminate dependency on Rails::VERSION::STRING
Andrew White
2012-06-05
2
-3
/
+21
*
add instance_accessor option to ActiveSupport::Configurable#config_accessor
Francesco Rodriguez
2012-06-05
1
-4
/
+18
*
Reduce warning messages when running Active Support tests
Andrew White
2012-05-31
1
-2
/
+3
*
Merge pull request #6554 from erichmenge/remove-json-variable
Piotr Sarnacki
2012-05-30
1
-2
/
+0
|
\
|
*
Remove deprecated ActiveSupport::JSON::Variable.
Erich Menge
2012-05-30
1
-2
/
+0
*
|
Merge pull request #6541 from tjouan/tj/activesupport-fix-tests-requiring-uns...
Rafael Mendonça França
2012-05-30
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Make File#atomic_write tests pass with umask
Thibault Jouan
2012-05-29
1
-3
/
+3
*
|
True, False, and Nil should be represented in as_json as themselves.
Erich Menge
2012-05-29
1
-0
/
+6
|
/
*
JRuby return different Array for module contents.
Arun Agrawal
2012-05-29
1
-1
/
+1
*
Merge pull request #6525 from freerange/minitest-passthrough-exceptions
José Valim
2012-05-29
1
-8
/
+50
|
\
|
*
Exceptions like Interrupt should not be rescued.
James Mead
2012-05-28
1
-8
/
+50
*
|
decoupling activesupport performance testing from actionview and adding tests
Andrew Mutz
2012-05-28
1
-0
/
+40
|
/
*
Fix handling of negative zero in number_to_currency
Jared Beck
2012-05-28
1
-0
/
+2
*
Moving NumberHelpers from ActionView to ActiveSupport
Andrew Mutz
2012-05-27
3
-0
/
+639
*
Truncate now has the ability to receive a html option that allows it to call ...
Li Ellis Gallardo
2012-05-26
1
-0
/
+4
*
Fix Range#sum optimized version
Alexey Vakhov
2012-05-25
1
-0
/
+5
*
Add missing requires for deep_dup and hash ext test
Carlos Antonio da Silva
2012-05-24
1
-0
/
+1
*
Use deep_dup in the deep_transform_keys tests.
Rafael Mendonça França
2012-05-24
1
-20
/
+98
[next]