aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Updating default application templates to use update instead of update_attrib...Amparo Luna + Guillermo Iguaran2013-01-032-3/+3
* | test PATCH method for update action in generated scaffold controller test rat...Akira Matsuda2013-01-032-4/+4
* | Restore original remote_ip algorithm.Andre Arko2013-01-021-1/+1
|/
* Merge pull request #8666 from mekishizufu/fix_lambdasSantiago Pastorino2012-12-312-2/+2
|\
| * Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-312-2/+2
* | Add active_support/testing/autorunRafael Mendonça França2012-12-313-3/+4
* | Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-1/+1
|/
* Revert "Install binstubs by default"Jeremy Kemper2012-12-281-3/+3
* Revert "Detect rbenv and update the shebang"Jeremy Kemper2012-12-282-10/+0
* Consistent use of single and double quotesRafael Mendonça França2012-12-261-10/+10
* quote column names in generated fixture filesYves Senn2012-12-261-3/+26
* Merge pull request #8588 from marcandre/fix_reversibleCarlos Antonio da Silva2012-12-231-2/+2
|\
| * Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-2/+2
* | Forgot to check in railties fixture for binstubsYehuda Katz2012-12-221-0/+0
* | Add --no-html to scaffold generatorYehuda Katz2012-12-222-0/+17
* | Detect rbenv and update the shebangYehuda Katz2012-12-221-0/+10
* | Install binstubs by defaultYehuda Katz2012-12-221-3/+3
|/
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-212-170/+0
* Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...Andy Lindeman2012-12-211-0/+12
* Migration generators use `change` even for destructive methods [#8267]Marc-Andre Lafortune2012-12-211-31/+12
* Simple replacement of variable name for consistencyMarc-Andre Lafortune2012-12-211-32/+32
* Revert "Add test to deprecation of Path#children"Carlos Antonio da Silva2012-12-191-6/+0
* update concerned testsFrancesco Rodriguez2012-12-181-0/+2
* Revert "Merge pull request #7587 from elia/fix-too-eager-loading"Rafael Mendonça França2012-12-181-3/+0
* HTML formatting to Rails::InfoController#routesschneems2012-12-171-1/+1
* Revert "Fix failing test in railties"Steve Klabnik2012-12-141-1/+2
* Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+71
* Fix failing test in railtiesCarlos Antonio da Silva2012-12-141-2/+1
* Fixed test names for generated_attribute_test.rbArun Agrawal2012-12-131-1/+1
* Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-102-8/+36
|\
| * Use Rails to Render Default Index Pageschneems2012-12-102-8/+36
* | Make sure that no extra spaces are created with a non-polymorphicRafael Mendonça França2012-12-101-2/+2
* | Ensure the scaffold tests will pass when using references attributesRafael Mendonça França2012-12-101-0/+10
* | Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-101-2/+9
* | Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-102-3/+17
* | Make references and belongs_to attributes to generate the _id column inRafael Mendonça França2012-12-101-0/+5
* | Put the reference and belongs_to attributes in the scaffold tests.Rafael Mendonça França2012-12-102-6/+6
* | Use the references and belongs_id ids in the scaffold_controllerRafael Mendonça França2012-12-091-0/+9
* | Add test case for scaffold_controller generator without attributes.Rafael Mendonça França2012-12-091-0/+9
|/
* Fix scaffold controller generator testsCarlos Antonio da Silva2012-12-081-8/+6
* fix scaffold controller generator testsFrancesco Rodriguez2012-12-071-16/+12
* Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-23/+0
* Stop shelling out more than necessaryCarlos Antonio da Silva2012-12-071-10/+10
* Run rake tasks all at once in rake dbs test for a speed upCarlos Antonio da Silva2012-12-061-12/+6
* Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-0/+23
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-066-63/+63
* Fix duplicated method nameCarlos Antonio da Silva2012-12-051-2/+1
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-063-2/+60
* Fix failing tests related to rake notesCarlos Antonio da Silva2012-12-031-2/+2
* Add db to the list of default annotation foldersAntonio Cangiano2012-12-011-0/+4