aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* build fix. follow up to 174c9f0df39cd338a4871f82794256cc64f68a81Yves Senn2014-02-241-1/+1
* include names in model generator warning message. refs #13515.Yves Senn2014-02-241-1/+1
* Merge pull request #13515 from kuldeepaggarwal/f-model-generationGodfrey Chan2014-02-222-1/+8
|\
| * Add warning when user tried to create model with pluralize name.Kuldeep Aggarwal2014-02-232-1/+8
* | Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."Guillermo Iguaran2014-02-211-14/+1
|/
* remove railties changes. fixes #14054Aaron Patterson2014-02-143-100/+0
* fix path shown in mailer's templatesKassio Borges2014-02-141-4/+4
* Merge pull request #13945 from rails/json_cookie_serializer_improvementsGuillermo Iguaran2014-02-131-1/+1
|\
| * Fix AppGeneratorTest: serializer option was removed from session_storeGuillermo Iguaran2014-02-111-1/+1
* | do not crash when `config/secrets.yml` is blank.Yves Senn2014-02-121-0/+8
* | add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-111-0/+32
|/
* Add config to disable schema dump after migrationEmil Soman2014-02-062-0/+48
* Merge pull request #13612 from eval/issue-13588Rafael Mendonça França2014-01-301-0/+134
|\
| * Add CreateMigration actionGert Goet2014-01-281-0/+134
* | Modify the session serializer implementationGuillermo Iguaran2014-01-301-1/+1
* | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+1
|/
* Add a test-case for GH #13825Guillermo Iguaran2014-01-241-2/+8
* Use single quotes in generated filesChulki Lee2014-01-141-4/+4
* single quotes for controller generated routesCristian Mircea Messel2014-01-142-3/+3
* Favor canonical environment variables for secretsschneems2014-01-131-2/+2
* 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