| Commit message (Expand) | Author | Age | Files | Lines |
* | add test coverage for `bin/setup`. | Yves Senn | 2015-05-06 | 1 | -0/+54 |
* | list reserved words in generator error | Sean Linsley | 2015-05-05 | 2 | -2/+2 |
* | Fix constant in void context warnings | Andrew White | 2015-05-05 | 1 | -2/+2 |
* | Document inline image mailer preview interceptor | Andrew White | 2015-05-04 | 2 | -7/+20 |
* | Fix railties configuration test | Andrew White | 2015-05-04 | 1 | -2/+2 |
* | Add support for inline images to mailer previews | Andrew White | 2015-05-04 | 2 | -8/+10 |
* | Fix mailer previews with attachments | Andrew White | 2015-05-04 | 1 | -0/+190 |
* | Fix generator tests | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
* | Remove unneeded base file | Rafael Mendonça França | 2015-05-03 | 2 | -57/+53 |
* | Remove unused private classes | Rafael Mendonça França | 2015-05-03 | 1 | -60/+0 |
* | Merge pull request #19093 from remomueller/fix-actionmailer-preview-links-on-... | Rafael Mendonça França | 2015-05-03 | 1 | -0/+30 |
|\ |
|
| * | Mailer preview now uses `url_for` to fix links to emails for apps running on ... | Remo Mueller | 2015-04-30 | 1 | -0/+30 |
* | | Removed `assigns` from functional_test templates | Prathamesh Sonpatki | 2015-05-02 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #19939 from artofhuman/remove-mocha-from-some-tests | Rafael Mendonça França | 2015-04-28 | 1 | -10/+13 |
|\ |
|
| * | Remove use of mocha in the named base tests | Semyon Pupkov | 2015-04-28 | 1 | -10/+13 |
* | | mailer previews for `NullMail` instances. Closes #19849. | Yves Senn | 2015-04-28 | 1 | -0/+26 |
|/ |
|
* | Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment... | Yves Senn | 2015-04-27 | 1 | -0/+28 |
* | Need to add config.assets.compile=true to access `.assets` | Arthur Neves | 2015-04-26 | 1 | -0/+1 |
* | assets:cache:clean wont clean cache anymore | Arthur Neves | 2015-04-26 | 1 | -11/+0 |
* | Revert "Fix multiple suggestion test" | Arthur Neves | 2015-04-25 | 1 | -1/+1 |
* | Fix multiple suggestion test | Arthur Neves | 2015-04-25 | 1 | -1/+1 |
* | Add test for multiple suggested generator names. | Josef Šimánek | 2015-04-25 | 1 | -0/+6 |
* | Why do we add a top-level constant here? | Akira Matsuda | 2015-04-25 | 1 | -4/+2 |
* | Remove sqlite support from `rails dbconsole` | Andrew White | 2015-04-22 | 1 | -6/+0 |
* | Implicitly skip spring for `rails new --dev` | Godfrey Chan | 2015-04-20 | 1 | -0/+8 |
* | fix indent in routes when using namespaced controllers | yuuji.yaginuma | 2015-04-14 | 1 | -1/+3 |
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 2 | -2/+2 |
* | bugfix CodeStatics#calculate_directory_statics when dir has source extension | Pablo Vizcay | 2015-04-09 | 1 | -0/+20 |
* | Merge pull request #19034 from jvanbaarsen/explicit-job-base-class | Matthew Draper | 2015-03-30 | 3 | -4/+10 |
|\ |
|
| * | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 3 | -4/+10 |
* | | Test using sprockets 3 | Rafael Mendonça França | 2015-03-29 | 3 | -11/+11 |
* | | respect `pluralize_table_names` when generate fixture file. fixes #19519 | yuuji.yaginuma | 2015-03-27 | 1 | -0/+10 |
* | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 6 | -19/+74 |
* | | Remove `#build_original_fullpath` method | eileencodes | 2015-03-20 | 1 | -27/+0 |
* | | Merge pull request #19404 from dmathieu/remove_rack_env | Aaron Patterson | 2015-03-19 | 6 | -74/+19 |
|\ \ |
|
| * | | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 6 | -74/+19 |
* | | | Use absolute path on find_method location for the runner | Arthur Neves | 2015-03-19 | 1 | -4/+5 |
* | | | method_source needs to be a hard dependency on railties | Arthur Neves | 2015-03-19 | 1 | -7/+0 |
* | | | Merge pull request #19216 from senny/bin_test_runner | Yves Senn | 2015-03-19 | 4 | -41/+203 |
|\ \ \ |
|
| * | | | run `test_test.rb` using the `bin/rails test`. | Yves Senn | 2015-03-18 | 1 | -17/+1 |
| * | | | Fix reporter test and verbose mode | Arthur Neves | 2015-03-18 | 1 | -9/+7 |
| * | | | move `ENV["BACKTRACE"]` support into the TestRunner. | Yves Senn | 2015-03-18 | 1 | -0/+10 |
| * | | | `-p`, `--pattern` to run tests using a pattern. | Yves Senn | 2015-03-18 | 1 | -2/+1 |
| * | | | use `bin/rails t` runner in `test_runner_test.rb`. | Yves Senn | 2015-03-18 | 2 | -28/+21 |
| * | | | Fix relative dir call on test runner | Arthur Neves | 2015-03-18 | 1 | -10/+14 |
| * | | | Add tests for runner#test_files method | Arthur Neves | 2015-03-18 | 1 | -0/+14 |
| * | | | Run multiple files on runner | Arthur Neves | 2015-03-18 | 1 | -2/+16 |
| * | | | `-e` / `--environment` for the test runner. | Yves Senn | 2015-03-18 | 1 | -0/+14 |
| * | | | get rid of NAMED_PATTERNS in favor of running a whole directory | Yves Senn | 2015-03-18 | 1 | -0/+8 |
| * | | | add tests for our minitest reporter. | Yves Senn | 2015-03-18 | 1 | -0/+76 |