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
*
Always need to extract `value.bound_attributes` if `value.is_a?(Relation)`
Ryuta Kamizono
2017-03-25
1
-3
/
+1
*
Preprocess association query handling in predicate builder
Ryuta Kamizono
2017-03-20
1
-11
/
+8
*
Merge pull request #28481 from y-yagi/fix_warning
Kasper Timm Hansen
2017-03-20
1
-3
/
+3
|
\
|
*
Fix `warning: character class has duplicated range`
yuuji.yaginuma
2017-03-20
1
-3
/
+3
*
|
Merge pull request #28479 from kamipo/evaluate_default_block_only_when_necessary
Kasper Timm Hansen
2017-03-20
3
-4
/
+4
|
\
\
|
*
|
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
2
-3
/
+3
|
*
|
Delegate `uniq` to `records`
Ryuta Kamizono
2017-03-18
1
-1
/
+1
*
|
|
Merge pull request #28482 from y-yagi/fix_changelog_entry_about_transaction_e...
Richard Schneeman
2017-03-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix changelog entry about transaction error classes [ci skip]
yuuji.yaginuma
2017-03-20
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #28475 from y-yagi/correctly_check_whether_key_is_defined
Matthew Draper
2017-03-20
3
-4
/
+16
|
\
\
\
|
*
|
|
Correctly check whether key is defined in configuration
yuuji.yaginuma
2017-03-19
3
-4
/
+16
|
|
/
/
*
|
|
Merge pull request #28477 from spdawson/patch-3
Jon Moss
2017-03-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove stray back-end from ActiveJob Basics guide
Simon Dawson
2017-03-19
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #28476 from spdawson/patch-2
Jon Moss
2017-03-19
1
-13
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Minor grammar fixes for Rails 5.1 release notes
Simon Dawson
2017-03-19
1
-13
/
+15
|
/
/
*
|
Update some jquery-ujs references to rails-ujs
Jon Moss
2017-03-18
3
-10
/
+10
*
|
Add link to rails-ujs/dropping jQuery PR
Jon Moss
2017-03-18
1
-0
/
+2
*
|
Add link to Webpack/Webpacker PR
Jon Moss
2017-03-18
1
-0
/
+2
*
|
Second pass on 5.1 release notes
Jon Moss
2017-03-18
1
-5
/
+5
*
|
First pass on 5.1 release notes
Jon Moss
2017-03-18
1
-14
/
+18
*
|
Merge pull request #28446 from y-yagi/move_new_changelog_entry_to_the_top
Jon Moss
2017-03-18
1
-7
/
+7
|
\
\
|
*
|
Move new CHANGELOG entry to the top [ci skip]
yuuji.yaginuma
2017-03-16
1
-7
/
+7
*
|
|
Merge pull request #28467 from baerjam/improve-caching-guides
Jon Moss
2017-03-18
1
-1
/
+15
|
\
\
\
|
*
|
|
Improve Caching with Rails Guides [ci skip]
James Baer
2017-03-17
1
-1
/
+15
*
|
|
|
Merge pull request #28469 from matthewd/new-new-defaults
Matthew Draper
2017-03-19
7
-59
/
+60
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Track the version-compatible config settings inside railties
Matthew Draper
2017-03-18
7
-59
/
+60
*
|
|
|
Always use original url_for when generating direct routes
Andrew White
2017-03-17
3
-1
/
+55
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #28191 from eugeneius/string_assoc_order
Rafael França
2017-03-17
2
-2
/
+30
|
\
\
\
|
*
|
|
Allow order to be given expressions as hash keys
Eugene Kenny
2017-02-27
2
-2
/
+30
*
|
|
|
Merge pull request #28154 from aripollak/remove-comments-from-structure-sql
Rafael Mendonça França
2017-03-17
3
-3
/
+43
|
\
\
\
\
|
*
|
|
|
Only remove comments before the first statement
Ari Pollak
2017-02-24
2
-7
/
+12
|
*
|
|
|
Drop comments from structure.sql in postgresql
Ari Pollak
2017-02-24
3
-3
/
+38
*
|
|
|
|
Fix resolve usage in the release notes
Rafael Mendonça França
2017-03-17
1
-1
/
+1
*
|
|
|
|
Merge pull request #28096 from prathamesh-sonpatki/5-1-release-notes-first-draft
Rafael França
2017-03-17
1
-0
/
+267
|
\
\
\
\
\
|
*
|
|
|
|
Add blurbs about each new feature [ci skip]
Prathamesh Sonpatki
2017-03-13
1
-0
/
+158
|
*
|
|
|
|
Add PR links for major features [ci skip]
Prathamesh Sonpatki
2017-03-03
1
-0
/
+11
|
*
|
|
|
|
Add first draft of release notes for Rails 5.1 :tada:
Prathamesh Sonpatki
2017-03-03
1
-0
/
+98
*
|
|
|
|
|
uniq was deprecated and removed already
Rafael Mendonça França
2017-03-17
1
-1
/
+1
*
|
|
|
|
|
Add support for calling nested direct routes (#28462)
Andrew White
2017-03-17
4
-32
/
+48
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #28341 from mtsmfm/pass-options-to-driven-by
Rafael França
2017-03-17
3
-4
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Pass options to `driven_by`
Fumiaki MATSUSHIMA
2017-03-13
3
-4
/
+6
*
|
|
|
|
|
Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu...
Rafael França
2017-03-17
5
-49
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove ability update locking_column value
bogdanvlviv
2017-03-16
5
-49
/
+4
*
|
|
|
|
|
|
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
5
-1
/
+50
*
|
|
|
|
|
|
Bump Capybara and include Minitest::Assertions
eileencodes
2017-03-17
4
-4
/
+6
*
|
|
|
|
|
|
Cleanup documentation fixes (#28460)
Vipul A M
2017-03-17
2
-5
/
+5
*
|
|
|
|
|
|
Merge pull request #28421 from tangposmarvin/docs-assest-pipeline
Vipul A M
2017-03-17
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix asset_pipeline docs incorrect image dir info
marvin
2017-03-16
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge pull request #28444 from budnik/patch-2
Vipul A M
2017-03-17
1
-4
/
+3
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Updates incorrect documentation [ci skip]
Dmitriy Budnik
2017-03-16
1
-4
/
+3
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
[next]