aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Remove redundant begin blockRyuta Kamizono2019-04-041-10/+9
* Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-042-2/+2
* Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'Benoit Daloze2019-04-031-0/+16
* Auto-correct rubocop offencesRyuta Kamizono2019-04-031-2/+2
* Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-025-5/+73
|\
| * Add attachment and attachments field generatorsChris Oliver2019-03-305-5/+73
* | Merge pull request #35768 from robertomiranda/r/rake-db-prepareEileen M. Uchitelle2019-04-022-0/+36
|\ \
| * | Add migration in case of db:drop assertionRoberto Miranda2019-04-021-0/+7
| * | 💇Roberto Miranda2019-04-022-2/+1
| * | Add test cases for rake db:prepareRoberto Miranda2019-04-022-0/+30
* | | Rename `connection` option to `database` in `dbconsole` commandyuuji.yaginuma2019-04-021-6/+18
* | | Merge pull request #35820 from sharang-d/url-to-URL-except-actionpackRyuta Kamizono2019-04-025-8/+8
|\ \ \
| * | | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-015-8/+8
* | | | Include final newline in generated .ruby-versionOrhan Toy2019-04-011-0/+2
|/ / /
* | | [ci skip] Fix typo directores -> directoriesAbhay Nikam2019-03-301-1/+1
* | | optimizes eager loading in :zeitwerk modeXavier Noria2019-03-301-0/+14
* | | fixes eager loading edge case in :zeitwerk modeXavier Noria2019-03-301-0/+28
| |/ |/|
* | Add rich_text field to model generatorsChris Oliver2019-03-283-1/+54
|/
* Reword test names in credentials_test.rbSharang Dashputre2019-03-251-4/+4
* Merge pull request #35732 from rails/webdriversGuillermo Iguaran2019-03-241-2/+2
|\
| * Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-241-2/+2
* | Merge pull request #35723 from sikachu/disable-sandbox-flagGuillermo Iguaran2019-03-243-4/+35
|\ \ | |/ |/|
| * Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-233-4/+35
* | Add `secret_key_base` when creating new credential fileyuuji.yaginuma2019-03-231-1/+12
|/
* Fix server restart test on Puma 3.12.1yuuji.yaginuma2019-03-221-2/+2
* Make aliases of `database` option in generators workyuuji.yaginuma2019-03-203-0/+30
* Fix database configuration when adding another config leveleileencodes2019-03-181-0/+2
* Add -e/--environment option to `rails initializers`yuuji.yaginuma2019-03-161-2/+18
* Engines are reloaded in Zeitwerk mode [closes #35618]Xavier Noria2019-03-151-14/+19
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-153-1/+27
* Make application work without tmp directoryyuuji.yaginuma2019-03-141-0/+3
* Fix secret_key_base for Railtieseileencodes2019-03-132-0/+2
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-1/+22
|\
| * Fix possible dev mode RCEAaron Patterson2019-03-102-1/+22
* | Add test for runner command with `environment` optionyuuji.yaginuma2019-03-131-0/+4
* | Add additional ERB DummyCompiler testsCliff Pruitt2019-03-121-0/+54
* | Do not generate dummy string when the tag used is not the <%=Rafael Mendonça França2019-03-111-0/+1
* | [ci skip] Minor documentation fixes for consistencyShailesh Kalamkar2019-03-091-1/+1
* | Fix "DEPRECATION WARNING: ActionView::Template#initialize requires a locals p...yuuji.yaginuma2019-03-091-1/+1
* | Minor text changes to the db:seed:replant testsSharang Dashputre2019-03-091-2/+2
* | Allow autoloader inflectors to be swaped outJean Boussier2019-03-081-0/+4
* | Merge pull request #35522 from gmcgibbon/rails_db_system_change_versioningKasper Timm Hansen2019-03-081-3/+18
|\ \
| * | Add version awareness to rails db:system:changeGannon McGibbon2019-03-081-3/+18
* | | Build assets automatically if necessaryyuuji.yaginuma2019-03-081-0/+7
|/ /
* | Load YAML for rake tasks without parsing ERBeileencodes2019-03-061-12/+3
* | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-1/+121
|/
* Make this test strongerXavier Noria2019-02-231-0/+7
* Let Zeitwerk autoloaders inflect with Active SupportXavier Noria2019-02-231-0/+18
* simplifies Rails.autoloaders.logger=Xavier Noria2019-02-211-2/+2