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
*
Set the test adapter for the test environment by default in `config/cable.yml`
bogdanvlviv
2018-08-23
1
-1
/
+1
*
Clarify api docs of ActionCable::SubscriptionAdapter::Test
bogdanvlviv
2018-08-23
2
-2
/
+2
*
Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi...
George Claghorn
2018-08-22
9
-18
/
+118
|
\
|
*
Respond with 404 in ActiveStorage::DiskController#show when file missing
Cameron Bothner
2018-08-21
3
-0
/
+16
|
*
Translate service-specific missing object exceptions into a generic one
Cameron Bothner
2018-08-21
7
-18
/
+102
*
|
Include form_with in form_helpers rails guide (#33523)
Nick Schwaderer
2018-08-22
1
-53
/
+49
*
|
Merge pull request #33698 from bogdanvlviv/follow-up-33693
Rafael França
2018-08-22
1
-1
/
+0
|
\
\
|
*
|
Remove extra execution of `uniq!` on action_methods
bogdanvlviv
2018-08-22
1
-1
/
+0
*
|
|
Merge pull request #33695 from peterzhu2118/master
Rafael França
2018-08-22
2
-8
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update ParameterFilter to yield original parameters
Peter Zhu
2018-08-22
2
-8
/
+11
*
|
|
Merge pull request #33693 from schneems/schneems/action_methods
Richard Schneeman
2018-08-22
1
-1
/
+4
|
\
\
\
|
*
|
|
Two fewer array allocations on action_methods
schneems
2018-08-22
1
-1
/
+4
*
|
|
|
Merge pull request #33697 from bogdanvlviv/rails-command-help-show-description
Rafael França
2018-08-22
2
-2
/
+5
|
\
\
\
\
|
*
|
|
|
Fix `rails initializers --help` and `rails dev:cache --help`
bogdanvlviv
2018-08-22
2
-2
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #33685 from krusty3002/master
Rafael França
2018-08-22
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Fixed file name [ci skip]
Claas Zurawski
2018-08-22
1
-1
/
+1
|
*
|
|
|
Added explanation about new_framework_defaults.rb file [ci skip]
Claas Zurawski
2018-08-22
1
-0
/
+7
*
|
|
|
|
Merge pull request #33694 from bogdanvlviv/follow-up-33631
Rafael França
2018-08-22
1
-1
/
+0
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove `rake initializers` from rake tasks list
bogdanvlviv
2018-08-22
1
-1
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #33162 from utilum/stop_using_mocha
Kasper Timm Hansen
2018-08-22
11
-59
/
+200
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove Mocha from Gemfile
utilum
2018-08-13
2
-6
/
+0
|
*
|
|
Add method_call_assertions and use them instead of Mocha
utilum
2018-08-13
6
-36
/
+170
|
*
|
|
Stub with Minitest and test with MethodCallAssertions
utilum
2018-08-13
3
-17
/
+30
*
|
|
|
Partly revert unused accessor
Ryuta Kamizono
2018-08-23
1
-8
/
+1
*
|
|
|
Merge pull request #33691 from tgxworld/add_config_to_disable_advisory_locks
Matthew Draper
2018-08-23
8
-4
/
+75
|
\
\
\
\
|
*
|
|
|
Add database configuration to disable advisory locks.
Guo Xiang Tan
2018-08-22
8
-4
/
+75
*
|
|
|
|
Merge pull request #33547 from Ana06/patch-1
Matthew Draper
2018-08-23
3
-3
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Add tests for privates methods in view's helpers
Ana María Martínez Gómez
2018-08-08
2
-1
/
+14
|
*
|
|
|
|
Deprecate use of private methods in view's helpers
Ana María Martínez Gómez
2018-08-08
2
-4
/
+14
|
*
|
|
|
|
Add one more method affected in CHANGELOG
Ana María Martínez Gómez
2018-08-08
1
-2
/
+3
|
*
|
|
|
|
Use public_send in extract_values_from_collection
Ana María Martínez Gómez
2018-08-08
1
-1
/
+1
|
*
|
|
|
|
Use public_send in value_for_collection
Ana María Martínez Gómez
2018-08-07
2
-1
/
+11
*
|
|
|
|
|
Merge pull request #33659 from palkan/feature/action-cable-testing
Eileen M. Uchitelle
2018-08-22
8
-0
/
+343
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add Action Cable test case and test helper
Vladimir Dementyev
2018-08-19
5
-0
/
+255
|
*
|
|
|
|
Add Action Cable test adapter
Vladimir Dementyev
2018-08-19
3
-0
/
+88
*
|
|
|
|
|
Remove duplicate test
utilum
2018-08-22
1
-2
/
+2
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #33682 from mroutis/brewfile-add-imagemagick
Rafael França
2018-08-21
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Add ImageMagick to Brewfile
Mr. Outis
2018-08-21
1
-0
/
+1
|
/
/
/
/
/
*
|
|
|
|
Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c...
yuuji.yaginuma
2018-08-22
1
-1
/
+1
*
|
|
|
|
Add missing newline [ci skip]
George Claghorn
2018-08-21
1
-0
/
+1
*
|
|
|
|
Merge pull request #33680 from mroutis/update-guides-activestorage-dependencies
George Claghorn
2018-08-21
1
-1
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Add ImageMagick to ActiveStorage dependencies
Mr. Outis
2018-08-21
1
-1
/
+13
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #29838 from fschwahn/patch-1
Rafael França
2018-08-21
2
-0
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Improve documentation of Procs as :if / :unless options for callbacks
Fabian Schwahn
2018-08-20
2
-0
/
+16
*
|
|
|
|
|
Merge pull request #33660 from y-yagi/follow_up_32121
Richard Schneeman
2018-08-21
4
-0
/
+58
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make `rake routes` deprecate before deleting
yuuji.yaginuma
2018-08-20
4
-0
/
+58
*
|
|
|
|
|
|
Merge pull request #33635 from bogdanvlviv/improve-active_job-test_helpers
Jeremy Daer
2018-08-20
4
-61
/
+726
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
DRY in `assert_enqueued_jobs`
bogdanvlviv
2018-08-20
1
-2
/
+6
|
*
|
|
|
|
|
|
Fix formatting of `ActiveJob::TestHelper` api docs
bogdanvlviv
2018-08-20
1
-4
/
+4
|
*
|
|
|
|
|
|
Allow `assert_performed_with` to be called without a block.
bogdanvlviv
2018-08-20
3
-14
/
+129
[next]