Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,12 @@ import 'controllers'

### Browser Actions

* `turbo_stream.redirect_to(url, turbo_action = "advance", **attributes)`
* `turbo_stream.reload(**attributes)`
* `turbo_stream.scroll_into_view(target, inline = "nearest", **attributes)`
* `turbo_stream.set_cookie(cookie, **attributes)`
* `turbo_stream.set_cookie_item(key, value, **attributes)`
* `turbo_stream.set_focus(target, **attributes)`
* `turbo_stream.set_title(title, **attributes)`
* `turbo_stream.turbo_clear_cache()`


### Browser History Actions

Expand All @@ -171,6 +168,11 @@ import 'controllers'
* `turbo_stream.turbo_frame_reload(frame_id, **attributes)`
* `turbo_stream.turbo_frame_set_src(frame_id, src, **attributes)`

### Turbo Actions

* `turbo_stream.redirect_to(url, turbo_action = "advance", **attributes)`
* `turbo_stream.turbo_clear_cache()`

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down