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
/
scaffold_controller_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add attachment and attachments field generators
Chris Oliver
2019-03-30
1
-0
/
+18
*
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
1
-0
/
+2
*
scaffold nested name controller should be fine.
yalab
2017-09-27
1
-0
/
+23
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
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
*
Don't generate HTML/ERB templates for scaffold controller with --api flag
Prathamesh Sonpatki
2017-01-07
1
-0
/
+6
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-2
/
+2
*
Fix API controller tests by assigning them the encoding type
Prathamesh Sonpatki
2016-06-07
1
-2
/
+2
*
Update test generators to use ActionDispatch::IntegrationTest
Abdelkader Boudih
2015-12-15
1
-9
/
+9
*
Revert "Merge pull request #22569 from seuros/remove-test-case"
eileencodes
2015-12-13
1
-3
/
+3
*
Merge pull request #22569 from seuros/remove-test-case
Eileen M. Uchitelle
2015-12-13
1
-3
/
+3
|
\
|
*
Controller generators should be creating IntegrationTest stubs instead of Con...
Abdelkader Boudih
2015-12-13
1
-3
/
+3
*
|
Prevent a 500 in the default controller scaffold
Genadi Samokovarov
2015-12-13
1
-1
/
+1
|
/
*
make test runner work correctly inside engine
yuuji.yaginuma
2015-07-12
1
-2
/
+2
*
fix NoMethodError that occurs when generating scaffold inside full mode engine
yuuji.yaginuma
2015-06-28
1
-0
/
+11
*
API apps scaffold generator generates an apropriate controller
Santiago Pastorino
2015-06-11
1
-0
/
+47
*
add test to run generated test files inside mountable engine
yuuji.yaginuma
2015-06-02
1
-0
/
+11
*
build fix.
Yves Senn
2015-01-30
1
-4
/
+4
*
A few more tests asserting the presence of helper test stubs
David Heinemeier Hansson
2014-08-03
1
-2
/
+0
*
Display notice in index.html pages in scaffolded generated views
Arun Agrawal
2014-07-04
1
-0
/
+8
*
Use short-form for the scaffold render calls and drop the needless test
David Heinemeier Hansson
2014-04-08
1
-7
/
+0
*
Added --model-name option scaffold_controller_generator.
yalab
2013-10-15
1
-0
/
+9
*
Added notice message for destroy method in scaffold
Rahul P. Chaudhari
2013-02-10
1
-0
/
+1
*
More consistent quotes in scaffold generator
Pavel Pravosud
2013-01-11
1
-1
/
+1
*
Include jbuilder by default and rely on its scaffold generator to show json A...
David Heinemeier Hansson
2013-01-10
1
-15
/
+1
*
Merge pull request #8705 from amparo-luna/change_update_attributes_to_update
Guillermo Iguaran
2013-01-03
1
-1
/
+1
|
\
|
*
Updating default application templates to use update instead of update_attrib...
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
|
test PATCH method for update action in generated scaffold controller test rat...
Akira Matsuda
2013-01-03
1
-2
/
+2
|
/
*
Add --no-html to scaffold generator
Yehuda Katz
2012-12-22
1
-0
/
+12
*
Deal with polymorphic attributes correctly in the generators
Rafael Mendonça França
2012-12-10
1
-3
/
+12
*
Put the reference and belongs_to attributes in the scaffold tests.
Rafael Mendonça França
2012-12-10
1
-3
/
+3
*
Use the references and belongs_id ids in the scaffold_controller
Rafael Mendonça França
2012-12-09
1
-0
/
+9
*
Add test case for scaffold_controller generator without attributes.
Rafael Mendonça França
2012-12-09
1
-0
/
+9
*
Fix scaffold controller generator tests
Carlos Antonio da Silva
2012-12-08
1
-8
/
+6
*
Remove some line breaks between array items that make the assert file tests h...
Carlos Antonio da Silva
2012-11-04
1
-6
/
+3
*
Update test locations
Mike Moore
2012-10-09
1
-4
/
+4
*
Update test to match new non-sorting of attributes.
Brian Morearty
2012-09-23
1
-1
/
+1
*
Change scaffold_controller to generate and use private method to encapsulate ...
Guillermo Iguaran
2012-09-16
1
-2
/
+5
*
Remove --http.
José Valim
2012-03-14
1
-37
/
+0
*
Generate special controller and functional test templates for http apps
Carlos Antonio da Silva
2012-03-14
1
-0
/
+37
*
Refactor the test_unit scaffold generator to use the key_value method
Rafael Mendonça França
2012-03-13
1
-4
/
+4
*
Use the attributes hash explicitly
Rafael Mendonça França
2012-03-13
1
-3
/
+13
*
Do not use the attributes hash in the scaffold functional tests
Rafael Mendonça França
2012-03-12
1
-0
/
+3
*
Get rid of --old-style-hash
José Valim
2011-12-20
1
-12
/
+1
*
be sure to parenthesize the arguments when the first one is a RegExp literal
Akira Matsuda
2011-05-18
1
-23
/
+23
*
Add --old-style-hash option to force creating old style hash on Ruby 1.9
Prem Sichanugrist
2011-04-10
1
-0
/
+7
*
Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...
Prem Sichanugrist
2011-04-10
1
-0
/
+11
*
Remove the --singeleton option from scaffold generator.
Prem Sichanugrist
2010-06-24
1
-14
/
+0
*
Partially revert "A new application now comes with a layout and a stylesheet."
Jeremy Kemper
2010-04-09
1
-0
/
+1
[next]