| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some typos in railties/lib/rails/engine.rb [ci-skip] | RobertZK | 2015-02-10 | 1 | -4/+4 |
* | Fix typo in Rails::Application#migration_railties | RobertZK | 2015-02-10 | 1 | -2/+2 |
* | Dont check bundler output on plugin generator test | Arthur Neves | 2015-02-10 | 1 | -4/+2 |
* | Actually fix the build | Sean Griffin | 2015-02-10 | 1 | -1/+1 |
* | Fix the build | Sean Griffin | 2015-02-10 | 1 | -1/+1 |
* | tests, reset global to previous value. | Yves Senn | 2015-02-09 | 1 | -1/+3 |
* | Merge pull request #18839 from yuki24/remove-warning-from-generators-named-ba... | Yves Senn | 2015-02-09 | 1 | -10/+0 |
|\ |
|
| * | Remove warning from generator named base test | Yuki Nishijima | 2015-02-08 | 1 | -10/+0 |
* | | Remove warning from Plugin Generator | Yuki Nishijima | 2015-02-08 | 1 | -3/+3 |
|/ |
|
* | Remove reference to the now done documentation.rake | Xavier Noria | 2015-02-06 | 1 | -1/+0 |
* | README.rdoc -> README.md for newly generated applications | Xavier Noria | 2015-02-06 | 5 | -5/+9 |
* | Remove documentation tasks | Xavier Noria | 2015-02-06 | 6 | -99/+4 |
* | Merge pull request #18399 from kommen/unify-structure-file-envvar-names | Rafael Mendonça França | 2015-02-05 | 1 | -1/+1 |
|\ |
|
| * | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file. | Dieter Komendera | 2015-01-08 | 1 | -1/+1 |
* | | Merge pull request #18526 from vipulnsward/add-silence-stream | Rafael Mendonça França | 2015-02-05 | 4 | -87/+10 |
|\ \ |
|
| * | | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 4 | -87/+10 |
* | | | Force generated route to be inserted | Andrew White | 2015-02-05 | 3 | -1/+10 |
* | | | Don't remove all line endings from routes.rb | Andrew White | 2015-02-03 | 3 | -2/+26 |
* | | | Merge pull request #18795 from vipulnsward/remove-magic-comments | Jeremy Kemper | 2015-02-03 | 5 | -5/+0 |
|\ \ \ |
|
| * | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 5 | -5/+0 |
* | | | | Small enhancement for generators | Holger Frohloff | 2015-02-03 | 1 | -2/+2 |
|/ / / |
|
* | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 5 | -5/+5 |
* | | | Fixed a few things from ee9e4c3 | Godfrey Chan | 2015-01-30 | 5 | -12/+12 |
* | | | Allow hyphenated names for `rails plugin new` generator. | Robin Böning | 2015-01-30 | 21 | -67/+194 |
* | | | build fix II, adjust broken tests as a consequence of 670ac73126. | Yves Senn | 2015-01-30 | 1 | -4/+4 |
* | | | build fix. | Yves Senn | 2015-01-30 | 1 | -4/+4 |
* | | | scaffold controller_test template should use kwargs. refs #18323. | Yves Senn | 2015-01-30 | 1 | -5/+5 |
* | | | tests, use `capture` instead of custom `redirect_stderr` helper. | Yves Senn | 2015-01-30 | 1 | -12/+2 |
* | | | Add a margin to body and padding to th, td. | Adrien Lamothe | 2015-01-29 | 1 | -0/+11 |
* | | | Merge pull request #18705 from mrgilman/skip-test | Rafael Mendonça França | 2015-01-29 | 11 | -22/+26 |
|\ \ \ |
|
| * | | | Change option description and update test names | Melanie Gilman | 2015-01-29 | 3 | -3/+3 |
| * | | | Update option to skip test in generators | Melanie Gilman | 2015-01-27 | 11 | -20/+24 |
* | | | | Merge pull request #18719 from 5t111111/add-fix-for-loading-fixtures-in-engin... | Yves Senn | 2015-01-29 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Add fix for loading fixtures in engine tests | WAKASUGI 5T111111 | 2015-01-29 | 1 | -0/+1 |
* | | | | | reassign `file_fixture_path` in plugins `test_helper.rb`. refs #18658. | Yves Senn | 2015-01-29 | 1 | -0/+1 |
|/ / / / |
|
* | | | | table name should be plural [ci skip] | Jian Weihang | 2015-01-29 | 1 | -1/+1 |
* | | | | introduce `ActiveSupport::Testing::FileFixtures`. | Yves Senn | 2015-01-28 | 3 | -0/+3 |
|/ / / |
|
* | | | Fix typo 'has' => 'have' | Sean Collins | 2015-01-25 | 1 | -1/+1 |
* | | | Fix typo 'another frameworks' => 'other frameworks' | Sean Collins | 2015-01-25 | 1 | -1/+1 |
* | | | fix task description for tmp:create | yuuji.yaginuma | 2015-01-25 | 1 | -1/+1 |
* | | | fix wording of CSS manifest instructions | Rachel Warbelow | 2015-01-22 | 2 | -6/+4 |
* | | | Merge pull request #18636 from josh/railties-remove-config-assets | Rafael Mendonça França | 2015-01-22 | 2 | -22/+1 |
|\ \ \ |
|
| * | | | Remove config.assets | Joshua Peek | 2015-01-21 | 2 | -22/+1 |
* | | | | Merge pull request #18546 from brainopia/action_view_render | Rafael Mendonça França | 2015-01-22 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Add ApplicationController.renderer initializer [ci skip] | brainopia | 2015-01-22 | 1 | -0/+6 |
* | | | | | use two spaces instead of one for include root in json | Ben A Morgan | 2015-01-21 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #18380 from nobu/Use-EXEEXT | Santiago Pastorino | 2015-01-19 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Use EXEEXT | Nobuyoshi Nakada | 2015-01-07 | 1 | -1/+3 |
* | | | | | Merge pull request #18567 from prathamesh-sonpatki/fix-assert-welcome-test | Richard Schneeman | 2015-01-17 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fixed test for assert_welcome | Prathamesh Sonpatki | 2015-01-17 | 1 | -1/+2 |