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
*
Short-circuit `blank?` on date and time values
Andrew White
2015-09-21
7
-1
/
+48
*
Merge pull request #21684 from amitsuroliya/correct_result
Andrew White
2015-09-21
1
-6
/
+4
|
\
|
*
Applying right result of examples in ActiveSupport Multibyte [ci skip]
amitkumarsuroliya
2015-09-21
1
-6
/
+4
*
|
:hocho: Typos
Akira Matsuda
2015-09-21
1
-1
/
+1
*
|
:scissors: empty line at the top of files
Akira Matsuda
2015-09-21
5
-5
/
+0
|
/
*
String#strip_heredocs doesn't need Object#try
Vlado Cingel
2015-09-19
1
-2
/
+0
*
s/seperator/separator/g
Akira Matsuda
2015-09-20
1
-3
/
+3
*
Merge pull request #21679 from jdantonio/replace-thread-safe
Kasper Timm Hansen
2015-09-19
7
-13
/
+17
|
\
|
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
7
-13
/
+17
*
|
Merge pull request #21669 from amitsuroliya/improve_docs
Yves Senn
2015-09-19
1
-2
/
+2
|
\
\
|
*
|
Correcting `NameError` error message in `mattr_reader` method. Since this com...
amitkumarsuroliya
2015-09-19
1
-2
/
+2
*
|
|
Corrected numeric conversions output [ci skip]
amitkumarsuroliya
2015-09-19
1
-2
/
+2
|
|
/
|
/
|
*
|
Replace `#=>` with `# =>` [ci skip]
amitkumarsuroliya
2015-09-19
1
-2
/
+2
|
/
*
Merge pull request #21662 from amitsuroliya/improve_docs
Kasper Timm Hansen
2015-09-18
1
-3
/
+3
|
\
|
*
Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:...
amitkumarsuroliya
2015-09-18
1
-3
/
+3
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-09-18
1
-1
/
+1
|
\
\
|
*
|
s/JQuery/jQuery/
Akira Matsuda
2015-09-18
1
-1
/
+1
*
|
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
6
-9
/
+0
|
|
/
|
/
|
*
|
Correct ArgumentError message in ActiveSupport conversions docs [ci skip]
amitkumarsuroliya
2015-09-18
1
-1
/
+1
*
|
Merge pull request #21625 from amitsuroliya/improve_docs
Andrew White
2015-09-17
1
-2
/
+2
|
\
\
|
*
|
Improve Docs of ActiveSupport::TimeZone [ci skip]
amitkumarsuroliya
2015-09-15
1
-2
/
+2
*
|
|
Merge pull request #21616 from claudiob/fix-21122
Rafael Mendonça França
2015-09-14
1
-68
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove AS methods that are never invoked
claudiob
2015-09-13
1
-68
/
+6
*
|
|
Improving `in_time_zone` docs [ci skip]
amitkumarsuroliya
2015-09-13
1
-2
/
+1
*
|
|
Improve String#strip_heredoc
Juanito Fatas
2015-09-12
1
-2
/
+1
*
|
|
Merge pull request #21567 from y-yagi/fix_inspect_doc
Zachary Scott
2015-09-09
1
-1
/
+1
|
\
\
\
|
*
|
|
fix wrong method used in the TimeWithZone#inspect method docs [ci skip]
yuuji.yaginuma
2015-09-10
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber
Rafael Mendonça França
2015-09-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Improve sql logging coloration in `ActiveRecord::LogSubscriber`.
Peter Boling
2015-07-17
1
-1
/
+1
*
|
|
|
Rails documentation use american english.[ci skip]
ravindra kumar kumawat
2015-09-09
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Fixed Time conversion example for UTC time zone [ci skip]
Ronak Jangir
2015-09-08
1
-1
/
+1
*
|
|
Merge pull request #20534 from qnm/activesupport-require-issue
Yves Senn
2015-09-07
1
-0
/
+1
|
\
\
\
|
*
|
|
Remove accidental ruby-version
Rob Sharp
2015-06-12
1
-1
/
+0
|
*
|
|
Add missing require to ensure #advance will work without being implicity requ...
Rob Sharp
2015-06-12
2
-0
/
+2
*
|
|
|
Merge pull request #21250 from ronakjangir47/safe_const
Yves Senn
2015-09-07
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
safe_constantize - Added Object scoped missing test cases
Ronak Jangir
2015-09-06
1
-0
/
+2
*
|
|
|
|
Removed Extra ‘the’ [ci skip]
Ronak Jangir
2015-09-06
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Update Unicode Version to 8.0.0
Anshul Sharma
2015-09-04
3
-1
/
+5
*
|
|
|
docs, make `blank?` behavior clear. Closes #21468. [ci skip]
Yves Senn
2015-09-02
1
-2
/
+2
*
|
|
|
Merge pull request #21467 from yui-knk/doc/subscribe
Zachary Scott
2015-09-02
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
[ci skip] Add description about which object
yui-knk
2015-09-02
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
No need CHANGELOG entry for #21421 [ci skip]
Rafael Mendonça França
2015-09-01
1
-6
/
+0
*
|
|
|
ArrayInquirer to correctly find symbols or strings
Leigh Halliday
2015-08-28
3
-11
/
+22
|
/
/
/
*
|
|
Tiny documentation improvements [ci skip]
Robin Dupret
2015-08-28
1
-5
/
+6
*
|
|
- Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...
Vipul A M
2015-08-28
4
-2
/
+23
*
|
|
10X speed improvements for AS::Dependencies.loadable_constants_for_path
Jean Boussier
2015-08-27
1
-5
/
+5
*
|
|
Merge pull request #21387 from ronakjangir47/remove_dup_minitest
Kasper Timm Hansen
2015-08-26
1
-2
/
+0
|
\
\
\
|
*
|
|
Removed duplicate requiring minitest/mock as it is already required in method...
Ronak Jangir
2015-08-26
1
-2
/
+0
*
|
|
|
Fixed to_datetime docs [ci skip]
Ronak Jangir
2015-08-26
1
-2
/
+3
|
/
/
/
*
|
|
Merge pull request #21257 from jdantonio/async-job
Kasper Timm Hansen
2015-08-25
1
-1
/
+1
|
\
\
\
[next]