aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure that spring is loaded in development onlyArun Agrawal2013-12-051-1/+1
* Install Spring preloader when generating new applicationsJon Leighton2013-12-031-0/+28
* config.assets.enabled isn't used anymore to disable Rails asset pipelineGuillermo Iguaran2013-12-011-1/+0
* Fixes failing test for JRubyArun Agrawal2013-11-291-0/+3
* Checking no debugger on JRubyArun Agrawal2013-11-291-1/+7
* Cleaned up app generator testArun Agrawal2013-11-231-21/+6
* Use a more generic assertion to make sure this tests will be useful.Rafael Mendonça França2013-11-221-3/+2
* Fix the assertion for not inclusion of turbolinks on application.js.Lauro Caetano2013-11-221-1/+1
* Remove turbolinks when generating a new application based on a templateLauro Caetano2013-11-211-3/+10
* Added platform dependent gemsArun Agrawal2013-11-071-0/+7
* application template respects Gemfile entriesAaron Patterson2013-11-041-0/+20
* gems can be added or skipped from the templateAaron Patterson2013-11-041-0/+26
* No web-console for nowArun Agrawal2013-11-031-5/+0
* Fixed tests for app_generatorArun Agrawal2013-10-271-2/+13
* Removal of javascript related gems when creating an appRobin Dupret2013-10-271-5/+7
* Make the application name snake cased when it contains spacesRobin Dupret2013-10-221-0/+10
* Add --skip-action-view to app generatorŁukasz Strzałkowski2013-08-251-0/+5
* Omit turbolinks configuration completely on skip_javascript generator optionNikita Fedyashev2013-06-281-3/+8
* Removed jruby-openssl gem from default template GemfileJoe Kutner2013-05-101-3/+0
* generate 'app/assets/images' directory when creating new rails appNihad Abbasov2013-05-041-0/+5
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-3/+3
* 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
* Merge pull request #9401 from sikachu/master-remove-builder-optionRafael Mendonça França2013-02-241-25/+0
|\
| * Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-241-25/+0
* | 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