Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21480 from amitsuroliya/add_return_value_description | Kasper Timm Hansen | 2015-09-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | adding description of return value [ci skip] | amitkumarsuroliya | 2015-09-03 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #21521 from yui-knk/fix/ar_task_desc | Richard Schneeman | 2015-09-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | [ci skip] Replace `AR` with `Active Record` in task desc | yui-knk | 2015-09-07 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Fix test failures from premature merge of #21317 | Matthew Draper | 2015-09-07 | 2 | -5/+16 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre... | Matthew Draper | 2015-09-07 | 6 | -9/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 6 | -9/+30 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #21505 from morgoth/deprecate-passing-conditions-to-destro... | Matthew Draper | 2015-09-07 | 5 | -15/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 5 | -15/+29 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21514 from ronakjangir47/remove_extra_the | Xavier Noria | 2015-09-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Removed Extra ‘the’ [ci skip] | Ronak Jangir | 2015-09-06 | 2 | -2/+2 | |
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | | | | Use ERB::Utils to percent encode `hfvalue` parts of mailto | Aaron Patterson | 2015-09-05 | 2 | -5/+5 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #21506 from rodzyn/remove_mocha_part_3 | Kasper Timm Hansen | 2015-09-05 | 8 | -90/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 8 | -90/+132 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | implement abstract store methods | Aaron Patterson | 2015-09-04 | 4 | -8/+8 | |
* | | | | | | | | | | | | | | | stop using deprecated Abstract::ID class | Aaron Patterson | 2015-09-04 | 5 | -5/+5 | |
* | | | | | | | | | | | | | | | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 12 | -22/+24 | |
* | | | | | | | | | | | | | | | Merge pull request #21504 from ioquatix/patch-1 | Sean Griffin | 2015-09-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | #where fails if opts.responds_to?(:==) unexpectedly | Samuel Williams | 2015-09-05 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | use path escaping for email addresses | Aaron Patterson | 2015-09-04 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | use `Rack::Utils.unescape_path` to unescape paths | Aaron Patterson | 2015-09-04 | 2 | -4/+4 | |
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg | Yves Senn | 2015-09-04 | 2 | -2/+77 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Revert mistakenly added Gemfile.lock | yui-knk | 2015-09-03 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | Add detailed error message to `IrreversibleMigration` | yui-knk | 2015-08-30 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | [ci skip] Add comments for `IrreversibleMigration` | yui-knk | 2015-08-29 | 1 | -0/+70 | |
| * | | | | | | | | | | | | | Add detailed error message to `IrreversibleMigration` | yui-knk | 2015-08-28 | 2 | -1/+5 | |
| * | | | | | | | | | | | | | Add detailed error message to `IrreversibleMigration` | yui-knk | 2015-08-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #21492 from y-yagi/fix_module_name_typo_in_api_app_guide | Kasper Timm Hansen | 2015-09-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fix module name typo in API app guide [ci skip] | yuuji.yaginuma | 2015-09-04 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #21435 from justanshulsharma/unicode-version | Carlos Antonio da Silva | 2015-09-03 | 3 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Update Unicode Version to 8.0.0 | Anshul Sharma | 2015-09-04 | 3 | -1/+5 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #21473 from akihiro17/remove-unused-require | Carlos Antonio da Silva | 2015-09-03 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove unnecessary require in associations_test.rb | akihiro17 | 2015-09-03 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | Merge pull request #21481 from prakashlaxkar/remove_config | Carlos Antonio da Silva | 2015-09-03 | 2 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Removed unused config file | Prakash Laxkar | 2015-09-03 | 2 | -4/+0 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #21483 from justanshulsharma/add-ip6-address | Eileen M. Uchitelle | 2015-09-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | [ci skip] Added localhost IPv6 | Anshul Sharma | 2015-09-03 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #21475 from y-yagi/add_description_of_return_value | Godfrey Chan | 2015-09-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add a description of the return value that was missing [ci skip] | yuuji.yaginuma | 2015-09-03 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | docs, make `blank?` behavior clear. Closes #21468. [ci skip] | Yves Senn | 2015-09-02 | 1 | -2/+2 | |
* | | | | | | | | | | | | Don't allocate a bunch of strings in `Relation::Merger` | Sean Griffin | 2015-09-02 | 1 | -4/+8 | |
* | | | | | | | | | | | | Merge pull request #21467 from yui-knk/doc/subscribe | Zachary Scott | 2015-09-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [ci skip] Add description about which object | yui-knk | 2015-09-02 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Fix route creation when format is a blank string | eileencodes | 2015-09-02 | 2 | -1/+2 | |
* | | | | | | | | | | | | | Merge pull request #21462 from ignatiusreza/dev_dep_doc | Claudio B. | 2015-09-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [ci skip] fix invalid package name for libmysqlclient-dev | Ignatius Reza | 2015-09-02 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #21451 from kishore-mohan/typo-helper-description | Sean Griffin | 2015-09-01 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | typo "description not clear corrected with proper description and action_cont... | kishore-mohan | 2015-09-02 | 2 | -3/+3 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #21456 from rodzyn/clean_requires | Rafael Mendonça França | 2015-09-01 | 7 | -13/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove not used requires | Marcin Olichwirowicz | 2015-09-01 | 7 | -13/+2 |