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
/
guides
/
source
/
active_support_core_extensions.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] When instance_reader is false, attribute can still be assigned by t...
Prathamesh Sonpatki
2016-06-15
1
-1
/
+2
*
remove deprecated `Module#qualified_const_` from guide [ci skip]
yuuji.yaginuma
2016-05-23
1
-71
/
+0
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-4
/
+3
*
Use consistent term [skip ci]
Erol Fornoles
2016-05-08
1
-1
/
+1
*
Remove log-related stuff from ActiveSupport::Dependencies
Aaron Ang
2016-03-15
1
-2
/
+0
*
Deprecate `Module.local_constants`
yui-knk
2016-03-01
1
-23
/
+0
*
[ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time a...
Chirag Aggarwal
2016-02-17
1
-1
/
+5
*
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
1
-1
/
+1
*
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
1
-1
/
+1
*
Add support for Petabyte and Exabyte in number to human size
Akshay Vishnoi
2015-12-22
1
-6
/
+8
*
ApplicationRecord documentation pass
Genadi Samokovarov
2015-12-17
1
-6
/
+6
*
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
1
-8
/
+8
*
Parameterize with options to preserve case of string
Swaathi K
2015-11-07
1
-0
/
+14
*
document `try!` in ActiveSupport core ext guide
Sean Linsley
2015-11-04
1
-0
/
+7
*
Fix minor typo from #20038
Sean Griffin
2015-10-20
1
-2
/
+2
*
Merge pull request #20038 from imanel/numeric_prepend
Sean Griffin
2015-10-20
1
-11
/
+3
|
\
|
*
Unify behavior of all Numeric extensions and use Module.prepend instead of al...
Bernard Potocki
2015-05-28
1
-11
/
+3
*
|
[ci skip] Fix typo in deep_dup docs
Eric Turner
2015-10-12
1
-1
/
+1
*
|
fix `to_time` output in ActiveSupport guide. Since https://github.com/rails/r...
amitkumarsuroliya
2015-09-20
1
-3
/
+3
*
|
Revert "[ci skip] Fix to `a, b or c` format"
Vijay Dev
2015-08-24
1
-1
/
+1
*
|
[ci skip] Fix to `a, b or c` format
yui-knk
2015-07-30
1
-1
/
+1
*
|
Fix core_text -> core_ext
Seiei Miyagi
2015-06-08
1
-1
/
+1
*
|
Add missing NOTE for Time extensions' location
Pierre
2015-06-07
1
-0
/
+2
*
|
Updating the guides for Enumerable#pluck
Kevin Deisz
2015-05-28
1
-0
/
+10
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-05-08
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
[ci skip] `deep_dup` is instance method of `Hash`
yui-knk
2015-04-22
1
-1
/
+1
|
*
[ci skip] `deep_dup` is instance method of `Array`
yui-knk
2015-04-21
1
-1
/
+1
|
*
[ci skip] Fix returned values of code sample
yui-knk
2015-04-19
1
-6
/
+6
*
|
Merge pull request #19799 from yui-knk/fix/wrap_doc2
Arthur Nogueira Neves
2015-04-19
1
-2
/
+2
|
\
\
|
*
|
[ci skip] Fix docs and guide about 'Array.wrap'
yui-knk
2015-04-19
1
-2
/
+2
*
|
|
[ci skip] Replace `list` with `array`
yui-knk
2015-04-18
1
-1
/
+1
|
/
/
*
/
[ci skip] Update code example of Enumerable#without
yui-knk
2015-04-17
1
-1
/
+1
|
/
*
[ci skip] Remove Extensions to `Proc` chapter section
yui-knk
2015-04-06
1
-47
/
+0
*
[ci skip] Replace `reraised` with `not captured`
yui-knk
2015-04-02
1
-1
/
+1
*
Deprecate alias_method_chain in favour of Module#prepend
Kir Shatrov
2015-03-22
1
-2
/
+2
*
Add Enumerable#without
Todd Bealmear
2015-03-01
1
-0
/
+11
*
Merge pull request #19130 from yui-knk/fix/active_support_core_extensions2
Yves Senn
2015-02-28
1
-1
/
+1
|
\
|
*
[ci skip] Fix to comment
yui-knk
2015-03-01
1
-1
/
+1
*
|
[ci skip] Fix to String
yui-knk
2015-03-01
1
-1
/
+1
|
/
*
:nailcare:
Akira Matsuda
2015-02-26
1
-1
/
+1
*
remove reference to `Logger` core extensions from guide [ci skip]
yuuji.yaginuma
2015-01-18
1
-44
/
+0
*
Removed documentation of deprecated removed methods [ci skip]
Vipul A M
2015-01-17
1
-18
/
+2
*
- Changed `IN` to `ON` in markdown renderer condition
Vipul A M
2015-01-14
1
-1
/
+1
*
Deprecate `MissingSourceFile` in favor of `LoadError`.
Rafael Mendonça França
2015-01-02
1
-3
/
+3
*
warn about reading guides in GitHub
Xavier Noria
2014-12-23
1
-0
/
+2
*
[ci skip] remove references to `Numeric#from_now`
yuuji.yaginuma
2014-12-03
1
-18
/
+0
*
Remove a reference to Ruby 1.9 in Guides
claudiob
2014-11-28
1
-1
/
+1
*
Minor English fixes in docs [ci skip]
George Millo
2014-11-17
1
-1
/
+1
*
The code was not up-to-date
Akira Matsuda
2014-10-25
1
-9
/
+7
*
As of Unicode 6.3, Mongolian Vowel Separator is not whitespace
Matthew Draper
2014-09-15
1
-1
/
+1
[next]