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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #21063 from cmisenas/fix-guides-warning-env
Yves Senn
2015-07-31
1
-1
/
+1
|
\
|
*
Fix WARNINGS flag inside guides/Rakefile
Jade Misenas
2015-07-29
1
-1
/
+1
*
|
Merge pull request #20992 from JuanitoFatas/fix/bin-setup-script
Yves Senn
2015-07-31
1
-1
/
+1
|
\
\
|
*
|
Don't fail when checking dependencies in bin/setup script
Juanito Fatas
2015-07-23
1
-1
/
+1
*
|
|
Merge pull request #21075 from byroot/not-empty-vs-any
Rafael Mendonça França
2015-07-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Array#any? is slower and not the inverse of Array#empty?
Jean Boussier
2015-07-30
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #21057 from schneems/schneems/journey-formatter-objects
Richard Schneeman
2015-07-30
18
-68
/
+157
|
\
\
\
|
*
|
|
Use delete_if instead of each; delete(key)
schneems
2015-07-30
1
-3
/
+2
|
*
|
|
Remove (another) array allocation
schneems
2015-07-30
1
-5
/
+14
|
*
|
|
Remove array allocation
schneems
2015-07-30
1
-2
/
+2
|
*
|
|
zOMG 37 objects saved
schneems
2015-07-30
1
-1
/
+1
|
*
|
|
Don't allocate array when not necessary
schneems
2015-07-30
1
-5
/
+6
|
*
|
|
String#freeze optimizations
schneems
2015-07-30
2
-2
/
+2
|
*
|
|
Decrease allocations in transliterate
schneems
2015-07-30
1
-5
/
+13
|
*
|
|
Avoid hash duplication by skipping mutation
schneems
2015-07-30
1
-2
/
+2
|
*
|
|
Only allocate new string when needed
schneems
2015-07-30
1
-1
/
+7
|
*
|
|
Freeze a string in comparator
schneems
2015-07-30
1
-1
/
+1
|
*
|
|
Avoid calling to_s on nil in journey/formatter
schneems
2015-07-30
1
-2
/
+2
|
*
|
|
Cut string allocations in content_tag_string
schneems
2015-07-29
6
-20
/
+20
|
*
|
|
Cut string ActionView template allocations
schneems
2015-07-29
1
-2
/
+7
|
*
|
|
Optimize hash key
schneems
2015-07-29
1
-1
/
+1
|
*
|
|
Decrease string allocation in content_tag_string
schneems
2015-07-29
1
-6
/
+7
|
*
|
|
Reduce hash allocations in route_set
schneems
2015-07-29
1
-1
/
+1
|
*
|
|
Decrease route_set allocations
schneems
2015-07-29
1
-3
/
+7
|
*
|
|
Speed up journey missing_keys
schneems
2015-07-29
1
-3
/
+15
|
*
|
|
Speed up journey extract_parameterized_parts
schneems
2015-07-29
1
-2
/
+3
|
*
|
|
Decrease string allocations in url_options
schneems
2015-07-29
1
-1
/
+5
|
*
|
|
Decrease string allocations in apply_inflections
schneems
2015-07-29
2
-5
/
+36
|
*
|
|
Decrease string allocations on AR#respond_to?
schneems
2015-07-29
1
-1
/
+9
*
|
|
|
Merge pull request #21071 from hedgesky/remove_yepnope_mention_from_form_help...
Kasper Timm Hansen
2015-07-30
1
-3
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove yepnope mention from form helpers guide because it's deprecated [ci skip]
Anton Chuchkalov
2015-07-30
1
-3
/
+2
|
/
/
/
*
|
|
Merge pull request #21065 from rails/schneems/fix-assets_test
Richard Schneeman
2015-07-29
2
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix rake/notes_test
schneems
2015-07-29
1
-0
/
+1
|
*
|
Fix reported regression rails/sprockets-rails#265
schneems
2015-07-29
1
-0
/
+1
|
/
/
*
|
Merge pull request #21056 from yui-knk/fix/deprecation_silence
Rafael Mendonça França
2015-07-29
1
-1
/
+4
|
\
\
|
*
|
Make silence a warning inserted by commit #4b3f8ac
yui-knk
2015-07-30
1
-1
/
+4
*
|
|
Merge pull request #21054 from yui-knk/fix/doc_field_error_proc
Claudio B.
2015-07-29
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ci skip] `field_error_proc` is used in `ActionView::Helpers::ActiveModelInst...
yui-knk
2015-07-29
1
-1
/
+1
|
/
/
*
|
Merge pull request #21049 from y-yagi/fix_i18n_validation_test
Carlos Antonio da Silva
2015-07-28
1
-1
/
+1
|
\
\
|
*
|
pass the correct argument to mock on a test of `validates_length_of`
yuuji.yaginuma
2015-07-28
1
-1
/
+1
|
/
/
*
|
Tiny documentation edits [ci skip]
Robin Dupret
2015-07-28
3
-6
/
+8
*
|
Merge pull request #21048 from yui-knk/fix/guide_about_action_pack2
Yves Senn
2015-07-28
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Add a link to action_controller_overview.html
yui-knk
2015-07-28
1
-1
/
+1
|
/
/
*
|
Merge pull request #21047 from yui-knk/fix/guide_about_action_pack
Robin Dupret
2015-07-28
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Now Action View is completely separated from Action Pack
yui-knk
2015-07-28
1
-1
/
+1
|
/
/
*
|
Add `:nodoc:` for internal testing methods [ci skip]
Robin Dupret
2015-07-28
5
-9
/
+9
*
|
Merge pull request #20590 from vngrs/set_default_charset
Rafael Mendonça França
2015-07-27
2
-6
/
+13
|
\
\
|
*
|
Document, refactor and create test case for ActionDispatch::Response#charset=...
Mehmet Emin İNAÇ
2015-06-17
2
-6
/
+13
*
|
|
Merge pull request #20849 from vngrs/misleading_nested_exceptions
Rafael Mendonça França
2015-07-27
5
-8
/
+36
|
\
\
\
|
*
|
|
Fix misleading errors for has_one through relations
Mehmet Emin İNAÇ
2015-07-22
5
-8
/
+36
[next]