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
path:
root
/
railties
/
test
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make this test stronger
Xavier Noria
2019-02-23
1
-0
/
+7
*
Let Zeitwerk autoloaders inflect with Active Support
Xavier Noria
2019-02-23
1
-0
/
+18
*
simplifies Rails.autoloaders.logger=
Xavier Noria
2019-02-21
1
-2
/
+2
*
simplify AS::Dependencies.verbose=
Xavier Noria
2019-02-21
1
-4
/
+4
*
Define Rails.autoloaders.logger=
Xavier Noria
2019-02-21
1
-0
/
+23
*
let Zeitwerk integration unhook AS::Dependencies
Xavier Noria
2019-02-19
4
-2
/
+28
*
Implement AS::Dependencies.verbose= compatibility for :zeitwerk mode
Xavier Noria
2019-02-15
1
-0
/
+36
*
Replace autoloader accessors with Rails.autoloaders.{main,once}
Xavier Noria
2019-02-14
2
-23
/
+32
*
Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:
Edouard CHIN
2019-02-14
1
-0
/
+22
*
style
Xavier Noria
2019-02-12
1
-3
/
+3
*
Zeitwerk integration
Xavier Noria
2019-02-12
5
-26
/
+190
*
Fix assertion excpected/actual order
Ufuk Kayserilioglu
2019-02-11
1
-6
/
+6
*
Allow deprecated non-symbol access to nested `config_for` hashes
Ufuk Kayserilioglu
2019-02-11
1
-1
/
+102
*
Fix rubocop violations
yuuji.yaginuma
2019-02-09
1
-9
/
+7
*
Deprecate finalizer configuration (it doesn't do anything)
Aaron Patterson
2019-02-06
1
-0
/
+21
*
Remove finalizer and configuration
Aaron Patterson
2019-02-06
1
-17
/
+0
*
Respect ENV variables when finding DBs etc for the test suite
Matthew Draper
2019-02-06
3
-10
/
+15
*
Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs
Gannon McGibbon
2019-02-04
1
-1
/
+1
|
\
|
*
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
1
-1
/
+1
*
|
Railities typo fixes.
alkesh26
2019-02-01
1
-1
/
+1
*
|
Rename methods and update docs
Eileen Uchitelle
2019-01-29
1
-0
/
+1
*
|
Implement a way to add browser capabilities:
Edouard CHIN
2019-01-29
1
-0
/
+2
|
/
*
Merge pull request #34993 from schuetzm/allow-subdomains-of-localhost
Rafael França
2019-01-23
1
-0
/
+5
|
\
|
*
Subdomains of localhost are safe against DNS rebinding
Marc Schütz
2019-01-23
1
-0
/
+5
*
|
Add Channel tests to `rails stats`
bogdanvlviv
2019-01-21
1
-1
/
+1
|
/
*
Remove deprecated support to old `config.ru` that use the application class a...
Rafael Mendonça França
2019-01-17
1
-14
/
+0
*
Remove deprecated `environment` argument from the rails commands
Rafael Mendonça França
2019-01-17
1
-1
/
+1
*
Remove deprecated `config.secret_token`
Rafael Mendonça França
2019-01-17
3
-211
/
+3
*
Change `SQLite3Adapter` to always represent boolean values as integers
Rafael Mendonça França
2019-01-17
1
-19
/
+11
*
Minimize boilerplate setup code for JavaScript libraries
Javan Makhmali
2019-01-16
1
-1
/
+1
*
Add `rails test:channels`.
bogdanvlviv
2019-01-16
1
-2
/
+13
*
Restructure credentials after environment overrides.
Kasper Timm Hansen
2019-01-14
2
-2
/
+58
*
Add Exim and Qmail support to Action Mailbox
George Claghorn
2019-01-12
1
-1
/
+1
*
Merge pull request #34907 from wildbit/actionmailbox-postmark
George Claghorn
2019-01-09
1
-0
/
+1
|
\
|
*
Added Postmark ingress support
Tomek Maszkowski
2019-01-09
1
-0
/
+1
*
|
Move MailDeliveryJob default to 6.0 defaults
Gannon McGibbon
2019-01-07
1
-0
/
+27
|
/
*
Test Action Mailbox configurations
bogdanvlviv
2019-01-04
1
-0
/
+71
*
Send Active Storage jobs to dedicated queues by default
George Claghorn
2019-01-04
1
-0
/
+28
*
Merge pull request #33985 from eugeneius/attribute_methods_schema_cache
Kasper Timm Hansen
2019-01-03
1
-1
/
+63
|
\
|
*
Only define attribute methods from schema cache
Eugene Kenny
2018-09-28
1
-1
/
+63
*
|
Add Rake task for testing mailboxes
George Claghorn
2018-12-30
1
-2
/
+14
*
|
Import Action Mailbox
George Claghorn
2018-12-25
1
-7
/
+22
*
|
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
1
-1
/
+1
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
3
-48
/
+40
*
|
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
|
Clarify implicit meaning of 'workers: 2' in parallelization tests.
Kasper Timm Hansen
2018-12-19
1
-6
/
+8
*
|
Add option to set parallel test worker count to the physical core count of th...
Bogdan
2018-12-18
1
-5
/
+14
*
|
Introduce a guard against DNS rebinding attacks
Genadi Samokovarov
2018-12-15
1
-6
/
+8
*
|
Improve deprecation message for enqueue returning false
Rafael Mendonça França
2018-12-05
1
-0
/
+27
*
|
Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...
Rafael França
2018-11-30
1
-26
/
+54
|
\
\
[next]