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
*
Remove .rb from require sentences
José Corcuera Z
2012-09-21
1
-1
/
+1
*
Merge pull request #7613 from marcandre/delegate_to_class
Jeremy Kemper
2012-09-20
1
-0
/
+11
|
\
|
*
Nice and easy delegation to the class
Marc-Andre Lafortune
2012-09-11
1
-0
/
+11
*
|
Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...
kennyj
2012-09-20
1
-0
/
+8
*
|
No need to defensively work jobs in another thread
Jeremy Kemper
2012-09-18
1
-1
/
+1
*
|
Date.beginning_of_week thread local and beginning_of_week application config ...
gregolsen
2012-09-18
1
-0
/
+50
*
|
Remove unncessary code.
kennyj
2012-09-17
1
-1
/
+0
*
|
Always run jobs using a consumer, even in synchronous & test queues, to ensur...
Jeremy Kemper
2012-09-16
3
-37
/
+59
*
|
set up config_accessor with a default value by block
Larry Lv
2012-09-17
1
-2
/
+14
*
|
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
3
-0
/
+228
*
|
Allow passing block to deep_merge and deep_merge!
Pranas Kiziela
2012-09-13
1
-0
/
+10
*
|
Change ActiveSupport::Deprecation to class.
Piotr Niełacny
2012-09-13
1
-56
/
+78
*
|
extend ActiveSupport::Deprecation with self, allow other objects to extend/in...
Robert Pankowecki
2012-09-13
1
-0
/
+127
|
/
*
' dates back to SGML when ' was introduced in HTML 4.0
Kalys Osmonov
2012-09-09
1
-1
/
+1
*
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
[next]