Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fix [ci skip] | amitkumarsuroliya | 2015-09-07 | 1 | -1/+1 |
| | | | `lengh` should be `length` | ||||
* | Merge pull request #20534 from qnm/activesupport-require-issue | Yves Senn | 2015-09-07 | 1 | -0/+1 |
|\ | | | | | Add require to ensure Time#advance works without implicit required | ||||
| * | Remove accidental ruby-version | Rob Sharp | 2015-06-12 | 1 | -1/+0 |
| | | |||||
| * | Add missing require to ensure #advance will work without being implicity ↵ | Rob Sharp | 2015-06-12 | 2 | -0/+2 |
| | | | | | | | | required | ||||
* | | Merge pull request #21527 from rngtng/fix-migrator-path-setup | Yves Senn | 2015-09-07 | 3 | -2/+10 |
|\ \ | | | | | | | | | | Use global migrations_path configuration in Migrator | ||||
| * | | Allow global migrations_path configuration with using value from ↵ | Tobias Bielohlawek | 2015-09-07 | 3 | -2/+15 |
|/ / | | | | | | | database_tasks instead of Migrator | ||||
* | | changelog, minor formatting changes. | Yves Senn | 2015-09-07 | 1 | -9/+9 |
| | | |||||
* | | Merge pull request #21524 from gfx/do_not_localize_for_to_sentence | Akira Matsuda | 2015-09-07 | 1 | -1/+1 |
|\ \ | | | | | | | Fix strange messages for `rails g foo` | ||||
| * | | Fix strange messages for `rails g foo` | FUJI Goro (gfx) | 2015-09-07 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #21250 from ronakjangir47/safe_const | Yves Senn | 2015-09-07 | 1 | -0/+4 |
|\ \ | | | | | | | | | | safe_constantize - Added Object scoped missing test cases | ||||
| * | | safe_constantize - Added Object scoped missing test cases | Ronak Jangir | 2015-09-06 | 1 | -0/+2 |
| | | | |||||
* | | | 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] | ||||
| * | | | 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 | ||||
| * | | | | [ci skip] Replace `AR` with `Active Record` in task desc | yui-knk | 2015-09-07 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | Many user look `desc` of rake task and they are not familiar with `AR`. `Active Record` is more familiar word. | ||||
* | | | | Fix test failures from premature merge of #21317 | Matthew Draper | 2015-09-07 | 2 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently I managed to forget how similar the "tests passing" and "no status reported" merge indicators look. Note that the previous `stubs` in test_add_index wasn't working: the method was still called, and just happened to return false. | ||||
* | | | | Merge pull request #21317 from ↵ | Matthew Draper | 2015-09-07 | 6 | -9/+30 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | greysteil/support-postgres-drop-index-concurrently Support dropping indexes concurrently in Postgres | ||||
| * | | | | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 6 | -9/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | See http://www.postgresql.org/docs/9.4/static/sql-dropindex.html for more details. | ||||
* | | | | | Merge pull request #21505 from ↵ | Matthew Draper | 2015-09-07 | 5 | -15/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | morgoth/deprecate-passing-conditions-to-destroy_all-and-delete_all Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | ||||
| * | | | | | 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] | ||||
| * | | | | | 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 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `hfvalue` parts should always be percent encoded, so lets do that! Revert "use path escaping for email addresses" This reverts commit 21ffef38a5dc5a6a21f7e841aecab5b51f4fd185. | ||||
* | | | | Merge pull request #21506 from rodzyn/remove_mocha_part_3 | Kasper Timm Hansen | 2015-09-05 | 8 | -90/+132 |
|\ \ \ \ | |/ / / |/| | | | Remove mocha from ActionPack tests | ||||
| * | | | 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 |
| | | | | | | | | | | | | converts old ID methods to the new abstract store methods in Rack | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | Just include the modules necessary in the Request object to implement the things we need. This should make it easier to build delegate request objects because the API is smaller | ||||
* | | | Merge pull request #21504 from ioquatix/patch-1 | Sean Griffin | 2015-09-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | #where fails if opts.responds_to?(:==) unexpectedly | ||||
| * | | | #where fails if opts.responds_to?(:==) unexpectedly | Samuel Williams | 2015-09-05 | 1 | -1/+1 |
|/ / / | | | | | | | Sometimes opts passed in might respond to ==, e.g. `Arel::Nodes::Grouping`. In this case, `opts == :chain` returns `Arel::Nodes::Equality` which causes odd behaviour. Prefer `if :chain == opts` which guarantees that `Symbol#==` would be invoked. Alternatively consider `eql?`. | ||||
* | | | use path escaping for email addresses | Aaron Patterson | 2015-09-04 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | Due to e25fdad2f147e6f368958f9a06a5ac9d10288408, we are correctly using path escaping for email addresses. This commit fixes the tests to expect path escaping. | ||||
* | | | use `Rack::Utils.unescape_path` to unescape paths | Aaron Patterson | 2015-09-04 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | Escaping and unescaping paths is different than query parameters, and we need to respect that. This commit uses the new method in Rack to escape and unescape paths. Fixes #11816 | ||||
* | | | Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg | Yves Senn | 2015-09-04 | 2 | -2/+77 |
|\ \ \ | | | | | | | | | | | | | Add detailed error message to `IrreversibleMigration` | ||||
| * | | | 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] | ||||
| * | | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | 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 from activemodel test | ||||
| * | | | | | 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 | ||||
| * | | | | [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] | ||||
| * | | | | add a description of the return value that was missing [ci skip] | yuuji.yaginuma | 2015-09-03 | 1 | -1/+1 |
|/ / / / |