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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...
Kasper Timm Hansen
2018-07-01
1
-0
/
+24
|
\
|
*
Fix app:update when hyphenated name is given
Yoshiyuki Hirano
2018-04-24
1
-0
/
+24
*
|
Fix Ruby version in `.ruby-version`
bogdanvlviv
2018-06-18
1
-1
/
+7
*
|
Don't generate yarn's contents in `app:update` task if it's skipped
Tsukuru Tanimichi
2018-05-16
1
-0
/
+21
*
|
Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded
Tsukuru Tanimichi
2018-05-13
1
-0
/
+11
*
|
Skip `bootsnap` contents in `app:update` task if `bootsnap` is not used
yuuji.yaginuma
2018-05-07
1
-0
/
+13
*
|
prefer File.write for bulk writes
Xavier Noria
2018-05-05
2
-3
/
+3
*
|
Don't generate assets' initializer in `app:update` task if sprockets is skipped
Tsukuru Tanimichi
2018-05-05
1
-0
/
+13
*
|
Swap assertion order for better reporting
utilum
2018-04-29
1
-1
/
+1
*
|
Add a helper method to check that gem does not exist in `Gemfile`
yuuji.yaginuma
2018-04-25
1
-49
/
+26
*
|
Fix test method name
yuuji.yaginuma
2018-04-25
1
-2
/
+2
*
|
Merge pull request #32471 from janko-m/use-image_processing-gem
George Claghorn
2018-04-23
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use ImageProcessing gem for ActiveStorage variants
Janko Marohnić
2018-04-18
1
-2
/
+2
*
|
Merge pull request #32686 from yhirano55/fix-indentation-with-rubocop
Ryuta Kamizono
2018-04-22
1
-1
/
+1
|
\
\
|
*
|
Fix indentation manually
Yoshiyuki Hirano
2018-04-22
1
-1
/
+1
*
|
|
Merge pull request #31554 from fatkodima/controller_generator_suffix
Guillermo Iguaran
2018-04-22
1
-0
/
+22
|
\
\
\
|
*
|
|
Gracefully handle extra "controller" when generating controller
fatkodima
2018-03-23
1
-0
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #32685 from yhirano55/fix-duplicated-suffix-for-job-generator
Ryuta Kamizono
2018-04-22
1
-0
/
+10
|
\
\
\
|
*
|
|
Fix duplicated suffix for JobGenerator
Yoshiyuki Hirano
2018-04-22
1
-0
/
+10
|
|
|
/
|
|
/
|
*
/
|
Add test case to ChannelGeneratorTest
Yoshiyuki Hirano
2018-04-22
1
-0
/
+10
|
/
/
*
|
Don't include bootsnap by default in apps generated under JRuby
Guillermo Iguaran
2018-04-20
1
-3
/
+12
*
|
Create a .ruby-version compatible with MRI/JRuby by default
Guillermo Iguaran
2018-04-19
1
-1
/
+1
*
|
Make the master.key readable only by the owner
Jose Luis Duran
2018-04-19
1
-0
/
+9
|
/
*
Fix `test_config_another_database` failure
Ryuta Kamizono
2018-03-22
1
-2
/
+2
*
Don't enforce UTF-8 by default
Andrew White
2018-02-27
1
-3
/
+3
*
Improve generated file `app/assets/javascripts/application.js` of plugin
bogdanvlviv
2018-02-23
1
-1
/
+5
*
Improve generated file `app/views/application.html.erb` of plugin
bogdanvlviv
2018-02-23
1
-0
/
+9
*
Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...
bogdanvlviv
2018-02-23
1
-1
/
+2
*
Add cop for preferring 'Foo.method' over 'Foo::method'
Andrew White
2018-02-22
2
-2
/
+2
*
Do not add routes when actions are not specified
Yuji Yaginuma
2018-02-22
1
-0
/
+7
*
Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...
bogdanvlviv
2018-02-20
1
-8
/
+9
*
Fix test method name
Guillermo Iguaran
2018-02-18
1
-1
/
+1
*
Don't generate empty app/views folder when --api and --skip-action-mailer are...
Guillermo Iguaran
2018-02-18
1
-0
/
+17
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-18
/
+17
*
Don't overwrite config/master.key even on --force
claudiob
2018-02-12
1
-1
/
+2
*
Do not update `load_defaults` version when running `app:update` (#31951)
Yuji Yaginuma
2018-02-13
1
-0
/
+15
*
Respect --force option for config/master.key
claudiob
2018-02-11
1
-0
/
+6
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
2
-7
/
+7
*
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
Clean up railties tests
bogdanvlviv
2018-01-10
2
-19
/
+0
*
Merge pull request #31534 from claudiob/kaspth-approach
Kasper Timm Hansen
2018-01-09
1
-2
/
+2
|
\
|
*
Don't run rails active_storage:install in new apps
claudiob
2017-12-14
1
-2
/
+2
*
|
Prevent to install gems when run test (#31564)
Yuji Yaginuma
2017-12-26
2
-4
/
+12
*
|
Move `test_skip_bundle` to `AppGeneratorTest`
yuuji.yaginuma
2017-12-24
2
-9
/
+9
*
|
Implicitly skip bootsnap for `rails new --dev`
yuuji.yaginuma
2017-12-19
1
-0
/
+11
*
|
Add `skip_bootsnap` option
yuuji.yaginuma
2017-12-16
1
-0
/
+20
|
/
*
Add more tests for the `--webpack` option
Tsukuru Tanimichi
2017-12-05
1
-0
/
+19
*
Modify `test_webpack_option`
Tsukuru Tanimichi
2017-12-05
1
-3
/
+5
*
Merge pull request #31279 from ttanimichi/tests-for-webpack-option
Guillermo Iguaran
2017-12-04
1
-0
/
+14
|
\
|
*
Add tests for the `--webpack` option
Tsukuru Tanimichi
2017-12-04
1
-0
/
+14
[next]