aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* 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-172-11/+0
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-013-101/+102
* Merge pull request #25319 from morgoth/generate-application-record-firstRafael França2016-06-134-18/+18
|\
| * Generate application_record.rb file before model fileWojciech Wnętrzak2016-06-084-18/+18
* | Merge pull request #25004 from y-yagi/generate_mailer_layout_files_if_it_does...Eileen M. Uchitelle2016-06-122-0/+23
|\ \ | |/ |/|
| * generate mailer layout files if it does not already existyuuji.yaginuma2016-05-152-0/+23
* | Fix API controller tests by assigning them the encoding typePrathamesh Sonpatki2016-06-071-2/+2
* | 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-312-93/+19
* | Move new default initializers into separate directoryPrathamesh Sonpatki2016-05-282-19/+19
* | Fix more assertion counts.Kasper Timm Hansen2016-05-281-2/+2
* | Remove public/ files for API appsPrathamesh Sonpatki2016-05-281-1/+7
* | Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-4/+20
|/
* 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
|\ \