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
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-1
/
+1
*
Make ActiveSupport::TimeWithZone#xmlschema consistent
Andrew White
2014-01-26
1
-2
/
+2
*
Add support for JSON time_precision to Time and DateTime
Andrew White
2014-01-26
3
-6
/
+6
*
Rename subsecond_fraction_digits option to time_precision
Andrew White
2014-01-26
2
-5
/
+5
*
Customize subsecond digits when encoding DateWithTime
Parker Selbert
2014-01-26
2
-2
/
+8
*
Maintain current timezone when changing time during DST overlap
Andrew White
2014-01-26
2
-3
/
+13
*
Fix secrets.yml path in exception message
Carlos Antonio da Silva
2014-01-20
1
-9
/
+7
*
Merge pull request #13765 from robertomiranda/secrets_token
Guillermo Iguaran
2014-01-19
1
-4
/
+4
|
\
|
*
Update Error Message when secrets.secret_key_base isn't given
robertomiranda
2014-01-19
1
-4
/
+4
*
|
set encoding to binmode for pipe
Anna Carey
2014-01-17
1
-0
/
+2
|
/
*
Consistence in the block style
Rafael Mendonça França
2014-01-17
2
-5
/
+5
*
Remove warnings on Ruby 2.1
Rafael Mendonça França
2014-01-17
2
-1
/
+9
*
define the delegate methods on one line. fixes #13724
Aaron Patterson
2014-01-16
1
-20
/
+22
*
Revert "methods are defined right after the module_eval, so we don't need to do"
Piotr Sarnacki
2014-01-16
1
-2
/
+2
*
methods are defined right after the module_eval, so we don't need to do
Aaron Patterson
2014-01-15
1
-2
/
+2
*
Merge pull request #13709 from akshay-vishnoi/typo
Yves Senn
2014-01-14
1
-1
/
+1
|
\
|
*
[ci skip] Grammar correction
Akshay Vishnoi
2014-01-14
1
-1
/
+1
*
|
Merge pull request #13646 from jenseng/json_escape
Godfrey Chan
2014-01-12
1
-12
/
+12
|
\
\
|
*
|
Clarify behavior of json_escape, update examples
Jon Jensen
2014-01-09
1
-12
/
+12
*
|
|
Merge pull request #13668 from prathamesh-sonpatki/issue-13667
Andrew White
2014-01-12
1
-2
/
+1
|
\
\
\
|
*
|
|
Fix iterating over DateTime by doing strict checking for Time objects
Prathamesh Sonpatki
2014-01-11
1
-2
/
+1
|
|
/
/
*
/
/
Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...
Aaron Patterson
2014-01-09
2
-1
/
+6
|
/
/
*
|
Merge pull request #13632 from tinogomes/master
Rafael Mendonça França
2014-01-09
2
-0
/
+21
|
\
\
|
*
|
Adding Hash#compact and Hash#compact! methods
tinogomes
2014-01-09
2
-0
/
+21
*
|
|
clear cache on body close so that cache remains during rendering
Aaron Patterson
2014-01-08
1
-2
/
+8
|
/
/
*
|
Revert "Speedup String#to"
Yves Senn
2014-01-08
1
-1
/
+1
*
|
Add 'e' var on rescue DalliError, in order to log it
Arthur Neves
2014-01-06
1
-2
/
+2
*
|
Merge pull request #10634 from teleological/time_advance_gregorian
Andrew White
2014-01-05
1
-4
/
+6
|
\
\
|
*
|
Maintain proleptic gregorian in Time#advance
Riley Lynch
2013-05-15
1
-4
/
+6
*
|
|
Raise if MemCacheStore doenst receive a Dalli obj
Arthur Neves
2014-01-03
1
-0
/
+3
*
|
|
mem_cache_store requires dalli, so only accept dalli/client
Arthur Neves
2014-01-03
1
-6
/
+1
*
|
|
Don't lazy load the tzinfo library
Andrew White
2014-01-01
1
-19
/
+2
*
|
|
update copyright notices to 2014. [ci skip]
Vipul A M
2014-01-01
1
-1
/
+1
*
|
|
Avoid raising a NameError on FreeBSD using Date
Robin Dupret
2014-01-01
1
-2
/
+5
*
|
|
blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]
Xavier Noria
2013-12-28
1
-18
/
+42
*
|
|
Extracted blank matcher regexp to constant
Paul Nikitochkin
2013-12-28
1
-1
/
+3
*
|
|
Update to Unicode 6.3.0
Norman Clarke
2013-12-27
2
-1
/
+1
*
|
|
Use String#scrub when available to tidy bytes
Norman Clarke
2013-12-26
1
-35
/
+35
*
|
|
Merge pull request #13436 from robin850/patch-11
Guillermo Iguaran
2013-12-21
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix few typos in the documentation [ci skip]
Robin Dupret
2013-12-21
1
-1
/
+1
*
|
|
|
Fix typo [ci skip]
Carlos Antonio da Silva
2013-12-21
1
-1
/
+1
|
/
/
/
*
|
|
Fix AS::NumberHelper results with large precisions
Kenta Murata & Akira Matsuda
2013-12-20
1
-7
/
+37
*
|
|
Make sure multiline string is not accepted by the regexp
Rafael Mendonça França
2013-12-19
1
-1
/
+1
*
|
|
Revert "revises the release notes about message verifiers [ci skip]"
Xavier Noria
2013-12-19
1
-1
/
+1
*
|
|
revises the release notes about message verifiers [ci skip]
Xavier Noria
2013-12-19
1
-1
/
+1
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
4
-10
/
+10
|
\
\
\
|
*
|
|
fixed typo mistake time_formats.rb -> date_formats.rb [ci skip]
Kuldeep Aggarwal
2013-12-10
1
-1
/
+1
|
*
|
|
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
4
-10
/
+10
*
|
|
|
Merge pull request #13406 from hincupetru/master
Rafael Mendonça França
2013-12-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixed configurable.rb regular expression name check
Hincu Petru
2013-12-19
1
-1
/
+1
[next]