aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
...
* --no-rc in the railties testsAkira Matsuda2013-02-011-1/+1
* Fixes improper database name when a '.' is included while creating a new railsJeremy W. Rowe2013-01-161-0/+5
* More consistent quotes in scaffold generatorPavel Pravosud2013-01-111-1/+1
* Include jbuilder by default and rely on its scaffold generator to show json A...David Heinemeier Hansson2013-01-102-24/+1
* remove performance tests from the default stackYves Senn2013-01-101-3/+0
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-12/+0
* Fix readme testsCarlos Antonio da Silva2013-01-071-2/+2
* doc/README_FOR_APP is no longer generatedXavier Noria2013-01-081-1/+0
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-064-10/+12
* Make sure assets is disable when --skip-sprockets is usedRafael Mendonça França2013-01-051-1/+2
* config.assets.enabled is now true by defaultDavid Heinemeier Hansson2013-01-051-1/+0
* 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