aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057Akira Matsuda2013-01-051-1/+1
* Merge pull request #8705 from amparo-luna/change_update_attributes_to_updateGuillermo Iguaran2013-01-032-3/+3
|\
| * 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
|/
* Revert "Install binstubs by default"Jeremy Kemper2012-12-281-3/+3
* Revert "Detect rbenv and update the shebang"Jeremy Kemper2012-12-281-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
* 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
* 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
* update concerned testsFrancesco Rodriguez2012-12-181-0/+2
* 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-101-8/+0
|\
| * Use Rails to Render Default Index Pageschneems2012-12-101-8/+0
* | Make sure that no extra spaces are created with a non-polymorphicRafael Mendonça França2012-12-101-2/+2
* | 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
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-16/+15
* Remove observers and sweepersRafael Mendonça França2012-11-282-48/+0
* Refactor generators tests to include test helpers in the parent classCarlos Antonio da Silva2012-11-271-4/+3
* Merge pull request #8112 from rails/encrypted_cookiesSantiago Pastorino2012-11-151-1/+1
|\
| * Add encrypted cookie storeSantiago Pastorino2012-11-031-1/+1
* | `plugin new` adds dummy app tasks when necessary.Yves Senn2012-11-081-0/+6
* | Remove some line breaks between array items that make the assert file tests h...Carlos Antonio da Silva2012-11-043-41/+18
|/
* changed test case nameTima Maslyuchenko2012-10-231-1/+1
* Fix the app_generator and plugin_new testsRafael Mendonça França2012-10-181-1/+1
* Switch to new sprockets-rails pluginJoshua Peek2012-10-151-1/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-149-39/+39
* No need to test for rack-cache present in GemfileArun Agrawal2012-10-111-5/+0
* Update test locationsMike Moore2012-10-0910-59/+61
* Merge pull request #7794 from guilleiguaran/extract-rack-cacheSantiago Pastorino2012-10-011-0/+5
|\
| * Add rack-cache to default GemfileGuillermo Iguaran2012-10-011-0/+5
* | Fix broken scaffold routes testJeremy Walker2012-10-011-1/+1
* | Fixed generated whitespace in routes when using namespaced resource.Jeremy Walker2012-09-291-2/+74
|/
* Update test to match new non-sorting of attributes.Brian Morearty2012-09-231-1/+1
* Remove .rb from require sentencesJosé Corcuera Z2012-09-212-2/+2
* Remove attributes whitelist tests from AppGenerator testsGuillermo Iguaran2012-09-161-6/+0
* Change scaffold_controller to generate and use private method to encapsulate ...Guillermo Iguaran2012-09-162-6/+9
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-162-19/+0
* change app/plugin generators to be more SCM agnosticDerek Prior2012-09-122-4/+16
* add mini-validator on creating migrationJan Bernacki2012-09-061-0/+7