aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify AS::Dependencies.verbose=Xavier Noria2019-02-211-4/+4
* Define Rails.autoloaders.logger=Xavier Noria2019-02-211-0/+23
* let Zeitwerk integration unhook AS::DependenciesXavier Noria2019-02-195-2/+35
* Implement AS::Dependencies.verbose= compatibility for :zeitwerk modeXavier Noria2019-02-151-0/+36
* Replace autoloader accessors with Rails.autoloaders.{main,once}Xavier Noria2019-02-142-23/+32
* Merge pull request #35249 from Edouard-chin/ec-config-for-hash-in-arrauRafael Mendonça França2019-02-141-0/+22
|\
| * Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:Edouard CHIN2019-02-141-0/+22
* | Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-132-14/+1
|/
* styleXavier Noria2019-02-121-3/+3
* Zeitwerk integrationXavier Noria2019-02-128-42/+225
* Add missing packages (#35227)Yuji Yaginuma2019-02-121-0/+2
* Fix assertion excpected/actual orderUfuk Kayserilioglu2019-02-111-6/+6
* Allow deprecated non-symbol access to nested `config_for` hashesUfuk Kayserilioglu2019-02-111-1/+102
* Merge pull request #35184 from y-yagi/avoid_extra_package_installMatthew Draper2019-02-116-11/+33
|\
| * Install JavaScript packages before run testyuuji.yaginuma2019-02-116-11/+33
* | Revert "Merge pull request #35211 from y-yagi/fix_broken_association_test" (#...Yuji Yaginuma2019-02-111-16/+0
* | Avoid ajv@6.9.0 for nowyuuji.yaginuma2019-02-101-0/+16
* | Fix rubocop violationsyuuji.yaginuma2019-02-091-9/+7
* | Merge pull request #35036 from rails/av-base-subclassAaron Patterson2019-02-061-2/+6
|\ \ | |/ |/|