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
*
sort templates after looking them up in the from the paths cache
Aaron Patterson
2016-02-10
1
-4
/
+4
*
check `supports_view_paths?` at registration time
Aaron Patterson
2016-02-10
1
-7
/
+9
*
build scope chain functionally and remove caching
Aaron Patterson
2016-02-10
1
-14
/
+40
*
Merge pull request #23597 from kaspth/integration-response-parsing
Kasper Timm Hansen
2016-02-10
4
-23
/
+94
|
\
|
*
Add request encoding and response parsing to changelog.
Kasper Timm Hansen
2016-02-10
1
-0
/
+38
|
*
Add `parsed_body` to spare writing out parsing routines.
Kasper Timm Hansen
2016-02-10
3
-23
/
+56
*
|
Merge pull request #23528 from bensheldon/patch-1
Richard Schneeman
2016-02-10
1
-1
/
+1
|
\
\
|
*
|
Set postgresql poolsize via RAILS_MAX_THREADS
Ben Sheldon
2016-02-10
1
-1
/
+1
*
|
|
Merge pull request #23274 from KeithP/actioncable_logging
David Heinemeier Hansson
2016-02-10
1
-2
/
+16
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'origin/master' into actioncable_logging
kp
2016-02-10
258
-1531
/
+3186
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Logs successful and invalid connections separately
kp
2016-02-10
1
-8
/
+12
|
*
|
|
adds debug logging to actioncable connect
kp
2016-01-26
1
-2
/
+12
*
|
|
|
Merge pull request #23583 from brchristian/penultimate
David Heinemeier Hansson
2016-02-10
10
-2
/
+86
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
include activerecord and activesupport CHANGELOG entries
Brian Christian
2016-02-10
2
-0
/
+8
|
*
|
|
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
8
-32
/
+32
|
*
|
|
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
8
-2
/
+78
*
|
|
|
Merge pull request #21671 from kaspth/integration-request-encoding-helpers
David Heinemeier Hansson
2016-02-10
2
-4
/
+122
|
\
\
\
\
|
*
|
|
|
Add `as` to encode a request as a specific mime type.
Kasper Timm Hansen
2016-01-04
2
-4
/
+122
*
|
|
|
|
Merge pull request #22772 from gsamokovarov/nack-template-error
David Heinemeier Hansson
2016-02-10
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Fix edge case with ActionView::Template::Error reraise
Genadi Samokovarov
2015-12-23
1
-0
/
+4
*
|
|
|
|
|
Merge pull request #23512 from y-yagi/set_association_name_to_fixture
David Heinemeier Hansson
2016-02-10
3
-11
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
set association name to generated fixtures if attribute is reference
yuuji.yaginuma
2016-02-06
3
-11
/
+10
*
|
|
|
|
|
|
Merge pull request #23587 from wallclockbuilder/patch-1
Vipul A M
2016-02-10
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix tiny grammar.
Mawueli Kofi Adzoe
2016-02-09
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #23586 from jhcole/master
प्रथमेश Sonpatki
2016-02-10
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix typo
John Cole
2016-02-09
1
-2
/
+2
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #23584 from mgm702/fix_grammar_errors_in_security_and_migr...
Jon Moss
2016-02-09
2
-4
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fixed grammatical errors in rails docs [ci skip]
Matt Michnal
2016-02-09
2
-4
/
+4
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
prevent apps in the railties test suite from running the evented monitor
Xavier Noria
2016-02-10
1
-3
/
+12
*
|
|
|
|
|
|
include spring-watcher-listen in the Gemfile of new applications
Xavier Noria
2016-02-10
3
-0
/
+9
*
|
|
|
|
|
|
enables the evented monitor in new applications
Xavier Noria
2016-02-10
5
-1
/
+35
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
`log_process_action` will return an array, so use `empty?`
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
|
|
|
|
Request#fullpath should not raise an exception, so remove the rescue
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
|
|
|
|
AC::Request#format always returns a value, so we do not need to try
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #23577 from dgynn/docs_initializers
Rafael França
2016-02-09
1
-4
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Update documentation regarding initializers [ci skip]
Dave Gynn
2016-02-09
1
-4
/
+16
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #23571 from y-yagi/remove_deprecated_render_nothing_from_g...
Vipul A M
2016-02-09
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
remove description of `render :nothing` from guide [ci skip]
yuuji.yaginuma
2016-02-09
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #23567 from kamipo/fix_typo
Jon Moss
2016-02-08
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix typo [ci skip]
Ryuta Kamizono
2016-02-09
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
drop array allocations on `html_safe`
Aaron Patterson
2016-02-08
1
-1
/
+1
*
|
|
|
|
|
speed up string xor operation and reduce object allocations
Aaron Patterson
2016-02-08
1
-1
/
+2
*
|
|
|
|
|
Merge pull request #23565 from abhishekjain16/fix_grammar
Jon Moss
2016-02-08
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Fix grammar
Abhishek Jain
2016-02-09
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #23534 from bronson/fix-redefined-warning
Arthur Nogueira Neves
2016-02-08
1
-0
/
+1
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
fix 'method redefined' warnings
Scott Bronson
2016-02-06
1
-0
/
+1
*
|
|
|
|
|
|
Merge pull request #23563 from pra85/patch-2
Jon Moss
2016-02-08
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix a typo
Prayag Verma
2016-02-08
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Revert "Merge pull request #23562 from Azzurrio/patch-1"
Rafael Mendonça França
2016-02-08
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #23562 from Azzurrio/patch-1
Kasper Timm Hansen
2016-02-08
1
-1
/
+1
|
\
\
\
\
\
\
\
[next]