Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #26568 from skateman/cable-sameorigin-as-host | Matthew Draper | 2016-10-11 | 4 | -1/+18 |
|\ | | | | | | | Optionally allow ActionCable requests from the same host as origin | ||||
| * | Optionally allow ActionCable requests from the same host as origin | Dávid Halász | 2016-09-21 | 4 | -1/+18 |
| | | | | | | | | | | | | | | When the `allow_same_origin_as_host` is set to `true`, the request forgery protection permits `HTTP_ORIGIN` values starting with the corresponding `proto://` prefix followed by `HTTP_HOST`. This way it is not required to specify the list of allowed URLs. | ||||
* | | Merge pull request #26208 from nanaya/pg-insensitive-text | Matthew Draper | 2016-10-11 | 3 | -2/+37 |
|\ \ | | | | | | | | | | Fix case insensitive check for text column in pg | ||||
| * | | Fix case insensitive check for text column in pg | nanaya | 2016-09-01 | 2 | -0/+30 |
| | | | | | | | | | | | | There's no 'text to text' casting in the cast table so the feature detection fails. | ||||
| * | | Use proper casting | nanaya | 2016-09-01 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #26756 from kamipo/extract_format_colspec | Rafael França | 2016-10-10 | 2 | -12/+10 |
|\ \ \ | | | | | | | | | Extract `format_colspec` to format column spec | ||||
| * | | | Extract `format_colspec` to format column spec | Ryuta Kamizono | 2016-10-11 | 2 | -12/+10 |
| | | | | |||||
* | | | | Merge pull request #26531 from y-yagi/remove_unused_benchmark | Rafael França | 2016-10-10 | 1 | -2/+0 |
|\ \ \ \ | | | | | | | | | | | remove unused require `benchmark` | ||||
| * | | | | remove unused require `benchmark` | yuuji.yaginuma | 2016-09-17 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | `Benchmark` was removed at 4215e9a | ||||
* | | | | | Merge pull request #26577 from dharamgollapudi/add_license | Rafael França | 2016-10-10 | 1 | -0/+20 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add top level license | ||||
| * | | | | Rename `LICENSE` to `MIT-LICENSE` for consistency with sub projects | Dharam Gollapudi | 2016-09-23 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Add top level license | Dharam Gollapudi | 2016-09-21 | 1 | -0/+20 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | - Add top level license file so that github auto detects the license type - and displays it in the repository overview section - More info at https://github.com/blog/2252-license-now-displayed-on-repository-overview | ||||
* | | | | Merge pull request #26755 from rafaelfranca/deprecations | Rafael França | 2016-10-10 | 12 | -300/+25 |
|\ \ \ \ | | | | | | | | | | | Remove deprecations in Active Model, Action View and Active Job | ||||
| * | | | | Removed deprecated :tokenizer in the length validator | Rafael Mendonça França | 2016-10-10 | 4 | -74/+5 |
| | | | | | |||||
| * | | | | Removed deprecated methods in ActiveModel::Errors | Rafael Mendonça França | 2016-10-10 | 3 | -179/+6 |
| | | | | | | | | | | | | | | | | | | | | `#get`, `#set`, `[]=`, `add_on_empty` and `add_on_blank`. | ||||
| * | | | | Removed deprecated support to passing the adapter class to .queue_adapter | Rafael Mendonça França | 2016-10-10 | 3 | -23/+4 |
| | | | | | |||||
| * | | | | Removed deprecated #original_exception in ActiveJob::DeserializationError | Rafael Mendonça França | 2016-10-10 | 2 | -13/+5 |
| | | | | | |||||
| * | | | | Removed deprecated `#original_exception` in `ActionView::Template::Error`. | Rafael Mendonça França | 2016-10-10 | 2 | -11/+5 |
| | | | | | |||||
* | | | | | Merge pull request #26753 from kamipo/fix_table_comment_dumping | Rafael França | 2016-10-10 | 3 | -2/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix table comment dumping | ||||
| * | | | | | Fix table comment dumping | Ryuta Kamizono | 2016-10-11 | 3 | -2/+5 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up to #26735. If `table_options` returns `{ comment: nil }`, `create_table` line is broken. Example: ```ruby create_table "accounts", force: :cascade, do |t| ``` | ||||
* | | | | | Merge pull request #26747 from kamipo/name_is_not_column_option | Rafael França | 2016-10-10 | 3 | -12/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | `name` is not a column option | ||||
| * | | | | | `name` is not a column option | Ryuta Kamizono | 2016-10-10 | 3 | -12/+8 |
| |/ / / / | | | | | | | | | | | | | | | | `migration_keys` includes `name` but `name` is not a column option. | ||||
* | | | | | Merge pull request #26750 from bogdanvlviv/doc | Kasper Timm Hansen | 2016-10-10 | 1 | -6/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add missing @, fix indents. [ci skip] | ||||
| * | | | | Add missing @, fix indents. [ci skip] | bogdanvlviv | 2016-10-10 | 1 | -6/+6 |
|/ / / / | |||||
* | | | | Merge pull request #26578 from jeremy/undeprecate-plural-positional-arg | Rafael França | 2016-10-10 | 2 | -14/+3 |
|\ \ \ \ | | | | | | | | | | | Undeprecate plural positional argument | ||||
| * | | | | Undeprecate plural positional argument | Jeremy Daer | 2016-09-21 | 2 | -14/+3 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ```ruby pluralize people.count, 'person', 'people' ``` reads more naturally than ```ruby pluralize people.count, 'person', plural: 'people' ``` so let's not deprecate it. We could label both, but that's a mouthful: ```ruby pluralize people.count, singular: 'person', plural: 'people' ``` (The `plural:` kwarg shipped in 5.0.0, so we're keeping it.) | ||||
* | | | | Merge pull request #26746 from rails/deprecations | Rafael França | 2016-10-10 | 56 | -1430/+298 |
|\ \ \ \ | | | | | | | | | | | Remove all deprecations from Action Pack | ||||
| * | | | | Remove deprecated support to non-keyword arguments in ↵ | Rafael Mendonça França | 2016-10-10 | 4 | -98/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ActionDispatch::IntegrationTest`, `#process`, `#get`, `#post`, `#patch`, `#put`, `#delete`, and `#head`. | ||||
| * | | | | Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`. | Rafael Mendonça França | 2016-10-10 | 3 | -142/+4 |
| | | | | | |||||
| * | | | | Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request` | Rafael Mendonça França | 2016-10-10 | 3 | -134/+8 |
| | | | | | |||||
| * | | | | Remove deprecated support for passing `:path` and route path as stings in ↵ | Rafael Mendonça França | 2016-10-10 | 3 | -17/+7 |
| | | | | | | | | | | | | | | | | | | | | `ActionDispatch::Routing::Mapper#match` | ||||
| * | | | | Remove deprecated support passing path as `nil` in ↵ | Rafael Mendonça França | 2016-10-10 | 3 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | `ActionDispatch::Routing::Mapper#match` | ||||
| * | | | | Remove deprecated `cache_control` argument from ↵ | Rafael Mendonça França | 2016-10-10 | 3 | -18/+5 |
| | | | | | | | | | | | | | | | | | | | | `ActionDispatch::Static#initialize` | ||||
| * | | | | Remove deprecated support to passing strings to the middleware stack | Rafael Mendonça França | 2016-10-10 | 4 | -60/+8 |
| | | | | | |||||
| * | | | | Remove deprecated code in ssl middleware | Rafael Mendonça França | 2016-10-10 | 4 | -62/+23 |
| | | | | | |||||
| * | | | | Remove deprecated code in ActionDispatch::Session::SessionRestoreError | Rafael Mendonça França | 2016-10-10 | 2 | -11/+10 |
| | | | | | |||||
| * | | | | Deprecated ActionDispatch::ParamsParser::ParamsParser | Rafael Mendonça França | 2016-10-10 | 9 | -53/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionDispatch::ParamsParser class was removed in favor of ActionDispatch::Http::Parameters so it is better to move the error constant to the new class. | ||||
| * | | | | Remove deprecated ActionDispatch::ParamsParser | Rafael Mendonça França | 2016-10-10 | 2 | -12/+5 |
| | | | | | |||||
| * | | | | Remove deprecated code in ActionDispatch::ParamsParser::ParseError | Rafael Mendonça França | 2016-10-10 | 2 | -17/+10 |
| | | | | | |||||
| * | | | | Remove deprecated access to mime types through constants | Rafael Mendonça França | 2016-10-10 | 3 | -38/+4 |
| | | | | | |||||
| * | | | | Remove deprecated support to non-keyword arguments #process | Rafael Mendonça França | 2016-10-10 | 3 | -181/+21 |
| | | | | | |||||
| * | | | | Remove deprecated `xml_http_request` and `xhr` methods | Rafael Mendonça França | 2016-10-10 | 3 | -30/+4 |
| | | | | | |||||
| * | | | | Remove deprecated methods in ActionController::Parameters | Rafael Mendonça França | 2016-10-10 | 3 | -27/+5 |
| | | | | | |||||
| * | | | | Remove deprecated comparing support with `ActionController::Parameters` | Rafael Mendonça França | 2016-10-10 | 3 | -17/+5 |
| | | | | | |||||
| * | | | | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 21 | -293/+84 |
| | | | | | |||||
| * | | | | Remove deprecated support to :nothing in render | Rafael Mendonça França | 2016-10-09 | 3 | -15/+4 |
| | | | | | |||||
| * | | | | Remove deprecated support to `:back` in `redirect_to` | Rafael Mendonça França | 2016-10-09 | 3 | -50/+4 |
| | | | | | |||||
| * | | | | Remove deprecated support for status option in head | Rafael Mendonça França | 2016-10-09 | 3 | -28/+5 |
| | | | | | |||||
| * | | | | Remove deprecation at ActionController::BadRequest | Rafael Mendonça França | 2016-10-09 | 2 | -11/+6 |
| | | | | | |||||
| * | | | | Remove deprecated methods related to controller filters | Rafael Mendonça França | 2016-10-09 | 4 | -116/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `skip_action_callback`, `skip_filter`, `before_filter`, `prepend_before_filter`, `skip_before_filter`, `append_before_filter`, `around_filter` `prepend_around_filter`, `skip_around_filter`, `append_around_filter`, `after_filter`, `prepend_after_filter`, `skip_after_filter` and `append_after_filter`. |