aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9978 from trevorturk/cookie-store-auto-upgradeSantiago Pastorino2013-04-011-1/+1
|\
| * Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-1/+1
* | be lazy loading SDocXavier Noria2013-03-301-0/+5
|/
* Fix jquery-as-default test to account for switch from gem to github source in...Jeremy Kemper2013-03-251-1/+1
* Put coffee-rails in top-level of generated GemfileGabe Kopley2013-03-241-1/+4
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-2/+2
* Don't generate a scaffold.css if no-assetsKevin Glowacz2013-03-201-1/+1
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+41
* Support creating a table migration generatorSammy Larbi2013-03-011-3/+14
* Ensure plugins generated with plugin new can boot the dummy applicationJosé Valim2013-02-281-39/+16
* Merge pull request #9401 from sikachu/master-remove-builder-optionRafael Mendonça França2013-02-243-118/+0
|\
| * Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-243-118/+0
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-9/+0
|/
* Gist URLs are now namespacedAkira Matsuda2013-02-181-3/+3
* Added notice message for destroy method in scaffoldRahul P. Chaudhari2013-02-101-0/+1
* --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
|/