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
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
10
-113
/
+123
*
Merge pull request #26394 from kamipo/remove_redundant_condition
Andrew White
2016-09-06
1
-2
/
+2
|
\
|
*
Remove redundant `!loaded?` condition
Ryuta Kamizono
2016-09-06
1
-2
/
+2
*
|
Merge pull request #26397 from yui-knk/unused_inner_alias
Matthew Draper
2016-09-06
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove not used alias method
yui-knk
2016-09-06
1
-1
/
+0
|
/
*
Merge pull request #26370 from yahonda/rails26368
Andrew White
2016-09-05
2
-2
/
+2
|
\
|
*
Change require order to come `require "models/post"` before `require "models/...
Yasuo Honda
2016-09-02
2
-2
/
+2
*
|
Merge pull request #26391 from y-yagi/use_descendants_to_get_all_subclasses
Andrew White
2016-09-05
4
-1
/
+17
|
\
\
|
*
|
use `descendants` to get class that inherited `ActiveJob::Base`
yuuji.yaginuma
2016-09-05
4
-1
/
+17
|
|
/
*
|
Merge pull request #26379 from kamipo/remove_unnecessary_query_scope
Andrew White
2016-09-05
1
-4
/
+0
|
\
\
|
*
|
Remove unnecessary `query_scope`
Ryuta Kamizono
2016-08-16
1
-4
/
+0
*
|
|
Merge pull request #26392 from y-yagi/chage_descendants_to_public_api
Vipul A M
2016-09-05
1
-2
/
+15
|
\
\
\
|
*
|
|
change `Class#descendants` to public API [ci skip]
yuuji.yaginuma
2016-09-05
1
-2
/
+15
|
/
/
/
*
|
|
Merge pull request #26377 from y-yagi/rename_test_method_to_avoid_overriding
Eileen M. Uchitelle
2016-09-04
1
-1
/
+1
|
\
\
\
|
*
|
|
rename test method to avoid overriding
yuuji.yaginuma
2016-09-03
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #26383 from kamipo/remove_unnecessary_count_for_collection...
Eileen M. Uchitelle
2016-09-04
2
-36
/
+14
|
\
\
\
|
*
|
|
Remove unnecessary `count` method for collection proxy
Ryuta Kamizono
2016-09-04
2
-36
/
+14
*
|
|
|
Merge pull request #26384 from y-yagi/make_fixture_file_upload_in_integration...
Eileen M. Uchitelle
2016-09-04
3
-1
/
+43
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
3
-1
/
+43
|
|
/
/
*
|
|
Merge pull request #26382 from naw/transaction-callback-docs
Vipul A M
2016-09-04
2
-1
/
+9
|
\
\
\
|
*
|
|
Update docs for change in transaction callback exceptions
Nathan Wenneker
2016-09-03
2
-1
/
+9
|
/
/
/
*
|
|
Merge pull request #26371 from duffyjp/master
Guillermo Iguaran
2016-09-03
1
-1
/
+4
|
\
\
\
|
*
|
|
Allow download of email attachments in the Mailer Preview template.
jpd800
2016-09-02
1
-1
/
+4
|
|
/
/
*
|
|
Merge pull request #26375 from kamipo/remove_blank_else_branch
Guillermo Iguaran
2016-09-03
1
-3
/
+0
|
\
\
\
|
*
|
|
Remove blank else branch
Ryuta Kamizono
2016-09-03
1
-3
/
+0
*
|
|
|
Merge pull request #26381 from kamipo/extract_duplicated_create_for_association
Yves Senn
2016-09-03
3
-16
/
+8
|
\
\
\
\
|
*
|
|
|
Extract duplicated `create` and `create!` definition for association
Ryuta Kamizono
2016-09-03
3
-16
/
+8
|
/
/
/
/
*
|
|
|
Merge pull request #26374 from kamipo/fix_broken_heredoc_indentation
Xavier Noria
2016-09-03
21
-107
/
+108
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
21
-107
/
+108
|
/
/
/
*
|
|
Merge pull request #26373 from y-yagi/add_active_job_bug_report_templates_to_...
Guillermo Iguaran
2016-09-02
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add Active Job bug report templates to guide [ci skip]
yuuji.yaginuma
2016-09-03
1
-0
/
+1
|
/
/
*
|
Merge pull request #26364 from y-yagi/fix_class_name_typo_in_bug_report_templ...
Kasper Timm Hansen
2016-09-02
2
-4
/
+4
|
\
\
|
*
|
fix class name typo
yuuji.yaginuma
2016-09-02
2
-4
/
+4
*
|
|
Merge pull request #26365 from riseshia/patch-1
Vipul A M
2016-09-02
1
-2
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve Getting Started [ci skip]
Shia
2016-09-02
1
-2
/
+1
|
/
/
*
|
Merge pull request #26362 from prathamesh-sonpatki/add-aj-bug-report-templates
Guillermo Iguaran
2016-09-02
2
-0
/
+63
|
\
\
|
*
|
Added bug report templates for Active Job
Prathamesh Sonpatki
2016-09-02
2
-0
/
+63
*
|
|
Merge pull request #26361 from wytesk133/master
प्रथमेश Sonpatki
2016-09-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Grammar fix [ci skip]
Waitaya Krongapiradee
2016-09-02
1
-1
/
+1
|
/
/
*
|
apply case-in-assignment pattern
Xavier Noria
2016-09-02
2
-11
/
+13
*
|
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
9
-44
/
+53
*
|
fix RuboCop errors re \xFC
Xavier Noria
2016-09-02
1
-2
/
+4
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
40
-71
/
+71
*
|
Cache to_datetime for performance
Andrew White
2016-09-01
1
-1
/
+1
*
|
Merge pull request #26354 from shingo-nakanishi/fix_document
Vipul A M
2016-09-01
1
-1
/
+2
|
\
\
|
*
|
fix document for radio_button
shingo-nakanishi
2016-09-01
1
-1
/
+2
|
/
/
*
|
Merge pull request #26351 from y-yagi/fix_ruby_warning
Sean Griffin
2016-08-31
1
-3
/
+3
|
\
\
|
*
|
remove warning from `video_tag`
yuuji.yaginuma
2016-09-01
1
-3
/
+3
*
|
|
Merge pull request #25758 from vipulnsward/fix-key-len-issue
Matthew Draper
2016-09-01
4
-9
/
+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
4
-22
/
+26
[next]