aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes test for Gemfile entry changesArun Agrawal2014-08-081-6/+11
* Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-0/+15
* Avoid defining the test if it does not need to when not on JRubyCarlos Antonio da Silva2014-07-301-2/+2
* Use default argument when testing generators without the need for extra argsCarlos Antonio da Silva2014-07-301-3/+3
* Invert unless..else conditions on JRuby checksCarlos Antonio da Silva2014-07-301-9/+9
* Set Psych as the YAML engine for RubiniusRobin Dupret2014-07-231-0/+13
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-0/+1
|\
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* | Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-1/+1
|/
* Add a generic --skip-gems options to generatorRafael Mendonça França2014-06-171-2/+3
* Add an option to skip installation of TurbolinksMarc Schütz2014-06-141-0/+14
* `bin/setup` script to bootstrap applications.Yves Senn2014-05-301-0/+1
* New applications should be created with json serializerRafael Mendonça França2014-05-171-0/+36
* Fix app generator test hanging.Christian Wesselhoeft2014-05-171-2/+2
* Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-111-2/+5
|\
| * Update Gemfile templates to provide correct debuggerDavid Rodríguez de Dios2014-04-081-2/+5
* | Move assets precompile (and version) to an initializerMatthew Draper2014-04-111-1/+1
|/
* Check if any sqlite files are not included in the gitignoreRafael Mendonça França2014-03-241-2/+2
* Remove sqlite3 lines from .gitignore if the application is not using sqlite3.Dmitrii Golub2014-03-241-1/+25
* Remove inclusion of rubysl gem for rbx on generated GemfileCarlos Antonio da Silva2014-02-251-7/+0
* [skip ci] Fix test name typo in app generator tests.Spencer Rogers2014-02-251-1/+1
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-67/+0
* Fix AppGeneratorTest: serializer option was removed from session_storeGuillermo Iguaran2014-02-111-1/+1
* Modify the session serializer implementationGuillermo Iguaran2014-01-301-1/+1
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+1
* Use single quotes in generated filesChulki Lee2014-01-141-4/+4
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-2/+2
* Skip Spring App Generator tests on JRubyGaurish Sharma2014-01-131-0/+2
* upgrade SDocXavier Noria2014-01-121-2/+2
* add a more restricted codepath for templates fixes #13390Aaron Patterson2014-01-081-4/+25
* refactor generator tests to use block form of TempfileAaron Patterson2014-01-081-36/+30
* 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