aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* move `test_generator_if_skip_action_cable_is_given_for_an_api_app` to the app...yuuji.yaginuma2016-02-021-11/+0
* Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-011-0/+9
|\
| * Add Default Puma Configschneems2016-01-291-0/+9
* | Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-3/+0
* | Add an after_bundle callback in Rails plugin templatesRyan Manuel2016-01-281-2/+3
* | prevent --skip-action-cable from erroring when --api option is usedDave Riddle2016-01-221-0/+12
|/
* Merge pull request #23174 from JuanitoFatas/followup-skip-action-cableKasper Timm Hansen2016-01-221-0/+3
|\
| * Remove action_cable_meta_tag when skip action_cableJuanitoFatas2016-01-221-0/+3
* | Add `config/cable.yml` to list of default files in Rails generatorJon Moss2016-01-211-0/+1
|/
* Add em-hiredis and redis as default Gems for new applicationsJon Moss2016-01-181-0/+10
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-1/+1
* Add sass-rails back to the default GemfileRafael Mendonça França2015-12-301-0/+7
* remove cors initializer from rails appyuuji.yaginuma2015-12-221-0/+6
* Ensure Action Cable files are removed when `skip_action_cable` is set.Jey Balachandran2015-12-211-0/+3
* 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