aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+28
* don't remove `cable.js`yuuji.yaginuma2016-04-161-0/+12
* Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-121-0/+8
* Merge pull request #24165 from y-yagi/generate_application_job_when_not_existEileen M. Uchitelle2016-04-092-0/+20
|\
| * generate ApplicationJob if it does not already existyuuji.yaginuma2016-03-252-0/+20
* | Use new hash syntax (#24464)Jeroen Visser2016-04-081-2/+2
|/
* Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailerRafael França2016-03-231-0/+13
|\
| * Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-0/+13
* | 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