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
/
test_unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow `false` for `config.generators.system_tests=`
bogdanvlviv
2018-01-18
1
-1
/
+1
*
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
14
-1
/
+1
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
10
-11
/
+11
*
Remove frozen_string_literal magic comment from templates
yuuji.yaginuma
2017-09-17
12
-24
/
+0
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
22
-0
/
+44
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
10
-11
/
+11
*
Add system tests to generate scaffold
Dinah Shi
2017-06-30
4
-8
/
+68
*
Includes namespace in system test skelton when namespace is specified
yuuji.yaginuma
2017-05-28
1
-1
/
+1
*
Rename system_test_helper -> application_system_test_case
eileencodes
2017-02-20
3
-3
/
+3
*
Fix default host in setup, move teardown to helper file
eileencodes
2017-02-20
1
-5
/
+0
*
Add default configuration to generated system test helper
eileencodes
2017-02-20
1
-0
/
+2
*
Move and rename system tests
eileencodes
2017-02-20
2
-4
/
+6
*
Refactor config settings to use generated file
eileencodes
2017-02-20
3
-2
/
+14
*
Turn system testing into it's own gem and rename
eileencodes
2017-02-20
1
-1
/
+1
*
Appease Rubocop
eileencodes
2017-02-20
1
-1
/
+1
*
Add generators and ability to run system tests
eileencodes
2017-02-20
2
-0
/
+20
*
Add missing module namespacing wrapper
Shota Iguchi
2017-02-15
1
-0
/
+2
*
Fix generator command for nested (namespaced) rails engine (take 2)
Fumiaki MATSUSHIMA
2017-01-07
1
-1
/
+1
*
Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Fix generator command for nested (namespaced) rails engine
Fumiaki MATSUSHIMA
2017-01-03
1
-1
/
+1
*
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
2
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
9
-23
/
+23
*
Fix API controller tests by assigning them the encoding type
Prathamesh Sonpatki
2016-06-07
1
-5
/
+5
*
Redirects are to urls, not paths
David Heinemeier Hansson
2016-05-28
1
-3
/
+3
*
Remove redundant regexp escapes in generators
Gadzhi Gadzhiev
2016-03-08
1
-1
/
+1
*
set association name to generated fixtures if attribute is reference
yuuji.yaginuma
2016-02-06
1
-1
/
+1
*
make generated controller test work correctly
yuuji.yaginuma
2016-01-06
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-12-20
1
-2
/
+2
|
\
|
*
remove extra spaces in fixtures doc part
Gaurav Sharma
2015-12-13
1
-2
/
+2
*
|
fix indentation of generated controller test
yuuji.yaginuma
2015-12-18
2
-3
/
+3
*
|
Deal with leading CR when its not a mountable engine
David Heinemeier Hansson
2015-12-17
1
-1
/
+1
*
|
Update test generators to use ActionDispatch::IntegrationTest
Abdelkader Boudih
2015-12-15
3
-25
/
+25
*
|
Revert "Merge pull request #22569 from seuros/remove-test-case"
eileencodes
2015-12-13
3
-17
/
+16
*
|
Controller generators should be creating IntegrationTest stubs instead of Con...
Abdelkader Boudih
2015-12-13
3
-16
/
+17
|
/
*
make generated scaffold functional tests work inside API engines
yuuji.yaginuma
2015-08-09
1
-1
/
+4
*
fix NoMethodError that occurs when generating scaffold inside full mode engine
yuuji.yaginuma
2015-06-28
3
-3
/
+3
*
assigns was removed from Rails
Rafael Mendonça França
2015-06-11
1
-1
/
+0
*
Make Rails API apps return the full resource on update
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
Fix class_option description for api generators
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
API apps scaffold generator generates an apropriate controller
Santiago Pastorino
2015-06-11
2
-1
/
+46
*
Merge pull request #20387 from y-yagi/fix_engine_generated_controller_test
Yves Senn
2015-06-02
3
-1
/
+19
|
\
|
*
add engine's namespace to fixture name
yuuji.yaginuma
2015-05-31
2
-1
/
+10
|
*
set engine's route in the functional test is generated in the engine
yuuji.yaginuma
2015-05-31
2
-0
/
+9
|
/
*
Removed `assigns` from functional_test templates
Prathamesh Sonpatki
2015-05-02
1
-3
/
+2
*
respect `pluralize_table_names` when generate fixture file. fixes #19519
yuuji.yaginuma
2015-03-27
1
-1
/
+1
*
add mailer suffix to comments for email previews
yuuji.yaginuma
2015-03-15
1
-2
/
+2
*
Merge pull request #18393 from y-yagi/fix_mailer
Rafael Mendonça França
2015-02-18
2
-1
/
+6
|
\
|
*
follow up to #18074
yuuji.yaginuma
2015-01-08
2
-1
/
+6
*
|
scaffold controller_test template should use kwargs. refs #18323.
Yves Senn
2015-01-30
1
-5
/
+5
|
/
[next]