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
*
Aesthetics
David Heinemeier Hansson
2013-11-03
1
-22
/
+30
*
Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...
David Heinemeier Hansson
2013-11-02
1
-0
/
+6
*
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
Merge pull request #12713 from utenmiki/document
Yves Senn
2013-11-01
1
-0
/
+2
|
\
|
*
Add Rdoc document for Array#forty_two
utenmiki
2013-10-31
1
-0
/
+2
*
|
clean up some warnings on trunk ruby
Aaron Patterson
2013-10-31
1
-1
/
+1
*
|
Require time before monkey-patching it
Robin Dupret
2013-10-31
2
-1
/
+1
|
/
*
Require bigdecimal before monkey-patching it
Robin Dupret
2013-10-31
2
-1
/
+1
*
Raise an error when AS::JSON.decode is called with options
Godfrey Chan
2013-10-30
1
-1
/
+8
*
Merge pull request #12203 from chancancode/eager_load_json
Jeremy Kemper
2013-10-30
4
-222
/
+222
|
\
|
*
Moved all JSON core extensions into core_ext/object/json
Godfrey Chan
2013-09-13
4
-222
/
+222
*
|
use a thread local rather than a queue so events are in the right order
Aaron Patterson
2013-10-30
1
-7
/
+4
*
|
Merge pull request #11785 from grosser/grosser/file-unless-exist
Rafael Mendonça França
2013-10-28
1
-0
/
+1
|
\
\
|
*
|
support :unless_exist for FileCache
grosser
2013-08-30
1
-0
/
+1
*
|
|
use a queue rather than a list. fixes #12069
Aaron Patterson
2013-10-28
1
-1
/
+1
*
|
|
fix typo in comment [ci skip].
Yves Senn
2013-10-28
1
-1
/
+1
*
|
|
slice! should not remove default hash value/proc
Antonio Santos
2013-10-24
1
-0
/
+2
*
|
|
Add missed require making `enable_warnings` available
Dmitry Vorotilin
2013-10-15
1
-0
/
+1
*
|
|
Merge pull request #12534 from vipulnsward/minor_number_helper_perfs
Rafael Mendonça França
2013-10-14
1
-4
/
+2
|
\
\
\
|
*
|
|
Minor Refactoring to `NumberHelper#number_to_human`
Vipul A M
2013-10-14
1
-4
/
+2
*
|
|
|
Fix `singleton_class?`
Vipul A M
2013-10-15
1
-2
/
+5
|
/
/
/
*
|
|
Revert "Merge pull request #12480 from iwiznia/master"
Jeremy Kemper
2013-10-11
1
-20
/
+0
*
|
|
flatten and flatten! methods for ActiveSupport::Duration
Ionatan Wiznia
2013-10-11
1
-0
/
+20
*
|
|
revises the docs of require_dependency [ci skip]
Xavier Noria
2013-10-01
1
-1
/
+9
*
|
|
Merge pull request #12412 from bf4/allow_pathname_for_require_dependency
Xavier Noria
2013-09-30
1
-1
/
+3
|
\
\
\
|
*
|
|
require_dependency should allow Pathname-like objects, not just String
Benjamin Fleischer
2013-09-30
1
-1
/
+3
*
|
|
|
Fix small typo in docs
Jonathan Baudanza
2013-09-25
1
-1
/
+1
*
|
|
|
Fix typo in number_to_human docs: you -> your
Mac Martine
2013-09-24
1
-1
/
+1
*
|
|
|
Merge pull request #11474 from bogdan/time-with-zone-succ
Andrew White
2013-09-22
2
-0
/
+25
|
\
\
\
\
|
*
|
|
|
Disable ability to iterate over a Range of TimeWithZone
Bogdan Gusiev
2013-07-19
2
-0
/
+25
*
|
|
|
|
Merge pull request #12285 from dasch/dasch/allow-attaching-up-front
José Valim
2013-09-20
1
-2
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
Allow attaching to AS::Notifications namespace up front
Daniel Schierbeck
2013-09-20
1
-2
/
+25
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Initializing Codepoint object with default values
Hitendra Singh
2013-09-20
1
-0
/
+7
*
|
|
|
|
Drying up method_missing code
Hitendra Singh
2013-09-20
1
-2
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #12196 from h-lame/fix-activesupport-cache-filestore-cleanup
Rafael Mendonça França
2013-09-12
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Fix FileStore#cleanup to no longer rely on missing each_key method
Murray Steele
2013-09-11
1
-1
/
+2
*
|
|
|
|
Enabled quirks mode on JSON.parse, fixes broken test in af9caae
Godfrey Chan
2013-09-12
1
-1
/
+1
*
|
|
|
|
Replace JSON.load with JSON.parse, also removed the proc parameter
Godfrey Chan
2013-09-11
1
-2
/
+2
*
|
|
|
|
Merge pull request #12200 from dchelimsky/simplify-duration-inspect-even-more
Rafael Mendonça França
2013-09-11
1
-6
/
+4
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Reduce Duration#inspect to a single series of transformations
David Chelimsky
2013-09-11
1
-6
/
+4
*
|
|
|
|
Fixes typo in Object#try!
Jay Hayes
2013-09-10
1
-1
/
+1
*
|
|
|
|
Fix typo in set_callback docs. [ci skip]
Gilad Zohari
2013-09-06
1
-1
/
+1
*
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-31
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Fix doc for singularize - `pluralized` => `singularized`
Vipul A M
2013-08-27
1
-1
/
+1
*
|
|
|
|
Remove gist link from the code
Rafael Mendonça França
2013-08-27
1
-1
/
+0
*
|
|
|
|
Ensure all-caps nested consts marked as autoloaded
Simon Coffey
2013-08-27
1
-1
/
+1
*
|
|
|
|
Changing deprecation_horizon to be Rails 4.2
wangjohn
2013-08-24
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #11850 from razielgn/mod-delegation-backtrace
Rafael Mendonça França
2013-08-21
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Rely on NoMethodError#name when deciding to raise DelegationError.
Federico Ravasio
2013-08-12
1
-2
/
+1
*
|
|
|
|
ensure freeze on Thread freezes locals
Nick Howard
2013-08-19
1
-0
/
+5
[next]