aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test for the edge generatorRafael Mendonça França2016-09-141-1/+1
* Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_actio...Rafael França2016-08-161-0/+1
|\
| * remove "test/mailers" directory when skipping action-maileryuuji.yaginuma2016-08-141-0/+1
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
|/
* Ensure app/mailers is removed when skipping action-mailerBrian Cardarella2016-08-121-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-49/+49
* A generated app should not include Uglifier with `--skip-javascript` option.Ben Pickles2016-07-261-0/+5
* Enforce minimal web-console version for Rails 5Genadi Samokovarov2016-07-211-2/+2
* Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-10/+0
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-011-26/+61
* Remove FORCE option as it was only needed for testsPrathamesh Sonpatki2016-06-071-1/+3
* Fix minor regression about old apps not getting per_form_csrf and request_for...Prathamesh Sonpatki2016-06-041-17/+6
* Collapse all new default initializers into a single filePrathamesh Sonpatki2016-05-311-91/+10
* Move new default initializers into separate directoryPrathamesh Sonpatki2016-05-281-17/+17
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+28
* Use new hash syntax (#24464)Jeroen Visser2016-04-081-2/+2
* Add tests for file_watcher config on updateArthur Neves2016-03-211-0/+14
* Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchersRafael França2016-03-091-12/+12
|\
| * Remove passing `with_dispatchers` to AppGeneratorPrathamesh Sonpatki2016-03-091-12/+12
* | Fix the tests after e594000Genadi Samokovarov2016-03-081-2/+2
* | Drop the explicit version requirements for web-consoleGenadi Samokovarov2016-03-081-2/+2
* | Merge pull request #24001 from 5t111111/fix-gsub-cookies_serializerRafael França2016-03-021-1/+2
|\ \
| * | Fix description in cookies_serializer.rb being corrupted when updatingHirofumi Wakasugi2016-03-021-1/+2
* | | Fix typo in app_generator_test.rbHirofumi Wakasugi2016-03-021-1/+1
|/ /
* | Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascriptRafael França2016-03-011-1/+1
|\ \
| * | convert cable.coffee to cable.jsyuuji.yaginuma2016-02-281-1/+1
| |/
* | Mock fork twiceRafael Mendonça França2016-03-011-1/+1
* | generate config/spring.rb in new applications [closes #18874]Xavier Noria2016-02-291-0/+2
|/
* remove rack cors initializer when updatingyuuji.yaginuma2016-02-271-0/+26
* [close #23681] Use puma 3.0.0+ schneems2016-02-261-0/+5
* Old applications will not get the ssl_options initializerPrathamesh Sonpatki2016-02-251-0/+28
* Enable Action Cable routes by defaultJon Moss2016-02-241-3/+0
* Switch to `data-turbolinks-track="reload"`Sam Stephenson2016-02-231-2/+2
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-171-6/+27
* include spring-watcher-listen in the Gemfile of new applicationsXavier Noria2016-02-101-0/+1
* enables the evented monitor in new applicationsXavier Noria2016-02-101-0/+22
* - app generate option --skip-sprockets leaves jquery-rails gem, which relies ...Vipul A M2016-02-041-1/+2
* Update assertion on redis in generated GemfilePrem Sichanugrist2016-02-041-1/+1
* 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