| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Use the new `foreign_key` option on `references` in generators | Sean Griffin | 2014-12-22 | 2 | -5/+16 |
* | | Skip byebug on all non-MRI rubies, fix tests | Sean Griffin | 2014-12-22 | 2 | -2/+2 |
* | | Only add debugger/byebug if on MRI | Arthur Neves | 2014-12-22 | 1 | -1/+1 |
* | | Fix Duplicate web-console entries in Gemfile | NorimasaAndo | 2014-12-14 | 1 | -0/+18 |
* | | Merge pull request #17953 from kirs/test-activejob-generator | Rafael Mendonça França | 2014-12-08 | 1 | -0/+29 |
|\ \ |
|
| * | | Test coverage for ActiveJob generator | Kir Shatrov | 2014-12-07 | 1 | -0/+29 |
* | | | Merge pull request #17797 from y-yagi/donot_delete_mailer_layouts | Rafael Mendonça França | 2014-12-04 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | Don't remove mailer layouts files | yuuji.yaginuma | 2014-11-27 | 1 | -0/+15 |
| |/ / |
|
* / / | Silence Minitest for plugin tests. | Guo Xiang Tan | 2014-12-02 | 1 | -0/+1 |
|/ / |
|
* | | Generators add foreign keys on references | Derek Prior | 2014-11-25 | 2 | -1/+46 |
* | | Generate mailer layouts even if no action is given. | Guo Xiang Tan | 2014-11-25 | 1 | -0/+2 |
* | | Add tests which were incorrectly removed. | Guo Xiang Tan | 2014-11-25 | 2 | -0/+6 |
* | | Creates an ApplicationMailer and layout by default, including html and body t... | Andy Jeffries | 2014-11-21 | 2 | -10/+22 |
* | | Fix rbx generated Gemfile regex | Benjamin Fleischer | 2014-10-27 | 1 | -1/+1 |
* | | Add back --skip-turbolinks and remove --skip-gems | Rafael Mendonça França | 2014-10-26 | 1 | -3/+2 |
* | | test, `Generators::GeneratedAttribute` with references, required, index. | Yves Senn | 2014-10-16 | 1 | -0/+8 |
* | | fix test_helper for mountable plugin | masarakki | 2014-10-13 | 1 | -0/+4 |
* | | Remove --skip-action-view option from application generator | Dan Olson | 2014-09-24 | 1 | -5/+0 |
* | | Specify dummy app's db migrate path in plugin's test_helper.rb | Yukio Mizuta | 2014-09-16 | 1 | -3/+12 |
* | | Use dynamic path for dummy app location in plugin's test_helper.rb | Yukio Mizuta | 2014-09-14 | 1 | -1/+4 |
* | | Rails.root should be a Pathname | Akira Matsuda | 2014-08-28 | 1 | -1/+1 |
* | | fix broken `gem` method with non-String arguments. Closes #16709. | Yves Senn | 2014-08-27 | 1 | -0/+10 |
* | | Require ActiveJob in case a skip_xxx option is given | slainer68 | 2014-08-20 | 1 | -0/+1 |
* | | Merge pull request #16062 from sgrif/sg-required-generators | Rafael Mendonça França | 2014-08-17 | 2 | -0/+56 |
|\ \ |
|
| * | | Add a `required` option to the model generator | Sean Griffin | 2014-08-08 | 2 | -0/+56 |
* | | | Change the default `null` value for timestamps | Sean Griffin | 2014-08-12 | 1 | -1/+1 |
* | | | Fixes test for Gemfile entry changes | Arun Agrawal | 2014-08-08 | 1 | -6/+11 |
|/ / |
|
* | | Merge pull request #16359 from skanev/after-bundle-in-rails-templates | Yves Senn | 2014-08-06 | 1 | -0/+15 |
|\ \ |
|
| * | | Add an after_bundle callback in Rails templates | Stefan Kanev | 2014-08-03 | 1 | -0/+15 |