| Commit message (Expand) | Author | Age | Files | Lines |
* | fix indent in routes when using namespaced controllers | yuuji.yaginuma | 2015-04-14 | 1 | -1/+3 |
* | Merge pull request #19034 from jvanbaarsen/explicit-job-base-class | Matthew Draper | 2015-03-30 | 2 | -3/+9 |
|\ |
|
| * | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 2 | -3/+9 |
* | | respect `pluralize_table_names` when generate fixture file. fixes #19519 | yuuji.yaginuma | 2015-03-27 | 1 | -0/+10 |
* | | method_source needs to be a hard dependency on railties | Arthur Neves | 2015-03-19 | 1 | -7/+0 |
* | | Add a new-line to the end of route method generated code. | Arthur Neves | 2015-03-18 | 1 | -0/+24 |
|/ |
|
* | add mailer suffix to comments for email previews | yuuji.yaginuma | 2015-03-15 | 1 | -5/+5 |
* | Require `belongs_to` by default. | Josef Šimánek | 2015-02-21 | 1 | -0/+33 |
* | Merge pull request #18393 from y-yagi/fix_mailer | Rafael Mendonça França | 2015-02-18 | 2 | -16/+25 |
|\ |
|
| * | follow up to #18074 | yuuji.yaginuma | 2015-01-08 | 2 | -16/+25 |
* | | 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 |
* | | Remove warning from generator named base test | Yuki Nishijima | 2015-02-08 | 1 | -10/+0 |
* | | README.rdoc -> README.md for newly generated applications | Xavier Noria | 2015-02-06 | 2 | -3/+3 |
* | | Remove documentation tasks | Xavier Noria | 2015-02-06 | 1 | -5/+0 |
* | | Merge pull request #18526 from vipulnsward/add-silence-stream | Rafael Mendonça França | 2015-02-05 | 1 | -17/+3 |
|\ \ |
|
| * | | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -17/+3 |
* | | | Force generated route to be inserted | Andrew White | 2015-02-05 | 1 | -0/+5 |
* | | | Don't remove all line endings from routes.rb | Andrew White | 2015-02-03 | 1 | -0/+18 |
* | | | Fixed a few things from ee9e4c3 | Godfrey Chan | 2015-01-30 | 1 | -7/+7 |
* | | | Allow hyphenated names for `rails plugin new` generator. | Robin Böning | 2015-01-30 | 1 | -4/+102 |
* | | | 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 |
* | | | Merge pull request #18705 from mrgilman/skip-test | Rafael Mendonça França | 2015-01-29 | 3 | -11/+11 |
|\ \ \ |
|
| * | | | Change option description and update test names | Melanie Gilman | 2015-01-29 | 2 | -2/+2 |
| * | | | Update option to skip test in generators | Melanie Gilman | 2015-01-27 | 3 | -9/+9 |
| |/ / |
|
* / / | introduce `ActiveSupport::Testing::FileFixtures`. | Yves Senn | 2015-01-28 | 1 | -0/+1 |
|/ / |
|
* | | Add the `method_source` gem to the default Gemfile | Sean Griffin | 2015-01-13 | 1 | -0/+7 |
* | | Add Secure Token Generator | robertomiranda | 2015-01-11 | 2 | -0/+35 |
* | | Use IO::NULL always | Nobuyoshi Nakada | 2015-01-10 | 1 | -1/+1 |
* | | Add _mailer suffix to i18n path | Carlos Souza | 2015-01-08 | 2 | -5/+5 |
|/ |
|
* | Add mailer suffix to generated files and classes | Carlos Souza | 2015-01-06 | 2 | -28/+35 |
* | Remove debugger support | Rafael Mendonça França | 2015-01-04 | 2 | -6/+0 |
* | Change the default `null` value for `timestamps` to `false` | Rafael Mendonça França | 2015-01-04 | 1 | -1/+1 |
* | Remove deprecated methods at `Kernel`. | Rafael Mendonça França | 2015-01-04 | 1 | -0/+10 |
* | Improve the matches on the scaffold generator tests | Carlos Antonio da Silva | 2015-01-03 | 1 | -9/+8 |
* | Merge pull request #13434 from tanraya/local_variables | Carlos Antonio da Silva | 2015-01-03 | 1 | -0/+11 |
|\ |
|
| * | Use local variables in _form.html.erb generated by scaffold generator. | tanraya | 2014-07-26 | 1 | -0/+11 |
* | | Merge pull request #17227 from claudiob/explicitly-abort-callbacks | Rafael Mendonça França | 2015-01-03 | 1 | -0/+32 |
|\ \ |
|
| * | | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -0/+32 |
* | | | Generated fixtures won't use parent_id when generated with parent:references | Pablo Olmos de Aguilera Corradini | 2015-01-02 | 1 | -5/+5 |
|/ / |
|
* | | Remove warnings | Carlos Antonio da Silva | 2015-01-02 | 1 | -2/+2 |
* | | Verify the helper name with plural as it is generated | Carlos Antonio da Silva | 2015-01-02 | 1 | -1/+1 |
* | | Add --skip-action-mailer (or -M) to rails generate | claudiob | 2015-01-01 | 2 | -0/+56 |
* | | Fix scaffold generator with --helper=false option | Rafael Mendonça França | 2015-01-01 | 1 | -0/+14 |
* | | Fix test description to match the test behaviour | Rafael Mendonça França | 2015-01-01 | 1 | -1/+1 |
* | | Remove some warning with Ruby 2.2 | Rafael Mendonça França | 2014-12-29 | 1 | -1/+1 |
* | | Add test missed by a03ea684efc3505647cf0327a501aa2dbb591ad2 | Sean Griffin | 2014-12-22 | 1 | -2/+3 |