aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-171-1/+0
* No longer uses keep now that we have ApplicationRecordDavid Heinemeier Hansson2015-12-161-1/+0
* Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-161-0/+1
|\
| * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-0/+1
* | Add option to skip Action CableRafael Mendonça França2015-12-141-0/+5
|/
* Update web-console to 3.0.0Genadi Samokovarov2015-12-131-2/+2
* Add version constraint to database gem in generated applicationRafael Mendonça França2015-10-291-4/+8
* Removed Mocha from app generators testsRonak Jangir2015-09-231-87/+106
* Merge pull request #20605 from dcrec1/assert_fileYves Senn2015-06-191-1/+1
|\
| * assert_file understands paths with special charactersDiego Carrion2015-06-181-1/+1
* | fix railties testsMehmet Emin İNAÇ2015-06-181-2/+2
|/
* Generate a `.keep` file in `tmp` folderYoong Kang Lim2015-05-301-0/+27
* Implicitly skip spring for `rails new --dev`Godfrey Chan2015-04-201-0/+8
* Merge pull request #19034 from jvanbaarsen/explicit-job-base-classMatthew Draper2015-03-301-0/+6
|\
| * Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-0/+6
* | method_source needs to be a hard dependency on railtiesArthur Neves2015-03-191-7/+0
|/
* Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+33
* README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-061-1/+1
* Remove documentation tasksXavier Noria2015-02-061-5/+0
* Merge pull request #18705 from mrgilman/skip-testRafael Mendonça França2015-01-291-4/+4
|\
| * Update option to skip test in generatorsMelanie Gilman2015-01-271-4/+4
* | introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+1
|/
* Add the `method_source` gem to the default GemfileSean Griffin2015-01-131-0/+7
* Remove debugger supportRafael Mendonça França2015-01-041-3/+0
* Add config to halt callback chain on return falseclaudiob2015-01-021-0/+32
* Add --skip-action-mailer (or -M) to rails generateclaudiob2015-01-011-0/+28
* Skip byebug on all non-MRI rubies, fix testsSean Griffin2014-12-221-1/+1
* Only add debugger/byebug if on MRIArthur Neves2014-12-221-1/+1
* Fix Duplicate web-console entries in GemfileNorimasaAndo2014-12-141-0/+18
* Fix rbx generated Gemfile regexBenjamin Fleischer2014-10-271-1/+1
* Add back --skip-turbolinks and remove --skip-gemsRafael Mendonça França2014-10-261-3/+2
* Remove --skip-action-view option from application generatorDan Olson2014-09-241-5/+0
* Require ActiveJob in case a skip_xxx option is givenslainer682014-08-201-0/+1
* 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
|/