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 RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze`
Yasuo Honda
2018-11-08
2
-4
/
+1
|
/
/
/
/
*
|
|
|
Compile packs for test
yuuji.yaginuma
2018-11-08
1
-2
/
+4
*
|
|
|
Merge pull request #34385 from christophemaximin/guard-enum-empty-keys
Ryuta Kamizono
2018-11-08
3
-0
/
+26
|
\
\
\
\
|
*
|
|
|
Guard Enums against definitions with blank label names
Christophe Maximin
2018-11-07
3
-1
/
+27
*
|
|
|
|
Fix broken CHANGELOG markup [ci skip]
Ryuta Kamizono
2018-11-08
3
-5
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #34181 from gmcgibbon/db_schema_cache_dump_and_clear_multi_db
Eileen M. Uchitelle
2018-11-07
4
-5
/
+57
|
\
\
\
\
|
*
|
|
|
Add multi-db support to schema cache dump and clear
Gannon McGibbon
2018-11-07
4
-5
/
+57
|
/
/
/
/
*
|
|
|
Merge pull request #34393 from eugeneius/always_add_to_parent_transaction
Ryuta Kamizono
2018-11-07
2
-1
/
+12
|
\
\
\
\
|
*
|
|
|
Always add records to parent of nested transaction
Eugene Kenny
2018-11-07
2
-1
/
+12
*
|
|
|
|
Merge pull request #34387 from yhirano55/rails_info_properties_json
Ryuta Kamizono
2018-11-07
5
-2
/
+37
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add JSON support to rails properties route (`/rails/info/properties`).
Yoshiyuki Hirano
2018-11-07
5
-2
/
+37
*
|
|
|
|
Merge pull request #34392 from gmcgibbon/gem_security_note_amend
Rafael França
2018-11-06
11
-31
/
+31
|
\
\
\
\
\
|
*
|
|
|
|
Amend CVE note and security guide section wordings
Gannon McGibbon
2018-11-06
11
-31
/
+31
*
|
|
|
|
|
Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializer
Guillermo Iguaran
2018-11-06
2
-0
/
+15
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add `connect_src` example to content security policy initializer
yuuji.yaginuma
2018-11-04
2
-0
/
+15
*
|
|
|
|
|
Merge pull request #34388 from gmcgibbon/gem_security_note
Kasper Timm Hansen
2018-11-06
11
-0
/
+35
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add CVE note to security guide and gemspecs
Gannon McGibbon
2018-11-06
11
-0
/
+35
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #34384 from eugeneius/inspect_with_non_primary_key_id_attr...
Ryuta Kamizono
2018-11-06
5
-3
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
Fix inspect with non-primary key id attribute
Eugene Kenny
2018-11-06
5
-3
/
+26
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptions
Eileen M. Uchitelle
2018-11-05
1
-1
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
resque errors caused by Marshal dump failures and wrap exceptions in marshall...
Lachlan Sylvester
2018-10-09
1
-1
/
+8
*
|
|
|
|
|
Merge pull request #34377 from nickcoyne/nickcoyne-patch-1
Vipul A M
2018-11-05
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix typo
Nick Coyne
2018-11-05
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Keep new line after the last dependency
yuuji.yaginuma
2018-11-04
1
-1
/
+1
*
|
|
|
|
Move `resolve_sti_reflections` which is table row related code into `TableRow`
Ryuta Kamizono
2018-11-03
2
-89
/
+78
*
|
|
|
|
Don't pass useless `table_name` to `ModelMetadata.new`
Ryuta Kamizono
2018-11-03
3
-13
/
+4
*
|
|
|
|
Don't pass unused `connection` to `FixtureSet.new`
Ryuta Kamizono
2018-11-03
2
-14
/
+11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Checking boundable not only `IN` clause but also `NOT IN` clause
Ryuta Kamizono
2018-11-03
4
-8
/
+24
*
|
|
|
Merge pull request #34177 from rmacklin/convert-actioncable-to-es2015
Javan Makhmali
2018-11-02
22
-479
/
+3054
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Convert ActionCable javascript to ES2015 modules with modern build environment
Richard Macklin
2018-11-02
16
-302
/
+2748
|
*
|
|
Refactor decaffeinate output to more natural/idiomatic javascript
Richard Macklin
2018-11-02
6
-279
/
+228
|
*
|
|
Run decaffeinate on action_cable/*.js
Richard Macklin
2018-11-02
6
-401
/
+581
|
*
|
|
Move actioncable javascript to app/javascript and change .coffee -> .js
Richard Macklin
2018-11-02
6
-0
/
+0
|
/
/
/
*
|
|
Merge pull request #34360 from weilandia/34359_hash_with_indifferent_access_t...
Rafael França
2018-11-01
3
-0
/
+13
|
\
\
\
|
*
|
|
Make #to_options an alias for #symbolize_keys
Nick Weiland
2018-11-01
3
-0
/
+13
*
|
|
|
Merge pull request #34361 from esparta/update_sample_callback_before_destroy
Ryuta Kamizono
2018-11-01
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Updating sample code on ActiveRecord#before_destroy callback [ci skip]
Espartaco Palma
2018-10-31
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #34356 from gmcgibbon/docs_i18n_with_locale_threadsafe
Rafael França
2018-10-31
1
-15
/
+23
|
\
\
\
|
*
|
|
Make i18n locale setting docs use around_action
Gannon McGibbon
2018-10-31
1
-15
/
+23
*
|
|
|
Fix "warning: shadowing outer local variable - role"
Ryuta Kamizono
2018-10-31
1
-9
/
+13
*
|
|
|
Merge pull request #34355 from esquith/patch-1
Gannon McGibbon
2018-10-30
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update authorization.rb
Esquith Allen
2018-10-30
1
-1
/
+1
*
|
|
|
|
Restore HWIA support to AJ::Arguments.deserialize
Gannon McGibbon
2018-10-30
3
-1
/
+13
*
|
|
|
|
Merge pull request #34353 from gmcgibbon/fix_lock_docs_locking_clause
Rafael França
2018-10-30
1
-3
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix example for database-specific locking clause
Gannon McGibbon
2018-10-30
1
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #33972 from bogdanvlviv/follow-up-33897
Rafael França
2018-10-30
2
-9
/
+13
|
\
\
\
\
|
*
|
|
|
Improve `enqueue_retry.active_job` message
bogdanvlviv
2018-09-25
2
-9
/
+13
*
|
|
|
|
Fix failing test
Sean Griffin
2018-10-30
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
`update_columns` raises if the column is unknown
Sean Griffin
2018-10-30
4
-4
/
+16
*
|
|
|
Merge pull request #34314 from bf4/patch-2
Gannon McGibbon
2018-10-30
1
-1
/
+1
|
\
\
\
\
[prev]
[next]