| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | actually autoload all second-level directories called `app/*/concerns` | Alex Robbin | 2014-12-26 | 1 | -0/+29 |
* | 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 |
* | Merge pull request #18100 from chancancode/serve_static_files | Godfrey Chan | 2014-12-19 | 5 | -6/+62 |
* | `db:structure:load` and `db:schema:load` no longer purge the database. | Yves Senn | 2014-12-18 | 1 | -0/+25 |
* | Fix Duplicate web-console entries in Gemfile | NorimasaAndo | 2014-12-14 | 1 | -0/+18 |
* | Merge pull request #17896 from GBH/globbing_route_mailer_preview | Rafael Mendonça França | 2014-12-08 | 1 | -0/+11 |
|\ |
|
| * | fixing mailer previews for apps with globbing route | Oleg | 2014-12-03 | 1 | -0/+11 |
* | | 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 |
* | | | | Removed use of mocha in the info_controller tests | Prathamesh Sonpatki | 2014-12-03 | 1 | -5/+4 |
| |_|/
|/| | |
|
* | | | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 1 | -1/+1 |
* | | | Silence Minitest for plugin tests. | Guo Xiang Tan | 2014-12-02 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge pull request #17866 from bogdan/default-form-builder | Santiago Pastorino | 2014-12-01 | 1 | -0/+39 |
|\ \ |
|
| * | | Bugfix config.action_view.default_form_builder option | Bogdan Gusiev | 2014-12-01 | 1 | -0/+39 |
| |/ |
|
* | | Merge pull request #17823 from byroot/fix-mount-rack-apps-with-as | Sean Griffin | 2014-11-29 | 1 | -0/+20 |
|\ \ |
|
| * | | Pure rack apps can be mounted with a name | Jean Boussier | 2014-11-29 | 1 | -0/+20 |
| |/ |
|
* / | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
|/ |
|
* | Generators add foreign keys on references | Derek Prior | 2014-11-25 | 2 | -1/+46 |
* | bring back `db:test:prepare`. | Yves Senn | 2014-11-25 | 2 | -9/+92 |
* | tests, run `test_test.rb` with `RAILS_ENV=test`. | Yves Senn | 2014-11-25 | 1 | -1/+1 |
* | Added tests for log_level deprecation | Godfrey Chan | 2014-11-25 | 1 | -13/+18 |
* | Set the test_order in the basic app as well, see 58e8b48 | Godfrey Chan | 2014-11-25 | 2 | -0/+26 |
* | Set the default log_level to info in all tests | Godfrey Chan | 2014-11-25 | 1 | -0/+1 |
* | Merge pull request #17757 from zzak/railties-default-to-debug-log_level | Godfrey Chan | 2014-11-25 | 1 | -0/+1 |
|\ |
|
| * | Always default the log_level to :info for Railties | Zachary Scott | 2014-11-24 | 1 | -0/+1 |
* | | 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 |
|/ |
|
* | :scissors: | Rafael Mendonça França | 2014-11-10 | 1 | -1/+1 |
* | No need to sync config.secret_token and secrets.secret_token | Rafael Mendonça França | 2014-11-10 | 1 | -34/+2 |
* | Merge pull request #16535 from bf4/patch-1 | Rafael Mendonça França | 2014-11-10 | 4 | -11/+150 |
|\ |
|
| * | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 4 | -11/+150 |
* | | add lib to $LOAD_PATH on application inhertence. fixes #17106 | Aaron Patterson | 2014-11-04 | 1 | -1/+2 |
* | | add a test for #17106 | Aaron Patterson | 2014-11-04 | 2 | -0/+22 |
* | | Revert "Replace String index juggling with Pathname goodness in db:fixtures:l... | yuuji.yaginuma | 2014-11-02 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #17408 from bf4/fix_rbx_test | Yves Senn | 2014-10-28 | 1 | -1/+1 |
|\ |
|
| * | Fix rbx generated Gemfile regex | Benjamin Fleischer | 2014-10-27 | 1 | -1/+1 |
* | | Merge pull request #16229 from byroot/stop-swallowing-url-generation-errors | Andrew White | 2014-10-27 | 1 | -0/+15 |
|\ \
| |/
|/| |
|
| * | UrlGenerationError are not catched as 404 anymore | Jean Boussier | 2014-10-27 | 1 | -0/+15 |