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
/
scaffold
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning: shadowing outer local variable - attribute
Ryuta Kamizono
2018-12-13
1
-1
/
+1
*
Fix boolean interaction in scaffold system tests
Gannon McGibbon
2018-12-12
2
-0
/
+13
*
Generate the same value as a label of view in system test template
yuuji.yaginuma
2018-08-29
1
-2
/
+2
*
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
3
-0
/
+0
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-2
/
+2
*
Remove frozen_string_literal magic comment from templates
yuuji.yaginuma
2017-09-17
3
-6
/
+0
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
4
-0
/
+8
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Add system tests to generate scaffold
Dinah Shi
2017-06-30
4
-8
/
+68
*
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
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
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
*
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
2
-20
/
+22
*
Revert "Merge pull request #22569 from seuros/remove-test-case"
eileencodes
2015-12-13
2
-15
/
+14
*
Controller generators should be creating IntegrationTest stubs instead of Con...
Abdelkader Boudih
2015-12-13
2
-14
/
+15
*
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
2
-2
/
+2
*
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
2
-1
/
+13
|
\
|
*
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
1
-0
/
+3
|
/
*
Removed `assigns` from functional_test templates
Prathamesh Sonpatki
2015-05-02
1
-3
/
+2
*
scaffold controller_test template should use kwargs. refs #18323.
Yves Senn
2015-01-30
1
-5
/
+5
*
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
1
-1
/
+5
*
test PATCH method for update action in generated scaffold controller test rat...
Akira Matsuda
2013-01-03
1
-1
/
+1
*
Extract a attributes_names method to avoid duplication
Rafael Mendonça França
2012-12-10
1
-12
/
+4
*
Deal with polymorphic attributes correctly in the generators
Rafael Mendonça França
2012-12-10
1
-5
/
+11
*
Put the reference and belongs_to attributes in the scaffold tests.
Rafael Mendonça França
2012-12-10
1
-6
/
+3
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
1
-3
/
+3
|
\
|
*
nodoc TestUnit::Generators [ci skip]
Francesco Rodriguez
2012-10-07
1
-3
/
+3
*
|
Update test locations
Mike Moore
2012-10-09
1
-1
/
+1
|
/
*
Remove unused generator options. This was added for the removed rails new --http
Santiago Pastorino
2012-04-18
1
-3
/
+0
*
Remove --http.
José Valim
2012-03-14
2
-54
/
+2
*
Generate special controller and functional test templates for http apps
Carlos Antonio da Silva
2012-03-14
2
-1
/
+56
*
Remove key_value helper now that master is 1.9 only and we always use
Rafael Mendonça França
2012-03-13
2
-10
/
+6
*
Refactor the test_unit scaffold generator to use the key_value method
Rafael Mendonça França
2012-03-13
1
-1
/
+1
*
Use the attributes hash explicitly
Rafael Mendonça França
2012-03-13
2
-6
/
+18
*
Do not use the attributes hash in the scaffold functional tests
Rafael Mendonça França
2012-03-12
2
-2
/
+11
*
Remove needless to_param in scaffold functional test
Alexey Vakhov
2011-10-24
1
-4
/
+4
*
Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...
Prem Sichanugrist
2011-04-10
1
-5
/
+5
[next]