aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* corrected a mistake in the documentation for assert_migrationmisfo2011-01-291-1/+1
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-19/+1
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+1
* application generation: --skip-testunit and --skip-activerecord renamed to --...Xavier Noria2010-07-251-3/+3
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-101-8/+22
* Rename assert_attribute_type to asser_field_type.José Valim2010-05-161-3/+3
* Added assert_attribute_type to clean up GeneratedAttributeTest [#2377 state:r...Jeff Kreeftmeijer2010-05-161-0/+12
* Convert to class_attributeJeremy Kemper2010-02-011-3/+4
* Autoload AS test caseJoshua Peek2010-01-041-5/+4
* Move all generators tests to use new test case syntax.José Valim2010-01-031-4/+19
* Create Rails::Generators::TestCase.José Valim2010-01-031-0/+224