aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.Yves Senn2014-01-131-1/+14
* | standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-132-2/+11
* | Skip Spring App Generator tests on JRubyGaurish Sharma2014-01-131-0/+2
* | upgrade SDocXavier Noria2014-01-121-2/+2
* | Ensure Active Record connection consistencyschneems2014-01-091-1/+1
* | add a more restricted codepath for templates fixes #13390Aaron Patterson2014-01-081-4/+25
* | refactor generator tests to use block form of TempfileAaron Patterson2014-01-081-36/+30
* | Add missing tests for invalid names in `rails plugin new`Robin Böning2014-01-061-0/+6
* | Add preview_path to autoload_paths in after_initializeAndrew White2014-01-041-1/+41
* | Use DATABASE_URL by defaultschneems2014-01-021-8/+1
* | Automatically maintain test database schemaJon Leighton2014-01-023-3/+57
* | Adding missing requireRafael Mendonça França2014-01-021-0/+1
* | Move default production database to URL sub keyschneems2014-01-011-1/+5
* | fix 2.1.0 bug :(schneems2013-12-251-1/+1
* | ensure environment is run before db:structure:loadschneems2013-12-251-1/+1
* | Partial fix of database url testsschneems2013-12-251-1/+4
* | Fix tests names: tokens.yml => secrets.ymlGuillermo Iguaran2013-12-251-2/+2
* | using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-251-1/+1
* | Revert "Ensure secret_key_base is set for all environments"José Valim2013-12-241-2/+1
* | Fix railties tests in masterschneems2013-12-241-1/+2
* | Ensure secret_key_base is set for all environmentsJosé Valim2013-12-241-1/+2
* | Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-0/+18
* | Add comments with urls for email previewsAndrew White2013-12-221-6/+11
* | Use Full path to sqlite database in testsschneems2013-12-222-4/+4
* | Fix DB Console tests schneems2013-12-211-20/+22
* | `html` and `text` templates for mailers by defaultKassio Borges2013-12-201-1/+15
* | Make possible to use symbol as the verifier nameRafael Mendonça França2013-12-191-6/+6
* | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-181-2/+2
* | Default I18n.enforce_available_locales to trueCarlos Antonio da Silva2013-12-171-4/+38
* | Add mailer previews feature based on mail_view gemAndrew White2013-12-172-3/+421
* | Fix method redefinition warningAndrew White2013-12-171-2/+6
* | Merge pull request #13328 from teohm/dbconsole_support_database_urlYves Senn2013-12-161-27/+67
|\ \
| * | fixed rails dbconsole to support ENV['DATABASE_URL'].Huiming Teo2013-12-161-27/+67
* | | Regression test for load_structure and clone_structureArthur Neves2013-12-141-2/+4
|/ /
* | Rename tokens.yml to secrets.ymlGuillermo Iguaran2013-12-121-3/+3
* | Add test for custom tokens stored in config/tokens.ymlGuillermo Iguaran2013-12-121-0/+13
* | Replace config.secret_key_base with secrets.secret_key_base in testGuillermo Iguaran2013-12-121-1/+1
* | Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-123-6/+25
* | Skipping debugger from plugin Gemfile for JRubyArun Agrawal2013-12-061-0/+11
* | Merge branch 'av-loading-order'Rafael Mendonça França2013-12-051-4/+18
|\ \
| * | Assert the singleton instead of to truthy/falsyRafael Mendonça França2013-12-051-4/+4
| * | Add tests to cache_template_loading when an engine loaded Action ViewRafael Mendonça França2013-12-051-0/+14
* | | Make sure that spring is loaded in development onlyArun Agrawal2013-12-051-1/+1
|/ /
* | Merge pull request #13189 from strzalek/retain-ap-av-depJeremy Kemper2013-12-051-2/+0
|\ \
| * | Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-051-2/+0
* | | set `i18n.enforce_available_locales` before `i18n.default_locale`.Yves Senn2013-12-051-0/+11
* | | Make salt argument required for message verifierRafael Mendonça França2013-12-041-5/+5
* | | Test if two different verifiers don't share the same secretRafael Mendonça França2013-12-041-2/+12
* | | Don't need to use a controller to test the verifierRafael Mendonça França2013-12-041-9/+3
* | | No need to configure saltsRafael Mendonça França2013-12-041-21/+1