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
*
Fix AS tests due to builder change with nil values / empty strings
Carlos Antonio da Silva
2012-09-07
1
-2
/
+2
*
Extend HashWithIndifferentAccess#update to take an optional block
Leo Cassarani
2012-09-05
1
-0
/
+23
*
detect circular constant autoloading
Xavier Noria
2012-08-28
3
-0
/
+16
*
Merge pull request #7029 from panthomakos/date-and-time
Rafael Mendonça França
2012-08-25
4
-469
/
+215
|
\
|
*
Refactored common date and time calculations.
Pan Thomakos
2012-08-04
4
-469
/
+215
*
|
Fix ActiveSupport tests that depend on run order
Francesco Rodriguez
2012-08-23
4
-14
/
+23
*
|
Revert "Use join without default separator"
José Valim
2012-08-23
1
-0
/
+5
*
|
skip the memcache tests if the memcache server is not up
Aaron Patterson
2012-08-22
2
-48
/
+50
*
|
revises a brittle test in Active Support
Xavier Noria
2012-08-22
1
-1
/
+1
*
|
Make ActiveSupport::Autoload local
José Valim
2012-08-21
1
-11
/
+1
*
|
Add test to cover increment/decrement of non-existing key in MemCacheStore
Guillermo Iguaran
2012-08-17
1
-0
/
+2
*
|
Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...
Guillermo Iguaran
2012-08-17
2
-9
/
+9
*
|
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
|
\
\
|
|
/
|
/
|
[next]