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
*
use << instead of #concat in #reverse_sql_order because we might be working w...
Ben Toews
2017-11-09
2
-2
/
+2
*
try using regexes
Ben Toews
2017-11-09
27
-166
/
+120
*
allow table name and direction in string order arg
Ben Toews
2017-11-09
27
-244
/
+295
*
work around deprecation warnings in a bunch of tests
Ben Toews
2017-11-09
34
-313
/
+320
*
always allow Arel::Attributes::Attribute also
Ben Toews
2017-11-09
1
-1
/
+3
*
call enforce_raw_sql_whitelist on @klass so it works with FakeKlass
Ben Toews
2017-11-09
1
-2
/
+2
*
work with actual string when reversing order
Ben Toews
2017-11-09
1
-0
/
+3
*
remove :enabled option
Ben Toews
2017-11-09
3
-59
/
+52
*
beef up deprecation warning
Ben Toews
2017-11-09
1
-3
/
+7
*
make tests more verbose/explicit
Ben Toews
2017-11-09
1
-78
/
+96
*
allow Arel.sql() for pluck
Ben Toews
2017-11-09
8
-101
/
+159
*
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
[next]