aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24243 from dewski/dont-upgrade-file-watcherArthur Neves2016-03-211-0/+14
|\
| * Add tests for file_watcher config on updateArthur Neves2016-03-211-0/+14
* | Fix generator test to match to use the stringRafael Mendonça França2016-03-211-1/+1
|/
* generate application_mailer.rb if it is missingSen-Zhang2016-03-111-0/+6
* 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
* | AppGenerator: allow both 'rake' and 'rails'claudiob2016-03-091-5/+5
* | 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
* | - Made changes to have test cases in actions_test more readable.Mohit Natoo2016-02-291-6/+6
* | - Made changes to have test cases in actions_test more readable.Mohit Natoo2016-02-291-5/+5
* | Address ruby warningsTeo Ljungberg2016-02-291-8/+8
|/
* remove rack cors initializer when updatingyuuji.yaginuma2016-02-271-0/+26
* [close #23681] Use puma 3.0.0+ schneems2016-02-261-0/+5
* Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-251-0/+28
|\
| * Old applications will not get the ssl_options initializerPrathamesh Sonpatki2016-02-251-0/+28
* | Merge pull request #23846 from y-yagi/correctly_check_ApplicationRecord_in_mo...Rafael França2016-02-251-0/+14
|\ \ | |/ |/|
| * correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-251-0/+14
* | Enable Action Cable routes by defaultJon Moss2016-02-241-3/+0
* | Merge pull request #23795 from claudiob/replace-rack-with-rails-commandDavid Heinemeier Hansson2016-02-241-5/+43
|\ \
| * | Invoke 'rails' instead of 'rake' in AppGeneratorclaudiob2016-02-201-10/+10
| * | AppGenerator: Replace 'rake' with 'rails_command'claudiob2016-02-201-0/+38
* | | Switch to `data-turbolinks-track="reload"`Sam Stephenson2016-02-231-2/+2
| |/ |/|
* | Generate ApplicationCable files if they do not already existJon Moss2016-02-221-0/+12
* | Generate ApplicationRecord if it does not already existJon Moss2016-02-221-0/+8
|/
* set `skip_listen` option to dummy appplicationyuuji.yaginuma2016-02-181-0/+8
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-171-6/+27
* fixing the build take II. :sweat:Yves Senn2016-02-151-1/+1
* fix build broken by 07e422f58d61da0.Yves Senn2016-02-151-1/+1
* Merge pull request #23631 from y-yagi/generate_mailer_views_in_apiYves Senn2016-02-151-1/+3
|\
| * generate mailer views in Rails APIyuuji.yaginuma2016-02-151-1/+3
* | Fix expected hash syntax.Kasper Timm Hansen2016-02-121-3/+3
|/
* Merge pull request #23512 from y-yagi/set_association_name_to_fixtureDavid Heinemeier Hansson2016-02-101-5/+5
|\
| * set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-061-5/+5
* | 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
* Merge pull request #23420 from y-yagi/move_api_test_to_appropriate_fileRafael França2016-02-022-11/+10
|\
| * move `test_generator_if_skip_action_cable_is_given_for_an_api_app` to the app...yuuji.yaginuma2016-02-022-11/+10
* | Generated engines should protect from forgeryAaron Patterson2016-02-011-3/+3
|/
* Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-011-0/+9
|\
| * Add Default Puma Configschneems2016-01-291-0/+9