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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Only define Objetc#itself when it is not defined
Rafael Mendonça França
2014-08-04
1
-8
/
+10
*
|
|
Rename Object#self to Object#itself to have parity with matz sanctioned metho...
David Heinemeier Hansson
2014-08-01
2
-3
/
+3
*
|
|
Added Object#self which returns the object itself
David Heinemeier Hansson
2014-08-01
2
-0
/
+11
*
|
|
Avoid creating an extra hash
Carlos Antonio da Silva
2014-07-31
1
-2
/
+2
*
|
|
Raise a descriptive error if non-positive integer passed to in_groups_of.
Xavier Shay
2014-07-30
1
-0
/
+5
*
|
|
Merge pull request #16352 from gchan/remove-unnecessary-convert-key
Carlos Antonio da Silva
2014-07-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Removed unnecessary call to 'convert_key' in 'HashWithIndifferentAccess#to_hash'
Gordon Chan
2014-07-31
1
-2
/
+2
*
|
|
|
Prevent using String#scrub on Rubinius
Robin Dupret
2014-07-30
1
-1
/
+2
*
|
|
|
Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"
Santiago Pastorino
2014-07-30
1
-0
/
+2
|
/
/
/
*
/
/
Add implicit receiver support to `Object#with_options`
Pavel Pravosud
2014-07-29
1
-2
/
+15
|
/
/
*
|
Fixed a compatibility issue with the `Oj` gem
Godfrey Chan
2014-07-29
1
-3
/
+3
*
|
Merge pull request #15629 from akshay-vishnoi/test-to_param
Rafael Mendonça França
2014-07-28
2
-66
/
+59
|
\
\
|
*
|
Move to_param to to_query, also Improve tests
Akshay Vishnoi
2014-06-20
2
-66
/
+59
*
|
|
Make HWIA copy the default proc too.
Arthur Neves
2014-07-24
1
-0
/
+1
*
|
|
Do not set enforce_available_locales to i18n 0.7
Rafael Mendonça França
2014-07-23
1
-3
/
+1
*
|
|
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
1
-5
/
+0
|
\
\
\
|
*
|
|
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-5
/
+0
*
|
|
|
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-1
/
+1
*
|
|
|
Merge pull request #16190 from oss92/word_truncation
Matthew Draper
2014-07-17
1
-0
/
+24
|
\
\
\
\
|
*
|
|
|
Added truncate_words method to activesupport strings
root
2014-07-16
1
-0
/
+21
|
/
/
/
/
*
|
|
|
Move uuid_v5 and uuid_v3 to Digest::UUID
Rafael Mendonça França
2014-07-15
2
-47
/
+51
*
|
|
|
Deprecate reporting methods for silencing output as they aren't thread safe
Tom Meier
2014-07-15
1
-0
/
+10
*
|
|
|
Return an Enumerator if no block is given
Erik Michaels-Ober
2014-07-12
2
-1
/
+5
*
|
|
|
Don't construct a Proc if no block is given
Erik Michaels-Ober
2014-07-12
1
-1
/
+1
|
/
/
/
*
|
|
Fix ActiveSupport::Callbacks #set_callback docs.
Nick Pellant
2014-07-07
1
-1
/
+1
*
|
|
: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
1
-2
/
+2
*
|
|
Add `Hash#map_values` to ActiveSupport
Sean Griffin
2014-06-29
2
-0
/
+22
*
|
|
Tiny documentation fixes [ci skip]
Robin Dupret
2014-06-29
1
-1
/
+1
*
|
|
Merge pull request #15943 from wagenet/cache-instrumentation
Rafael Mendonça França
2014-06-27
1
-11
/
+10
|
\
\
\
|
*
|
|
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
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make the apply_inflections method case-sensitive
Robin Dupret
2014-06-26
1
-1
/
+1
*
|
|
|
: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
1
-2
/
+2
|
/
/
/
*
|
|
Add regression test for NameError#name
Arthur Neves
2014-06-20
1
-1
/
+1
*
|
|
Make dependencies.rb add a name to NameError
Arthur Neves
2014-06-20
1
-4
/
+4
*
|
|
Fix documentation from #15669 [ci skip]
Zachary Scott
2014-06-17
1
-3
/
+5
*
|
|
[ci skip] fix doc for the Hash#assert_valid_keys
Aditya Kapoor
2014-06-17
1
-3
/
+3
*
|
|
Merge pull request #15680 from akshay-vishnoi/doc_changes
Sean Griffin
2014-06-12
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip] BigDecimal#duplicable? returns false in 1.9.x
Akshay Vishnoi
2014-06-13
1
-1
/
+1
*
|
|
|
[ci skip] Correct output of #assert_not
Akshay Vishnoi
2014-06-12
1
-1
/
+1
|
/
/
/
*
|
|
Revert "remove unnecssary require of `to_param`, as `to_query` is already req...
Rafael Mendonça França
2014-06-11
4
-0
/
+4
*
|
|
remove unnecssary require of `to_param`, as `to_query` is already require `to...
Kuldeep Aggarwal
2014-06-12
3
-3
/
+0
[prev]
[next]