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
*
fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`.
Yves Senn
2014-03-17
1
-2
/
+1
*
Minor grammer, code conventions fix [ci skip]
Zoltan Kiss
2014-03-15
1
-2
/
+1
*
Remove deprecation on active_support/core_ext/class/attribute_accessors requi...
Jeremy Kemper
2014-03-15
1
-5
/
+3
*
Fix #to_json for BasicObject Enumerables
Sammy Larbi
2014-03-14
2
-2
/
+2
*
make tests pass on Ruby 2.2
Aaron Patterson
2014-03-13
1
-1
/
+1
*
use method_defined? to check whether or not a method is defined
Aaron Patterson
2014-03-12
1
-1
/
+1
*
Merge pull request #14244 from arthurnn/orderd_hash_select_fix
Santiago Pastorino
2014-03-08
1
-0
/
+4
|
\
|
*
Fix OrderedHash.select to return self instance.
Arthur Neves
2014-03-07
1
-0
/
+4
*
|
Introduce `Rails.gem_version`
Prem Sichanugrist
2014-03-05
2
-7
/
+19
*
|
Revert "Merge pull request #14269 from arthurnn/expanded_key_array"
Godfrey Chan
2014-03-04
1
-4
/
+3
*
|
Cache key should be different when is Array.
Arthur Neves
2014-03-03
1
-3
/
+4
|
/
*
Return a hash rather than array from fetch_multi
Parker Selbert
2014-02-26
1
-6
/
+5
*
Fix concerning module reference [ci skip]
Carlos Antonio da Silva
2014-02-26
1
-1
/
+1
*
speed up `underscore` in cases that don't need to do anything
Aaron Patterson
2014-02-26
1
-0
/
+1
*
Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...
David Heinemeier Hansson
2014-02-24
1
-2
/
+2
*
Merge pull request #14171 from arthurnn/extract_middleware_cache
Guillermo Iguaran
2014-02-23
2
-32
/
+41
|
\
|
*
Extract local cache middleware
Arthur Neves
2014-02-23
2
-32
/
+41
*
|
Introduce Concern#class_methods and Kernel#concern
Jeremy Kemper
2014-02-23
3
-2
/
+21
|
/
*
update version to 4.2.0.alpha
Yves Senn
2014-02-23
1
-1
/
+1
*
Merge pull request #14102 from arthurnn/quietly_doc
Xavier Noria
2014-02-19
1
-0
/
+4
|
\
|
*
Methods silence_stream/quietly are not thread-safe [skip ci]
Arthur Neves
2014-02-19
1
-0
/
+4
*
|
Merge branch '4-1-0-beta2'
Rafael Mendonça França
2014-02-18
1
-1
/
+1
|
\
\
|
*
|
Preparing for 4.1.0.beta2 release
Rafael Mendonça França
2014-02-18
1
-1
/
+1
*
|
|
Added Object#present_in to simplify value whitelisting
David Heinemeier Hansson
2014-02-18
1
-0
/
+12
|
|
/
|
/
|
*
|
travel_to travels back and re-raises if the block raises
Xavier Noria
2014-02-18
1
-3
/
+6
*
|
time helpers honor the application time zone when passed a date
Xavier Noria
2014-02-18
1
-4
/
+19
*
|
docs, hide inflector comment targeting only contributors. [ci skip]
Yves Senn
2014-02-11
1
-1
/
+3
*
|
Fix tidy_bytes for JRuby
Justin Coyne
2014-02-10
1
-3
/
+3
*
|
docs, mention that the current inflection rules are frozen. [ci skip]
Yves Senn
2014-02-10
1
-0
/
+4
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-02-09
2
-2
/
+4
|
\
\
|
*
|
Specify what #starts_with? we're talking about. Also added a note what
Zachary Scott
2014-02-09
1
-1
/
+2
|
*
|
Fix grammar of internal comment and modify it's location
Zachary Scott
2014-02-09
1
-1
/
+2
*
|
|
use feature detection to decide which implementation to use
Aaron Patterson
2014-02-08
1
-1
/
+1
*
|
|
Fixed an issue where reloading of removed dependencies would cause an unexpec...
Noah Lindner
2014-02-08
1
-0
/
+8
*
|
|
Fix to_query with empty arrays too
Rafael Mendonça França
2014-02-06
1
-1
/
+6
*
|
|
Refatoring the method to avoid shot-circuit return
Rafael Mendonça França
2014-02-05
1
-4
/
+7
*
|
|
Fixed "Hash#to_param confused by empty hash values #13892"
Hincu Petru
2014-02-05
1
-0
/
+1
*
|
|
fix interplay of humanize and html_escape
Sean Walbran
2014-02-05
1
-1
/
+1
*
|
|
Return sized enumerator from Enumerable#index_by
Marc-Andre Lafortune
2014-02-05
1
-1
/
+1
*
|
|
Return sized enumerator from Batches#find_each
Marc-Andre Lafortune
2014-02-05
1
-1
/
+1
*
|
|
docs, be clear that `options` is a hash. Closes #11904. [ci skip].
Yves Senn
2014-02-03
1
-1
/
+1
*
|
|
Fix isolated tests
Rafael Mendonça França
2014-02-01
1
-0
/
+1
*
|
|
Merge pull request #13911 from davidcelis/remove-bigdecimal-serialization
Rafael Mendonça França
2014-02-01
2
-15
/
+13
|
\
\
\
|
*
|
|
Remove BigDecimal#to_d
David Celis
2014-02-01
1
-7
/
+0
|
*
|
|
Don't require BigDecimal serialization extension
David Celis
2014-02-01
2
-8
/
+13
*
|
|
|
Merge pull request #12769 from birkirb/master
Rafael Mendonça França
2014-02-01
1
-2
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix breakage in XmlMini
Birkir A. Barkarson
2013-12-23
1
-2
/
+4
*
|
|
|
Maintain the current timezone in wrap_with_time_zone
Andrew White
2014-01-31
1
-7
/
+2
*
|
|
|
fix typo and indent. [ci skip]
Yves Senn
2014-01-30
1
-1
/
+1
*
|
|
|
Improve documentation [ci skip]
Rafael Mendonça França
2014-01-30
1
-3
/
+4
[next]