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
/
plugin_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
1
-35
/
+12
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Use canonical name for block local
yuuji.yaginuma
2018-09-07
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
*
Deprecate an `after_bundle` callback in Rails plugin templates
yuuji.yaginuma
2017-11-18
1
-0
/
+32
*
Merge pull request #30004 from npenzin/patch-1
Yuji Yaginuma
2017-11-15
1
-1
/
+2
|
\
|
*
Ensure plugin_generator adds to new line in Gemfile
Nikita Penzin
2017-11-14
1
-1
/
+2
*
|
Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...
Kasper Timm Hansen
2017-11-12
1
-0
/
+2
|
\
\
|
*
|
Do not create credentials in dummy application
yuuji.yaginuma
2017-10-02
1
-0
/
+2
*
|
|
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
1
-1
/
+1
*
|
|
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
1
-3
/
+2
|
/
/
*
|
Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...
bogdanvlviv
2017-08-17
1
-81
/
+0
*
|
Add --skip-yarn option to the plugin generator
bogdanvlviv
2017-08-15
1
-0
/
+4
*
|
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
|
Merge pull request #30116 from yhirano55/skip_unused_components_when_running_...
Rafael Mendonça França
2017-08-11
1
-1
/
+13
|
\
\
|
*
|
Skip unused components when running in Rails plugin
Yoshiyuki Hirano
2017-08-09
1
-1
/
+13
*
|
|
Merge pull request #30110 from yhirano55/add_git_source
Rafael Mendonça França
2017-08-11
1
-0
/
+5
|
\
\
\
|
*
|
|
Add git_source to Gemfile for plugin generator
Yoshiyuki Hirano
2017-08-09
1
-0
/
+5
|
|
/
/
*
|
|
`--skip-action-cable` pass throughs `rails plugin new`
bogdanvlviv
2017-08-10
1
-0
/
+6
*
|
|
Improve plugin generator tests. Related to #30123.
bogdanvlviv
2017-08-10
1
-12
/
+44
*
|
|
Merge pull request #30091 from yhirano55/fix_engine_command
Rafael França
2017-08-08
1
-0
/
+4
|
\
\
\
|
*
|
|
Fix engine command
Yoshiyuki Hirano
2017-08-06
1
-0
/
+4
|
|
/
/
*
/
/
Fix escaped character
Yoshiyuki Hirano
2017-08-06
1
-1
/
+1
|
/
/
*
|
Include active_storage in all generated application.rb files
David Heinemeier Hansson
2017-08-04
1
-1
/
+2
*
|
Remove unnecessary `doc` directory deletion
yuuji.yaginuma
2017-08-01
1
-1
/
+0
|
/
*
Stop creating ApplicationRecord on model generation
Lisa Ugray
2017-07-24
1
-14
/
+0
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add `railtie.rb` to the plugin generator
Tsukuru Tanimichi
2017-06-26
1
-0
/
+2
*
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
1
-3
/
+3
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-6
/
+6
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-23
/
+23
*
Add `app:update` task to engines
yuuji.yaginuma
2017-03-20
1
-0
/
+16
*
Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...
Rafael França
2017-02-24
1
-0
/
+15
|
\
|
*
Make adding gemfile entry work even if specify only the plugin name
yuuji.yaginuma
2017-02-24
1
-0
/
+15
*
|
Do not run `git init` in dummy application
yuuji.yaginuma
2017-02-18
1
-0
/
+1
|
/
*
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
1
-0
/
+1
*
Privatize unneededly protected methods in Railties tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead
Guillermo Iguaran
2016-11-21
1
-1
/
+0
*
Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`
Tsukuru Tanimichi
2016-11-14
1
-0
/
+8
*
fix broken generators test
yuuji.yaginuma
2016-09-14
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-46
/
+46
*
Do not run `bundle install` when generating a new plugin.
Rafael Mendonça França
2016-07-01
1
-40
/
+41
*
generate mailer layout files if it does not already exist
yuuji.yaginuma
2016-05-15
1
-0
/
+15
*
generate ApplicationJob if it does not already exist
yuuji.yaginuma
2016-03-25
1
-0
/
+13
*
Correctly generate application_mailer.rb in mountable engines
Prathamesh Sonpatki
2016-03-12
1
-0
/
+13
[next]