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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #15629 from akshay-vishnoi/test-to_param
Rafael Mendonça França
2014-07-28
4
-66
/
+81
|
\
|
*
Move to_param to to_query, also Improve tests
Akshay Vishnoi
2014-06-20
4
-66
/
+81
*
|
Move object test files under object
Akshay Vishnoi
2014-07-29
3
-65
/
+65
*
|
Make HWIA copy the default proc too.
Arthur Neves
2014-07-24
3
-0
/
+16
*
|
Do not set enforce_available_locales to i18n 0.7
Rafael Mendonça França
2014-07-23
2
-4
/
+2
*
|
Merge pull request #16232 from egilburg/activesupport_coverage
Rafael Mendonça França
2014-07-21
11
-4
/
+114
|
\
\
|
*
|
missing activesupport test coverage
Eugene Gilburg
2014-07-19
11
-4
/
+114
*
|
|
Remove not-required file class/subclasses
Akshay Vishnoi
2014-07-21
1
-1
/
+0
|
/
/
*
|
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
2
-5
/
+2
|
\
\
|
*
|
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
2
-5
/
+2
*
|
|
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-1
/
+1
*
|
|
fix thread safety issues
Aaron Patterson
2014-07-17
1
-4
/
+7
*
|
|
Fix typos in string_ext_test.rb [ci skip]
Jon Atack
2014-07-16
1
-4
/
+4
*
|
|
Merge pull request #16190 from oss92/word_truncation
Matthew Draper
2014-07-17
3
-0
/
+49
|
\
\
\
|
*
|
|
Added truncate_words method to activesupport strings
root
2014-07-16
3
-0
/
+45
|
/
/
/
*
|
|
Move uuid_v5 and uuid_v3 to Digest::UUID
Rafael Mendonça França
2014-07-15
5
-76
/
+76
*
|
|
Add CHANGELOG entry for #13392 [ci skip]
Rafael Mendonça França
2014-07-15
1
-0
/
+7
*
|
|
Keep quietly and capture undeprecated on your suite
Rafael Mendonça França
2014-07-15
2
-19
/
+34
*
|
|
Deprecate reporting methods for silencing output as they aren't thread safe
Tom Meier
2014-07-15
1
-0
/
+10
*
|
|
Fix tests broken in https://github.com/rails/rails/pull/16149
Erik Michaels-Ober
2014-07-12
1
-1
/
+1
*
|
|
Return an Enumerator if no block is given
Erik Michaels-Ober
2014-07-12
4
-1
/
+49
*
|
|
Don't construct a Proc if no block is given
Erik Michaels-Ober
2014-07-12
1
-1
/
+1
*
|
|
Silence the output downloading a file
Robin Dupret
2014-07-11
1
-1
/
+0
|
/
/
*
|
Fix ActiveSupport::Callbacks #set_callback docs.
Nick Pellant
2014-07-07
1
-1
/
+1
*
|
Don't fail if unicode.org isn't talking to us
Matthew Draper
2014-07-05
1
-1
/
+3
*
|
:fire: these are lambdas now [ci skip]
Godfrey Chan
2014-07-03
1
-9
/
+2
*
|
The hex escape sequence can be of any length
Godfrey Chan
2014-07-02
1
-1
/
+1
*
|
Fix escape_once double-escaping hex-encoded entities
John F. Douthat
2014-07-02
1
-1
/
+1
*
|
`DateTime#to_f` now preserves fractional seconds.
John Paul Ashenfelter
2014-07-02
3
-2
/
+10
*
|
Add `Hash#map_values` to ActiveSupport
Sean Griffin
2014-06-29
4
-0
/
+76
*
|
Tiny documentation fixes [ci skip]
Robin Dupret
2014-06-29
1
-1
/
+1
*
|
Quick pass through Active Support and guides CHANGELOG
Robin Dupret
2014-06-29
1
-0
/
+2
*
|
Merge pull request #15943 from wagenet/cache-instrumentation
Rafael Mendonça França
2014-06-27
2
-11
/
+17
|
\
\
|
*
|
Always instrument ActiveSupport::Cache
Peter Wagenet
2014-06-27
1
-11
/
+10
*
|
|
Update documentation for run_callbacks
jamesprior
2014-06-27
1
-1
/
+2
*
|
|
Merge pull request #14247 from robin850/inflections-with-uncountables
Rafael Mendonça França
2014-06-26
3
-5
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make the apply_inflections method case-sensitive
Robin Dupret
2014-06-26
3
-5
/
+18
*
|
|
:nodoc: our SecureRandom patches [ci skip]
Godfrey Chan
2014-06-26
1
-4
/
+4
*
|
|
Merge pull request #15845 from robin850/jruby-isolation
Rafael Mendonça França
2014-06-26
1
-6
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make the isolated tests run on JRuby
Robin Dupret
2014-06-21
1
-6
/
+16
*
|
|
docs, fix BacktraceCleaner code example. Closes #15911. [ci skip]
Yves Senn
2014-06-25
1
-1
/
+1
*
|
|
Fix a bug where NameError#name returns a qualified name in string
Yuki Nishijima
2014-06-24
2
-5
/
+5
*
|
|
Create with_env helper for tests.
Zuhao Wan
2014-06-22
1
-14
/
+13
*
|
|
Merge pull request #15856 from zuhao/refactor_activesupport_decoding_test
Yves Senn
2014-06-22
1
-11
/
+19
|
\
\
\
|
*
|
|
Use with_parse_json_times helper in tests.
Zuhao Wan
2014-06-22
1
-11
/
+19
|
|
/
/
*
/
/
Avoid hardcoded magic number in test teardown.
Zuhao Wan
2014-06-22
1
-14
/
+19
|
/
/
*
|
Add regression test for NameError#name
Arthur Neves
2014-06-20
2
-2
/
+5
*
|
Make dependencies.rb add a name to NameError
Arthur Neves
2014-06-20
2
-4
/
+7
*
|
Merge pull request #15799 from zuhao/refactor_activesupport_time_zone_test_he...
Yves Senn
2014-06-18
10
-122
/
+47
|
\
\
|
*
|
Extract out with_env_tz helper method.
Zuhao Wan
2014-06-18
10
-122
/
+47
[next]