aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25390 from gsamokovarov/abstact-unit-presence-requireRafael França2016-06-131-0/+1
|\
| * Require "active_support/core_ext/object/blank" for railties abstract unitGenadi Samokovarov2016-06-131-0/+1
* | 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
* | | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+6
| |/ |/|
* | Merge pull request #25317 from prathamesh-sonpatki/fix-api-controller-testsKasper Timm Hansen2016-06-071-2/+2
|\ \
| * | Fix API controller tests by assigning them the encoding typePrathamesh Sonpatki2016-06-071-2/+2
* | | Merge pull request #25247 from y-yagi/reference_actual_classKasper Timm Hansen2016-06-071-1/+1
|\ \ \ | |/ / |/| |
| * | reference actual class to use middlewareyuuji.yaginuma2016-06-021-1/+1
* | | 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-283-20/+20
* | Fix more assertion counts.Kasper Timm Hansen2016-05-281-2/+2
* | Fix assertion count after 69e1bb52.Kasper Timm Hansen2016-05-281-2/+2
* | Remove public/ files for API appsPrathamesh Sonpatki2016-05-281-1/+7
* | Added a shared section to config/secrets.yml that will be loaded for all envi...David Heinemeier Hansson2016-05-211-0/+25
* | Merge pull request #24918 from prathamesh-sonpatki/cable-assetsRafael França2016-05-211-4/+20
|\ \
| * | Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-4/+20
| |/
* / `md5` --> `MD5`Jon Moss2016-05-171-1/+1
|/
* Fix etag expectation to work with the SHA256Rafael Mendonça França2016-05-061-1/+1
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* Merge pull request #24696 from y-yagi/remove_unnessary_option_settingKasper Timm Hansen2016-04-252-0/+19
|\
| * register rake options to `OptionParser`yuuji.yaginuma2016-04-251-0/+11
| * remove unnessary option setting from test runneryuuji.yaginuma2016-04-251-0/+8
* | Fix broken build, channel files are also included in `bin/rails stats` nowPrathamesh Sonpatki2016-04-241-2/+2
* | Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+28
* | Fix test nameVipul A M2016-04-231-1/+1
|/
* - using rails dev:cache instead of rake dev:cacheMohit Natoo2016-04-221-1/+1
* Fixed assertions with regex used in dbs testsVipul A M2016-04-191-2/+2
* Merge pull request #24551 from bogdanvlviv/notice_for_tasksJeremy Daer2016-04-172-2/+4
|\
| * Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-172-2/+4
* | 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
* do not create unnecessary directoryyuuji.yaginuma2016-04-101-2/+1
* 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
* | Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-303-0/+32
|/
* 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 #24253 from y-yagi/change_default_value_of_cachingKasper Timm Hansen2016-03-211-1/+2
|\ \
| * | changed default value of `caching` option to `nil`yuuji.yaginuma2016-03-211-1/+2
| |/
* | 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
* | Keep all session tests in the same fileRafael Mendonça França2016-03-212-46/+28
* | Fix request.reset_session for API controllersJon Moss2016-03-191-0/+46
|/