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
/
lib
/
rails
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33419 from bogdanvlviv/update-active_storage
George Claghorn
2019-01-16
1
-0
/
+7
|
\
|
*
Add foreign key to active_storage_attachments for `blob_id` via new migration
bogdanvlviv
2019-01-16
1
-0
/
+7
*
|
Add a space in framework names. Matches Active Record in generated Gemfile.
Kasper Timm Hansen
2019-01-16
1
-2
/
+2
*
|
Minimize boilerplate setup code for JavaScript libraries
Javan Makhmali
2019-01-16
2
-12
/
+6
*
|
Merge branch 'master' into db_system_change_command
Kasper Timm Hansen
2019-01-16
15
-18
/
+31
|
\
\
|
*
|
Remove `frozen_string_literal` from Action Cable's template files
bogdanvlviv
2019-01-16
1
-2
/
+0
|
|
/
|
*
Add connection_test to app generator
Vladimir Dementyev
2019-01-13
2
-0
/
+15
|
*
Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery...
Gannon McGibbon
2019-01-11
1
-2
/
+2
|
|
\
|
|
*
Add info about `config.action_mailer.delivery_job` to the guide [ci skip]
bogdanvlviv
2019-01-11
1
-2
/
+2
|
*
|
Replace `secrets` with `credentials` in comments
okuramasafumi
2019-01-11
9
-9
/
+9
|
*
|
Move all npm packages to @rails scope
Javan Makhmali
2019-01-10
3
-7
/
+7
|
|
/
*
|
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
1
-0
/
+55
*
|
Move application generator naming and database code to concerns
Gannon McGibbon
2019-01-09
4
-87
/
+109
|
/
*
Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaults
Rafael França
2019-01-09
1
-0
/
+9
|
\
|
*
Move MailDeliveryJob default to 6.0 defaults
Gannon McGibbon
2019-01-07
1
-0
/
+9
*
|
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-3
/
+3
*
|
Preserve Bundle configuration during app generation (#34755)
Marco Costa
2019-01-09
1
-9
/
+11
*
|
Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...
Kasper Timm Hansen
2019-01-08
1
-0
/
+4
*
|
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
Kasper Timm Hansen
2019-01-08
1
-4
/
+0
*
|
Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_dev
Rafael França
2019-01-08
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
enable_fragment_cache_logging
Rob Jonson
2018-10-09
1
-0
/
+1
*
|
Revert "Remove node_modules path from assets load paths since we use webpack ...
bogdanvlviv
2019-01-06
1
-0
/
+4
*
|
Add `--skip-action-text` option to `rails new`
bogdanvlviv
2019-01-05
2
-1
/
+10
*
|
Fix `new_framework_defaults_6_0.rb` file
bogdanvlviv
2019-01-04
1
-1
/
+1
*
|
Send Active Storage jobs to dedicated queues by default
George Claghorn
2019-01-04
1
-2
/
+6
*
|
Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...
Rafael Mendonça França
2019-01-03
1
-1
/
+4
|
\
\
|
*
|
Add `--skip-action-mailbox` option to `rails new`
bogdanvlviv
2018-12-28
1
-1
/
+4
*
|
|
Capistrano is no longer a dominant force in the deployment strategy for new apps
David Heinemeier Hansson
2019-01-03
1
-3
/
+0
*
|
|
Don't load Action Mailbox when Active Storage is skipped
George Claghorn
2018-12-29
1
-1
/
+1
|
/
/
*
|
Don't load Action Mailbox when Active Record is skipped
George Claghorn
2018-12-28
2
-2
/
+7
*
|
Load Action Mailbox when other components are skipped
George Claghorn
2018-12-28
1
-0
/
+1
*
|
Add option to set parallel test worker count to the physical core count of th...
Bogdan
2018-12-18
1
-2
/
+2
*
|
Do not show post install message on rails new
Rafael Mendonça França
2018-12-13
1
-4
/
+4
*
|
Fix warning: shadowing outer local variable - attribute
Ryuta Kamizono
2018-12-13
1
-1
/
+1
*
|
Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffix
Ryuta Kamizono
2018-12-13
1
-0
/
+5
|
\
\
|
*
|
Remove redundant suffixes on generated helpers.
Gannon McGibbon
2018-12-12
1
-0
/
+5
*
|
|
Remove redundant suffixes on generated integration tests.
Gannon McGibbon
2018-12-12
1
-0
/
+6
|
/
/
*
|
Fix boolean interaction in scaffold system tests
Gannon McGibbon
2018-12-12
2
-0
/
+13
*
|
Remove redundant suffixes on generated system tests.
Gannon McGibbon
2018-12-11
1
-0
/
+5
*
|
Upgrade Rubocop to 0.61.1 and fix offenses
Vinicius Stock
2018-12-10
1
-16
/
+16
*
|
Abort early if generator command fails (#34420)
David Rodríguez
2018-12-07
1
-1
/
+4
*
|
Merge pull request #33992 from kirs/enqueue-return-false
Rafael França
2018-12-05
1
-0
/
+3
|
\
\
|
*
|
Make AJ::Base#enqueue return false if the job wasn't enqueued
Kir Shatrov
2018-10-28
1
-0
/
+3
*
|
|
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
2
-2
/
+2
*
|
|
Merge pull request #34410 from gmcgibbon/test_support_windows
Eileen M. Uchitelle
2018-11-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Windows support for parallelization and instrumenter
Gannon McGibbon
2018-11-08
1
-1
/
+1
*
|
|
|
Fix a method call in bin/setup file
Nihad Abbasov
2018-11-15
1
-1
/
+1
*
|
|
|
add a nice alias for the --webpack option
Alessandro Rodi
2018-11-13
1
-2
/
+2
|
/
/
/
*
|
|
Add `connect_src` example to content security policy initializer
yuuji.yaginuma
2018-11-04
1
-0
/
+4
[next]