| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CHANGELOG entries for API apps functionality | Santiago Pastorino | 2015-06-11 | 1 | -0/+7 |
* | Merge pull request #20387 from y-yagi/fix_engine_generated_controller_test | Yves Senn | 2015-06-02 | 1 | -0/+4 |
* | Generate a `.keep` file in `tmp` folder | Yoong Kang Lim | 2015-05-30 | 1 | -0/+7 |
* | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 1 | -0/+8 |
* | Merge pull request #20023 from mohnish/patch-1 | Yves Senn | 2015-05-06 | 1 | -0/+4 |
* | Fix mailer previews with attachments | Andrew White | 2015-05-04 | 1 | -0/+7 |
* | Merge pull request #19949 from thiagoaugusto/create-thiago-punctuation-fix | Yves Senn | 2015-04-29 | 1 | -1/+1 |
|\ |
|
| * | CHANGELOG punctuation fix | Thiago Augusto | 2015-04-29 | 1 | -1/+1 |
|/ |
|
* | Remove sqlite support from `rails dbconsole` | Andrew White | 2015-04-22 | 1 | -0/+4 |
* | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -8/+10 |
* | Fix typos and improve the documentation | Jon Atack | 2015-04-15 | 1 | -1/+1 |
* | :scissors: | Zachary Scott | 2015-04-12 | 1 | -2/+2 |
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -0/+4 |
* | Merge pull request #19429 from mxhold/print_bundle_install_output_line_by_line | Matthew Draper | 2015-04-03 | 1 | -0/+7 |
|\ |
|
| * | Print `bundle install` output in `rails new` as soon as it's available | Max Holder | 2015-03-28 | 1 | -0/+7 |
* | | Improve CHANGELOG for fix for respecting pluralize_table_names [ci skip] | Prathamesh Sonpatki | 2015-03-27 | 1 | -1/+1 |
* | | respect `pluralize_table_names` when generate fixture file. fixes #19519 | yuuji.yaginuma | 2015-03-27 | 1 | -0/+6 |
* | | Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci skip] | Prathamesh Sonpatki | 2015-03-22 | 1 | -1/+1 |
|/ |
|
* | `rake initializer` -> `rake initializers` | Godfrey Chan | 2015-03-20 | 1 | -4/+5 |
* | Revert "Merge pull request #19411 from dmathieu/rack_env_changelog" | Jeremy Kemper | 2015-03-20 | 1 | -7/+0 |
* | add changelog entry for removing the fallback to rack_env | Damien Mathieu | 2015-03-19 | 1 | -0/+7 |
* | Add a new-line to the end of route method generated code. | Arthur Neves | 2015-03-18 | 1 | -0/+7 |
* | Add `rake initializer` | Naoto Kaneko | 2015-03-14 | 1 | -0/+7 |
* | Revert "Merge pull request #15476 from JacobEvelyn/master" | Jeremy Kemper | 2015-03-11 | 1 | -7/+0 |
* | Created rake restart task. | Hyonjee Joo | 2015-02-26 | 1 | -0/+7 |
* | Merge pull request #15476 from JacobEvelyn/master | Rafael Mendonça França | 2015-02-25 | 1 | -0/+7 |
|\ |
|
* | | Require `belongs_to` by default. | Josef Šimánek | 2015-02-21 | 1 | -0/+15 |
* | | Allow Rack::Runtime to be deleted from middleware stack. | Guo Xiang Tan | 2015-02-19 | 1 | -0/+8 |
* | | README.rdoc -> README.md for newly generated applications | Xavier Noria | 2015-02-06 | 1 | -0/+4 |
* | | Remove documentation tasks | Xavier Noria | 2015-02-06 | 1 | -0/+4 |
* | | Force generated route to be inserted | Andrew White | 2015-02-05 | 1 | -0/+4 |
* | | Don't remove all line endings from routes.rb | Andrew White | 2015-02-03 | 1 | -0/+6 |
* | | Update option to skip test in generators | Melanie Gilman | 2015-01-27 | 1 | -0/+4 |
* | | Add the `method_source` gem to the default Gemfile | Sean Griffin | 2015-01-13 | 1 | -0/+4 |
* | | Drop old test locations from `rake stats` | brainopia | 2015-01-09 | 1 | -0/+6 |
* | | Update `rake counts` to count declarative tests in minitest | brainopia | 2015-01-09 | 1 | -0/+5 |
* | | Fix CHANGELOG [ci skip] | Rafael Mendonça França | 2015-01-04 | 1 | -0/+2 |
* | | Remove deprecated `test:all` and `test:all:db` tasks | Rafael Mendonça França | 2015-01-04 | 1 | -0/+2 |
* | | Remove deprecated `Rails::Rack::LogTailer` | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | | Remove deprecated `RAILS_CACHE` constant | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | | Remove deprecated `serve_static_assets` configuration | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | | Merge pull request #13434 from tanraya/local_variables | Carlos Antonio da Silva | 2015-01-03 | 1 | -0/+4 |
|\ \ |
|
| * | | Use local variables in _form.html.erb generated by scaffold generator. | tanraya | 2014-07-26 | 1 | -0/+4 |
* | | | Merge pull request #17227 from claudiob/explicitly-abort-callbacks | Rafael Mendonça França | 2015-01-03 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -0/+15 |
* | | | | Merge pull request #18309 from PaBLoX-CL/fix-fixtures-references | Rafael Mendonça França | 2015-01-02 | 1 | -0/+4 |
|/ / / |
|
* | | | Add --skip-action-mailer (or -M) to rails generate | claudiob | 2015-01-01 | 1 | -0/+4 |
* | | | actually autoload all second-level directories called `app/*/concerns` | Alex Robbin | 2014-12-26 | 1 | -0/+4 |
* | | | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -208/+1 |
* | | | Generators add foreign keys on references | Derek Prior | 2014-11-25 | 1 | -0/+5 |