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
*
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
*
A new application now comes with a layout and a stylesheet.
José Valim
2010-04-06
1
-1
/
+0
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-1
/
+1
*
Get generators tests running on Ruby 1.9.1
José Valim
2010-01-19
1
-1
/
+2
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
1
-1
/
+1
*
Move all generators tests to use new test case syntax.
José Valim
2010-01-03
1
-8
/
+1
*
Create Rails::Generators::TestCase.
José Valim
2010-01-03
1
-9
/
+9
*
CI breakage
Yehuda Katz
2009-11-02
1
-1
/
+1
*
Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]
José Valim
2009-10-28
1
-1
/
+1
*
By default use ActiveModel API in controller generators, unless otherwise spe...
José Valim
2009-10-17
1
-4
/
+37
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
1
-2
/
+2
*
Rename Rails::Generators::ActionORM to Rails::Generators::ActiveModel.
José Valim
2009-08-08
1
-1
/
+1
*
Updated vendored Thor to 0.11.1 and update Rails::Generators.
José Valim
2009-07-14
1
-1
/
+1
*
Allow scaffold controller to load action_orm files on demand.
José Valim
2009-07-04
1
-1
/
+1
*
Added lookup to generators.
José Valim
2009-07-03
1
-5
/
+0
*
Added tests to scaffold controller.
José Valim
2009-07-02
1
-0
/
+117