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
*
add config to check arguments to unsafe AR methods
Ben Toews
2017-11-09
6
-21
/
+293
*
Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac...
Ryuta Kamizono
2017-11-09
1
-8
/
+5
*
Merge pull request #31077 from gsamokovarov/assert-changes-nil
Rafael França
2017-11-09
2
-9
/
+5
|
\
|
*
Use plain assert in assert_changes to avoid MT6 refutes
Genadi Samokovarov
2017-11-07
2
-9
/
+5
*
|
Merge pull request #31078 from aeroastro/feature/fix-typo
Rafael França
2017-11-09
1
-2
/
+2
|
\
\
|
*
|
Fix typo on ActionDispatc::HTTP::FilterParameters
Takumasa Ochi
2017-11-07
1
-2
/
+2
*
|
|
Merge pull request #31095 from y-yagi/correctly_kill_the_server_in_ujs_test
Rafael França
2017-11-08
1
-2
/
+2
|
\
\
\
|
*
|
|
Correctly kill the server started with ujs test
yuuji.yaginuma
2017-11-09
1
-2
/
+2
*
|
|
|
Merge pull request #31091 from yahonda/concurrent_transaction_test_conditions
Rafael França
2017-11-08
1
-15
/
+13
|
\
\
\
\
|
*
|
|
|
Run `ConcurrentTransactionTest` if `supports_transaction_isolation?`
Yasuo Honda
2017-11-08
1
-15
/
+13
|
|
/
/
/
*
|
|
|
Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-log
Rafael França
2017-11-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Change output log about skipping instalation of Active Storage
bogdanvlviv
2017-11-08
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #31092 from bogdanvlviv/remove-redundant-passing-skip-acti...
Rafael França
2017-11-08
5
-6
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
5
-6
/
+6
|
/
/
/
*
|
|
`Mysql2Adapter` should pass `ConcurrentTransactionTest`
Ryuta Kamizono
2017-11-09
1
-1
/
+1
*
|
|
Consolidate redundant `if` and `unless` with the same condition
Ryuta Kamizono
2017-11-09
1
-3
/
+1
*
|
|
Don't expose accessors which are internal used only
Ryuta Kamizono
2017-11-08
2
-3
/
+6
*
|
|
Don't expose internal methods in `Preloader::ThroughAssociation`
Ryuta Kamizono
2017-11-08
1
-8
/
+7
*
|
|
Merge pull request #31086 from y-yagi/use_released_redis_namespace
Matthew Draper
2017-11-08
2
-10
/
+4
|
\
\
\
|
*
|
|
Use released `redis-namespace` instead of master version
yuuji.yaginuma
2017-11-08
2
-10
/
+4
*
|
|
|
Merge pull request #31085 from y-yagi/fix_output_of_select_tag_with_include_b...
Ryuta Kamizono
2017-11-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix output of `select_tag` with `include_blank: true` [ci skip]
yuuji.yaginuma
2017-11-08
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #31084 from y-yagi/do_not_run_active_storage_install_when_...
Ryuta Kamizono
2017-11-08
9
-22
/
+24
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove unnecessary migration deletion
yuuji.yaginuma
2017-11-08
5
-19
/
+0
|
*
|
|
Do not run `active_storage:install` when bundle install is skipped
yuuji.yaginuma
2017-11-08
4
-3
/
+24
|
/
/
/
*
|
|
Remove needless block parameter
George Claghorn
2017-11-07
1
-1
/
+1
*
|
|
Merge pull request #31076 from y-yagi/fix_comment_in_check_class_collision
Ryuta Kamizono
2017-11-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix comment in `check_class_collision` [ci skip]
yuuji.yaginuma
2017-11-07
1
-1
/
+1
*
|
|
|
Merge pull request #30997 from q-centrix/nofollow-change
Rafael França
2017-11-06
1
-3
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into nofollow-change
Dillon Welch
2017-11-03
67
-174
/
+204
|
|
\
\
\
|
*
|
|
|
Fix typo
Dillon Welch
2017-11-02
1
-1
/
+1
|
*
|
|
|
Remove test file
Dillon Welch
2017-11-02
1
-110
/
+0
|
*
|
|
|
Use blank? check instead of key? check
Dillon Welch
2017-11-02
2
-3
/
+113
|
*
|
|
|
Prevent extra string allocations when no 'rel' arg passed
Dillon Welch
2017-10-26
1
-3
/
+7
*
|
|
|
|
Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat...
Rafael França
2017-11-06
5
-7
/
+62
|
\
\
\
\
\
|
*
|
|
|
|
Add cases to test combining validation conditions
bogdanvlviv
2017-11-06
5
-7
/
+62
*
|
|
|
|
|
Merge pull request #30714 from bogdanvlviv/fix-rails_db_migrate_VERSION
Rafael França
2017-11-06
7
-14
/
+355
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
7
-14
/
+355
*
|
|
|
|
|
|
Fix streaming downloads from S3/Azure Storage
George Claghorn
2017-11-06
3
-7
/
+17
*
|
|
|
|
|
|
Remove useless `associated_records_by_owner`
Ryuta Kamizono
2017-11-07
2
-16
/
+10
*
|
|
|
|
|
|
Merge pull request #31058 from bogdanvlviv/ConfirmationValidator-with_false_v...
Rafael França
2017-11-06
3
-1
/
+18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...
bogdanvlviv
2017-11-05
3
-1
/
+18
*
|
|
|
|
|
|
|
Fix merge conflict and rubocop offences
Ryuta Kamizono
2017-11-07
1
-19
/
+18
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #30101 from bogdanvlviv/initialization-active_storage
Rafael França
2017-11-06
34
-104
/
+385
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Execution of `active_storage:install` should respect `--quiet` during `rails ...
bogdanvlviv
2017-11-06
1
-1
/
+1
|
*
|
|
|
|
|
|
Rails::Generators::Actions#execute_command allows option `capture`
bogdanvlviv
2017-11-06
2
-1
/
+23
|
*
|
|
|
|
|
|
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
16
-38
/
+92
|
*
|
|
|
|
|
|
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
20
-65
/
+270
*
|
|
|
|
|
|
|
Merge pull request #22435 from yui-knk/fix_engine_route_test
Rafael Mendonça França
2017-11-06
5
-6
/
+91
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Make `assert_recognizes` to traverse mounted engines
yui-knk
2016-04-23
5
-6
/
+90
[next]