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
*
correctly check `ApplicationRecord` is exist in moutable engine
yuuji.yaginuma
2016-02-25
1
-0
/
+14
*
set `skip_listen` option to dummy appplication
yuuji.yaginuma
2016-02-18
1
-0
/
+8
*
Fix expected hash syntax.
Kasper Timm Hansen
2016-02-12
1
-3
/
+3
*
Generated engines should protect from forgery
Aaron Patterson
2016-02-01
1
-3
/
+3
*
make rake proxy work in rails engines
yuuji.yaginuma
2016-01-31
1
-1
/
+1
*
Add an after_bundle callback in Rails plugin templates
Ryan Manuel
2016-01-28
1
-0
/
+28
*
allow symbol to end of string in `wrap_in_modules`
yuuji.yaginuma
2016-01-16
1
-4
/
+4
*
add application_mailer.rb to template of mountable engine
yuuji.yaginuma
2016-01-15
1
-0
/
+4
*
correctly presence check of `application_record.rb` in plugin
yuuji.yaginuma
2016-01-02
1
-0
/
+9
*
add test of that `application_record.rb` is generated in plugin
yuuji.yaginuma
2016-01-02
1
-3
/
+7
*
Do not check the version anymore
Rafael Mendonça França
2015-12-18
1
-2
/
+2
*
README.rdoc -> README.md for newly generated plugins
yuuji.yaginuma
2015-12-17
1
-3
/
+3
*
Remove test_files check from plugin checks
Rafael Mendonça França
2015-12-04
1
-4
/
+0
*
add `bin/test` script to rails plugin
yuuji.yaginuma
2015-11-28
1
-1
/
+6
*
remove unnecessary readme in dummy application
yuuji.yaginuma
2015-10-23
1
-0
/
+13
*
Merge pull request #20908 from y-yagi/generate_application_job_inside_engine
Arthur Nogueira Neves
2015-10-13
1
-0
/
+4
|
\
|
*
add application_job.rb to template of mountable engine
yuuji.yaginuma
2015-07-17
1
-0
/
+4
*
|
do not generate manifest.js in plugins
yuuji.yaginuma
2015-10-12
1
-0
/
+1
*
|
Removed mocha from Railites PluginGeneratorTest
Ronak Jangir
2015-09-22
1
-1
/
+0
*
|
Updated tests for the generated version number change
Daniel Morris
2015-08-16
1
-3
/
+3
*
|
Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...
Rafael Mendonça França
2015-08-06
1
-0
/
+1
|
\
\
|
*
|
set the correct path to `ActionDispatch::IntegrationTest.fixture_path`
yuuji.yaginuma
2015-07-28
1
-0
/
+1
|
|
/
*
|
Enable the `api_only` option for API plugins' generators
Robin Dupret
2015-07-23
1
-0
/
+26
*
|
Generate an API dummy application for API plugins
Robin Dupret
2015-07-23
1
-0
/
+8
*
|
Make ApplicationController inherit from AC::API for API plugins
Robin Dupret
2015-07-23
1
-0
/
+8
*
|
Skip assets, helpers and views generation for API plugins
Robin Dupret
2015-07-23
1
-0
/
+12
|
/
*
Display a more human readable list of reserved names
Robin Dupret
2015-07-01
1
-1
/
+1
*
list reserved words in generator error
Sean Linsley
2015-05-05
1
-1
/
+1
*
Dont check bundler output on plugin generator test
Arthur Neves
2015-02-10
1
-4
/
+2
*
Actually fix the build
Sean Griffin
2015-02-10
1
-1
/
+1
*
Fix the build
Sean Griffin
2015-02-10
1
-1
/
+1
*
Fixed a few things from ee9e4c3
Godfrey Chan
2015-01-30
1
-7
/
+7
*
Allow hyphenated names for `rails plugin new` generator.
Robin Böning
2015-01-30
1
-4
/
+102
*
Change option description and update test names
Melanie Gilman
2015-01-29
1
-1
/
+1
*
Update option to skip test in generators
Melanie Gilman
2015-01-27
1
-4
/
+4
*
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-3
/
+0
*
Add --skip-action-mailer (or -M) to rails generate
claudiob
2015-01-01
1
-0
/
+28
*
Skip byebug on all non-MRI rubies, fix tests
Sean Griffin
2014-12-22
1
-1
/
+1
*
Silence Minitest for plugin tests.
Guo Xiang Tan
2014-12-02
1
-0
/
+1
*
fix test_helper for mountable plugin
masarakki
2014-10-13
1
-0
/
+4
*
Specify dummy app's db migrate path in plugin's test_helper.rb
Yukio Mizuta
2014-09-16
1
-3
/
+12
*
Use dynamic path for dummy app location in plugin's test_helper.rb
Yukio Mizuta
2014-09-14
1
-1
/
+4
*
Use default argument when testing generators without the need for extra args
Carlos Antonio da Silva
2014-07-30
1
-4
/
+4
*
Simplify plugin tests a bit, leave the regexp work for minitest
Carlos Antonio da Silva
2014-07-30
1
-6
/
+6
*
Invert unless..else conditions on JRuby checks
Carlos Antonio da Silva
2014-07-30
1
-3
/
+3
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+1
*
Change Gemfile’s double quotes in plugin generator
Josemar Luedke
2014-05-10
1
-4
/
+4
*
skip-git should not hit git commands plugin generators
Arun Agrawal
2014-05-02
1
-8
/
+18
*
Works correctly if git not installed
Roman Shmatov
2014-05-02
1
-0
/
+24
*
Update Gemfile templates to provide correct debugger
David Rodríguez de Dios
2014-04-08
1
-2
/
+5
[next]