aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/scaffold_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* got rid of the "ambiguous first argument; put parentheses or even spaces" war...Jeff Kreeftmeijer2010-09-241-32/+32
* Add two integration tests for GeneratedAttribute missing type error. [#5461 s...rohit2010-09-021-0/+6
* Failing test to check for route file corruption if legacy map parameter is us...rohit2010-08-021-0/+15
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-0/+106
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-091-0/+8
* A new application now comes with a layout and a stylesheet.José Valim2010-04-061-8/+0
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-1/+1
* Controller generator now creates routes as well [#4233 state:resolved]José Valim2010-03-191-9/+1
* Get generators tests running on Ruby 1.9.1José Valim2010-01-191-1/+2
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-1/+1
* Move all generators tests to use new test case syntax.José Valim2010-01-031-12/+2
* Create Rails::Generators::TestCase.José Valim2010-01-031-7/+7
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-091-2/+2
* CI breakageYehuda Katz2009-11-021-1/+2
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-2/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* Change div.attribute to div.field and add some _form to tests.José Valim2009-08-301-0/+1
* Change false to :verbose => false as in new Thor version.José Valim2009-07-151-6/+0
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-1/+1
* Added lookup to generators.José Valim2009-07-031-14/+0
* Make invoke output white and use padding.José Valim2009-07-021-0/+6
* Tests for scaffold generator.José Valim2009-07-021-0/+143