aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Omit .keep in .gitignore when generated with --skip-keeps.Ben Pickles2015-05-221-1/+5
|/ / /
* | | Remove use of mocha in the railties path testsRoque Pinel2015-05-181-59/+88
* | | removing unused and already required require'sAnkit Gupta2015-05-112-3/+0
* | | Refactor railties console and dbconsole commandsMehmet Emin İNAÇ2015-05-101-8/+4
* | | add test coverage for `bin/setup`.Yves Senn2015-05-061-0/+54
* | | list reserved words in generator errorSean Linsley2015-05-052-2/+2
* | | 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-042-8/+10
* | | Fix mailer previews with attachmentsAndrew White2015-05-041-0/+190
* | | Fix generator testsRafael Mendonça França2015-05-031-1/+1
* | | Remove unneeded base fileRafael Mendonça França2015-05-032-57/+53
* | | Remove unused private classesRafael Mendonça França2015-05-031-60/+0
* | | 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
|/ / /
* | | Merge pull request #19939 from artofhuman/remove-mocha-from-some-testsRafael Mendonça França2015-04-281-10/+13
|\ \ \
| * | | Remove use of mocha in the named base testsSemyon Pupkov2015-04-281-10/+13
* | | | 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
* | | Revert "Fix multiple suggestion test"Arthur Neves2015-04-251-1/+1
* | | Fix multiple suggestion testArthur Neves2015-04-251-1/+1
* | | Add test for multiple suggested generator names.Josef Šimánek2015-04-251-0/+6
* | | Why do we add a top-level constant here?Akira Matsuda2015-04-251-4/+2
|/ /
* | Remove sqlite support from `rails dbconsole`Andrew White2015-04-221-6/+0
* | Implicitly skip spring for `rails new --dev`Godfrey Chan2015-04-201-0/+8
* | fix indent in routes when using namespaced controllersyuuji.yaginuma2015-04-141-1/+3
* | Rename railties/bin to railties/exeIslam Wazery2015-04-112-2/+2
* | bugfix CodeStatics#calculate_directory_statics when dir has source extensionPablo Vizcay2015-04-091-0/+20
* | Merge pull request #19034 from jvanbaarsen/explicit-job-base-classMatthew Draper2015-03-303-4/+10
|\ \
| * | Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-233-4/+10
* | | Test using sprockets 3Rafael Mendonça França2015-03-293-11/+11
* | | respect `pluralize_table_names` when generate fixture file. fixes #19519yuuji.yaginuma2015-03-271-0/+10
* | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-206-19/+74
* | | Remove `#build_original_fullpath` methodeileencodes2015-03-201-27/+0
* | | Merge pull request #19404 from dmathieu/remove_rack_envAaron Patterson2015-03-196-74/+19
|\ \ \
| * | | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-196-74/+19
* | | | Use absolute path on find_method location for the runnerArthur Neves2015-03-191-4/+5
* | | | method_source needs to be a hard dependency on railtiesArthur Neves2015-03-191-7/+0
* | | | Merge pull request #19216 from senny/bin_test_runnerYves Senn2015-03-194-41/+203
|\ \ \ \
| * | | | run `test_test.rb` using the `bin/rails test`.Yves Senn2015-03-181-17/+1
| * | | | Fix reporter test and verbose modeArthur Neves2015-03-181-9/+7
| * | | | move `ENV["BACKTRACE"]` support into the TestRunner.Yves Senn2015-03-181-0/+10
| * | | | `-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-182-28/+21
| * | | | Fix relative dir call on test runnerArthur Neves2015-03-181-10/+14
| * | | | Add tests for runner#test_files methodArthur Neves2015-03-181-0/+14