aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-1/+1
|\
| * Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
* | Add test to ensure tmp:clear works when tmp is missingYoong Kang Lim2015-05-301-0/+7
* | `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-2/+10
|/
* Merge pull request #20017 from eliotsykes/configurable-static-index-filenameRafael Mendonça França2015-05-281-0/+21
|\
| * config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+21
* | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-9/+9
|/
* Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-271-0/+48
|\
| * add fixed fileDermot Haughey2015-05-271-0/+46
|/
* removing unused and already required require'sAnkit Gupta2015-05-111-1/+0
* add test coverage for `bin/setup`.Yves Senn2015-05-061-0/+54
* Fix constant in void context warningsAndrew White2015-05-051-2/+2
* Document inline image mailer preview interceptorAndrew White2015-05-042-7/+20
* Fix railties configuration testAndrew White2015-05-041-2/+2
* Add support for inline images to mailer previewsAndrew White2015-05-041-6/+8
* Fix mailer previews with attachmentsAndrew White2015-05-041-0/+190
* Remove unneeded base fileRafael Mendonça França2015-05-032-57/+53
* Merge pull request #19093 from remomueller/fix-actionmailer-preview-links-on-...Rafael Mendonça França2015-05-031-0/+30
|\
| * Mailer preview now uses `url_for` to fix links to emails for apps running on ...Remo Mueller2015-04-301-0/+30
* | Removed `assigns` from functional_test templatesPrathamesh Sonpatki2015-05-021-2/+2
|/
* mailer previews for `NullMail` instances. Closes #19849.Yves Senn2015-04-281-0/+26
* Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-271-0/+28
* Need to add config.assets.compile=true to access `.assets`Arthur Neves2015-04-261-0/+1
* assets:cache:clean wont clean cache anymoreArthur Neves2015-04-261-11/+0
* Merge pull request #19034 from jvanbaarsen/explicit-job-base-classMatthew Draper2015-03-301-1/+1
|\
| * Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-1/+1
* | Test using sprockets 3Rafael Mendonça França2015-03-292-9/+9
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-202-0/+9
* | Remove `#build_original_fullpath` methodeileencodes2015-03-201-27/+0
* | Merge pull request #19404 from dmathieu/remove_rack_envAaron Patterson2015-03-192-9/+0
|\ \
| * | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-192-9/+0
| |/
* | run `test_test.rb` using the `bin/rails test`.Yves Senn2015-03-181-17/+1
* | `-p`, `--pattern` to run tests using a pattern.Yves Senn2015-03-181-2/+1
* | use `bin/rails t` runner in `test_runner_test.rb`.Yves Senn2015-03-181-24/+18
* | Show the right file when test raisesArthur Neves2015-03-181-0/+1
|/
* pass a config to the route setAaron Patterson2015-03-051-0/+13
* Created rake restart task.Hyonjee Joo2015-02-261-0/+31
* Require `belongs_to` by default.Josef Šimánek2015-02-211-1/+4
* Allow Rack::Runtime to be deleted from middleware stack.Guo Xiang Tan2015-02-191-0/+16
* Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-051-1/+1
|\
| * Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-1/+1
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-034-4/+0
* | tests, use `capture` instead of custom `redirect_stderr` helper.Yves Senn2015-01-301-12/+2
|/
* Remove deprecated `serve_static_assets` configurationRafael Mendonça França2015-01-041-16/+0
* Remove deprecation warning when log_level is not explicit set on productionRafael Mendonça França2015-01-041-30/+0
* Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-042-53/+0
* Remove some warningsRafael Mendonça França2015-01-031-32/+32
* actually autoload all second-level directories called `app/*/concerns`Alex Robbin2014-12-261-0/+29
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-194-5/+61
* `db:structure:load` and `db:schema:load` no longer purge the database.Yves Senn2014-12-181-0/+25