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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set sqlite3 gem version explicitly in generated Gemfile
Sergey Ponomarev
2019-02-05
1
-1
/
+1
*
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
9
-12
/
+12
*
|
Fix `ERB.new` argument deprecated warning
yuuji.yaginuma
2019-01-31
1
-1
/
+5
*
|
Merge pull request #34980 from y-yagi/fixes_34979
Yuji Yaginuma
2019-01-31
1
-0
/
+6
|
\
\
|
*
|
Don't add `RAILS_ENV` in generate action
yuuji.yaginuma
2019-01-19
1
-0
/
+6
*
|
|
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 #34789 from christos/fix-editing-new-environment-credentials
Kasper Timm Hansen
2019-01-25
1
-0
/
+8
|
\
\
|
*
|
Don't load app environment when editing credentials
Christos Zisopoulos
2018-12-26
1
-0
/
+8
*
|
|
Fix deeply nested namespace command printing
Gannon McGibbon
2019-01-24
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
|
/
/
*
|
Revert "Remove deprecated `server` argument from the rails server command"
yuuji.yaginuma
2019-01-18
1
-0
/
+4
*
|
Remove deprecated `after_bundle` helper inside plugins templates
Rafael Mendonça França
2019-01-17
1
-32
/
+0
*
|
Remove deprecated `server` argument from the rails server command
Rafael Mendonça França
2019-01-17
1
-4
/
+0
*
|
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
3
-44
/
+5
*
|
Remove deprecated `capify!`
Rafael Mendonça França
2019-01-17
1
-9
/
+0
*
|
Remove deprecated `config.secret_token`
Rafael Mendonça França
2019-01-17
4
-212
/
+4
*
|
Change `SQLite3Adapter` to always represent boolean values as integers
Rafael Mendonça França
2019-01-17
1
-19
/
+11
*
|
Merge pull request #34953 from gmcgibbon/seed_with_inline_jobs
Rafael França
2019-01-17
1
-0
/
+12
|
\
\
|
*
|
Seed database with inline ActiveJob job adapter
Gannon McGibbon
2019-01-17
1
-0
/
+12
*
|
|
Minimize boilerplate setup code for JavaScript libraries
Javan Makhmali
2019-01-16
2
-3
/
+3
|
/
/
*
|
Merge branch 'master' into db_system_change_command
Kasper Timm Hansen
2019-01-16
9
-110
/
+137
|
\
\
|
*
|
Add `rails test:channels`.
bogdanvlviv
2019-01-16
1
-2
/
+13
|
*
|
Merge pull request #33962 from kaspth/restructure-environment-credentials
Kasper Timm Hansen
2019-01-14
3
-67
/
+58
|
|
\
\
|
|
*
|
Restructure credentials after environment overrides.
Kasper Timm Hansen
2019-01-14
3
-67
/
+58
|
*
|
|
Add connection_test to app generator
Vladimir Dementyev
2019-01-13
1
-0
/
+3
|
*
|
|
Add channel test generator
Vladimir Dementyev
2019-01-13
1
-0
/
+14
|
|
/
/
|
*
|
Add Exim and Qmail support to Action Mailbox
George Claghorn
2019-01-12
2
-10
/
+8
|
*
|
Move all npm packages to @rails scope
Javan Makhmali
2019-01-10
1
-2
/
+2
|
*
|
Merge pull request #34907 from wildbit/actionmailbox-postmark
George Claghorn
2019-01-09
2
-33
/
+43
|
|
\
\
|
|
*
|
Added Postmark ingress support
Tomek Maszkowski
2019-01-09
2
-33
/
+43
*
|
|
|
Revise wording on invalid database error messages
Gannon McGibbon
2019-01-09
2
-2
/
+2
*
|
|
|
Add rails db:system:change command
Gannon McGibbon
2019-01-09
4
-1
/
+177
|
/
/
/
*
|
|
Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaults
Rafael França
2019-01-09
1
-0
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move MailDeliveryJob default to 6.0 defaults
Gannon McGibbon
2019-01-07
1
-0
/
+27
*
|
|
Preserve Bundle configuration during app generation (#34755)
Marco Costa
2019-01-09
1
-0
/
+18
*
|
|
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
Kasper Timm Hansen
2019-01-08
2
-17
/
+0
*
|
|
Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...
Kasper Timm Hansen
2019-01-08
1
-0
/
+11
*
|
|
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
Kasper Timm Hansen
2019-01-08
1
-11
/
+0
|
/
/
*
|
Revert "Remove node_modules path from assets load paths since we use webpack ...
bogdanvlviv
2019-01-06
1
-0
/
+5
*
|
Add `--skip-action-text` option to `rails new`
bogdanvlviv
2019-01-05
2
-0
/
+17
*
|
Import Action Text
George Claghorn
2019-01-04
1
-4
/
+4
*
|
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
[next]