aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-9/+0
* --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
* remove performance tests from the default stackYves Senn2013-01-101-3/+0
* 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-061-1/+3
* 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
* update concerned testsFrancesco Rodriguez2012-12-181-0/+2
* Use Rails to Render Default Index Pageschneems2012-12-101-8/+0
* Add encrypted cookie storeSantiago Pastorino2012-11-031-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-141-3/+3
* No need to test for rack-cache present in GemfileArun Agrawal2012-10-111-5/+0
* Update test locationsMike Moore2012-10-091-2/+4
* Add rack-cache to default GemfileGuillermo Iguaran2012-10-011-0/+5
* Remove .rb from require sentencesJosé Corcuera Z2012-09-211-1/+1
* Remove attributes whitelist tests from AppGenerator testsGuillermo Iguaran2012-09-161-6/+0
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-161-9/+0
* change app/plugin generators to be more SCM agnosticDerek Prior2012-09-121-4/+4
* remove some artifacts of dependent_restrict_raises that I missedJon Leighton2012-08-101-1/+0
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-5/+0
* Revert "The application generator generates `public/humans.txt` with some bas...David Heinemeier Hansson2012-08-071-5/+0
* Fix app_generator_test with the changes introduced atRafael Mendonça França2012-05-301-1/+1
* Remove not used date variable and another test warningCarlos Antonio da Silva2012-05-141-2/+1
* Remove assertion on date from humans.txt testsJosé Valim2012-05-141-1/+1
* Refactor App Generator TestOscar Del Ben2012-05-131-22/+20
* Adding test for humans.txtArun Agrawal2012-05-081-0/+6
* Fix build for railties generators Arun Agrawal2012-05-021-1/+1
* Merge pull request #5530 from malclocke/add_option_to_skip_index.html_on_rail...José Valim2012-04-301-0/+7
|\
| * Added a generator option to remove the public/index.html file when generating...Ivan Vanderbyl2012-03-211-0/+7
* | Fix testSantiago Pastorino2012-04-161-2/+2
* | "rails new -h" shows message in rails directoryask2012-04-091-0/+10
* | Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-011-1/+1
|/
* Build fix for app_generator_test.rbArun Agrawal2012-03-181-1/+1
* Remove --http.José Valim2012-03-141-33/+0
* Do not generate app/views and sprockets entries on http appCarlos Antonio da Silva2012-03-141-1/+16
* Rename http-only app generator option to httpCarlos Antonio da Silva2012-03-141-5/+5
* Remove duplicated tests from shared generatorCarlos Antonio da Silva2012-03-141-1/+2
* Generate middleware http_only! config when running http only app generatorCarlos Antonio da Silva2012-03-141-0/+6
* Add http-only option to Rails app generatorCarlos Antonio da Silva2012-03-141-0/+10
* The sprockets railtie was moved to sprockets/rails/railtieGuillermo Iguaran2012-03-131-1/+1
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-0/+6
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-5/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+5
* Don't run bundle install when passed with --pretend optionkennyj2012-02-011-0/+5
* Only add ActiveRecord configuration if it is presentRafael Mendonça França2012-01-311-0/+1
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-0/+5
* Add therubyracer gem commented in default GemfileGuillermo Iguaran2012-01-121-4/+2