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_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the matches on the scaffold generator tests
Carlos Antonio da Silva
2015-01-03
1
-9
/
+8
*
Merge pull request #13434 from tanraya/local_variables
Carlos Antonio da Silva
2015-01-03
1
-0
/
+11
|
\
|
*
Use local variables in _form.html.erb generated by scaffold generator.
tanraya
2014-07-26
1
-0
/
+11
*
|
Remove warnings
Carlos Antonio da Silva
2015-01-02
1
-2
/
+2
*
|
Verify the helper name with plural as it is generated
Carlos Antonio da Silva
2015-01-02
1
-1
/
+1
*
|
Fix scaffold generator with --helper=false option
Rafael Mendonça França
2015-01-01
1
-0
/
+14
*
|
Fix test description to match the test behaviour
Rafael Mendonça França
2015-01-01
1
-1
/
+1
*
|
Stubs are no longer generated for helpers, so dont test for it
David Heinemeier Hansson
2014-08-03
1
-4
/
+0
|
/
*
Fix the indentation on the from template of the scaffold generator
Rafael Mendonça França
2013-08-19
1
-2
/
+2
*
Use GeneratedAttribute#column_name if #reference? scaffold_generator in _form...
Zachary Scott
2013-07-23
1
-0
/
+24
*
Fixes warning 'method redefined' in scaffold generators tests
Prathamesh Sonpatki
2013-05-05
1
-4
/
+4
*
Fixes Scaffold generator with --assets=false
Arun Agrawal
2013-05-04
1
-0
/
+14
*
Don't generate a scaffold.css if no-assets
Kevin Glowacz
2013-03-20
1
-1
/
+1
*
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
1
-0
/
+41
*
Include jbuilder by default and rely on its scaffold generator to show json A...
David Heinemeier Hansson
2013-01-10
1
-9
/
+0
*
Merge pull request #8705 from amparo-luna/change_update_attributes_to_update
Guillermo Iguaran
2013-01-03
1
-2
/
+2
|
\
|
*
Updating default application templates to use update instead of update_attrib...
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
*
|
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
/
+5
*
Put the reference and belongs_to attributes in the scaffold tests.
Rafael Mendonça França
2012-12-10
1
-3
/
+3
*
fix scaffold controller generator tests
Francesco Rodriguez
2012-12-07
1
-16
/
+12
*
Remove some line breaks between array items that make the assert file tests h...
Carlos Antonio da Silva
2012-11-04
1
-14
/
+6
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-1
/
+1
*
Update test locations
Mike Moore
2012-10-09
1
-13
/
+13
*
Fix broken scaffold routes test
Jeremy Walker
2012-10-01
1
-1
/
+1
*
Change scaffold_controller to generate and use private method to encapsulate ...
Guillermo Iguaran
2012-09-16
1
-4
/
+4
*
fix scaffold_generator_test.rb and model_generator_test.rb
Arun Agrawal
2012-04-16
1
-4
/
+2
*
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
-2
/
+6
*
Revert the serializers API as other alternatives are now also under discussion
José Valim
2011-11-25
1
-9
/
+0
*
Add a hook for serializers in the scaffold generator (off for now).
José Valim
2011-11-25
1
-0
/
+9
*
Move Coffee generators and templates to Coffee Railtie and create javascript_...
Santiago Pastorino
2011-06-29
1
-14
/
+7
*
Attributes on scaffold and model generators default to string.
José Valim
2011-06-17
1
-3
/
+9
*
Move SCSS generators and default templates from Rails to the Sass Railtie (d4...
tomhuda
2011-05-24
1
-16
/
+16
*
Make generators more modular, add hooks and improve test suite.
José Valim
2011-04-17
1
-8
/
+44
*
Generate add_index by default when giving type belongs_to or references
Santiago Pastorino
2010-12-16
1
-2
/
+5
*
got rid of the "ambiguous first argument; put parentheses or even spaces" war...
Jeff Kreeftmeijer
2010-09-24
1
-32
/
+32
*
Add two integration tests for GeneratedAttribute missing type error. [#5461 s...
rohit
2010-09-02
1
-0
/
+6
*
Failing test to check for route file corruption if legacy map parameter is us...
rohit
2010-08-02
1
-0
/
+15
*
Patch for Namespace problem in Scaffold. [#4763 state:resolved]
Mohammed Siddick.E
2010-06-23
1
-0
/
+106
*
Partially revert "A new application now comes with a layout and a stylesheet."
Jeremy Kemper
2010-04-09
1
-0
/
+8
*
A new application now comes with a layout and a stylesheet.
José Valim
2010-04-06
1
-8
/
+0
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-1
/
+1
*
Controller generator now creates routes as well [#4233 state:resolved]
José Valim
2010-03-19
1
-9
/
+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
-12
/
+2
*
Create Rails::Generators::TestCase.
José Valim
2010-01-03
1
-7
/
+7
*
Scaffolding generates new routing dsl examples
Joshua Peek
2009-12-09
1
-2
/
+2
[next]