aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the test_unit scaffold generator to use the key_value methodRafael Mendonça França2012-03-131-1/+1
* Use the attributes hash explicitlyRafael Mendonça França2012-03-132-6/+18
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-122-2/+11
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-252-22/+0
* Add generators for serializers.José Valim2011-11-252-0/+22
* Remove needless to_param in scaffold functional testAlexey Vakhov2011-10-241-4/+4
* restores the API docs of AR::Fixtures, made a quick pass over them, revises l...Xavier Noria2011-09-031-1/+1
* fixtures :all is already included in test_helper.rbSantiago Pastorino2011-06-231-2/+0
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-1/+1
* for ... in => .eachAkira Matsuda2011-05-183-5/+5
* added a note about profiling options to the generatorsGonçalo Silva2011-05-091-1/+4
* Stop adding actual dummy tests (they clutter up the real ones in a new app), ...David Heinemeier Hansson2011-04-236-24/+18
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-101-5/+5
* revises links to the API websites of individual components (no longer maintai...Xavier Noria2011-03-091-1/+1
* Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-031-0/+2
* Add namespacing to mailer generatorPiotr Sarnacki2010-09-251-0/+2
* Add namespacing for observer generatorPiotr Sarnacki2010-09-251-0/+2
* Add namespace for test_unit generatorsPiotr Sarnacki2010-09-253-0/+6
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-242-3/+0
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-232-13/+13
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-1/+1
* performance and integration tests inherit from AD, not ACGonçalo Silva2010-05-282-2/+2
* Just assert for 'Hi' in generated mailer tests.José Valim2010-03-261-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-2320-0/+298
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1821-293/+0
* Autoload AS test caseJoshua Peek2010-01-041-2/+0
* MergeDavid Heinemeier Hansson2010-01-031-2/+2
* Models with no attributes should just have empty hash fixtures [Sam] (Closes ...David Heinemeier Hansson2009-12-171-5/+9
* Fix generated performance test helper requiresJeremy Kemper2009-11-101-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2421-0/+291