Skip to content

Commit

Permalink
v3.5.0.pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad committed Oct 1, 2021
1 parent d6aacfc commit 9734763
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
stimulus_reflex (3.5.0.pre2)
cable_ready (= 5.0.0.pre3)
stimulus_reflex (3.5.0.pre3)
cable_ready (= 5.0.0.pre4)
nokogiri
rack
rails (>= 5.2)
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
zeitwerk (~> 2.3)
ast (2.4.2)
builder (3.2.4)
cable_ready (5.0.0.pre3)
cable_ready (5.0.0.pre4)
rails (>= 5.2)
thread-local (>= 1.1.0)
coderay (1.1.3)
Expand All @@ -88,9 +88,9 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
marcel (1.0.2)
method_source (0.9.2)
mini_mime (1.1.0)
mini_mime (1.1.1)
minitest (5.14.4)
mocha (1.13.0)
nio4r (2.5.8)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.4.1)
actionpack (= 6.1.4.1)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ This project strives to live up to the vision outlined in [The Rails Doctrine](h

## ✨ Demos

- [StimulusReflex Expo](http://expo.stimulusreflex.com) - part showcase, part learning tool
- [Build a Twitter Clone in 10 Minutes](https://youtu.be/F5hA79vKE_E) (video)
- [BeastMode](https://beastmode.leastbad.com/) - faceted search, with filtering, sorting and pagination
- [StimulusReflex Patterns](https://www.stimulusreflexpatterns.com/patterns/) - single-file SR apps hosted on Glitch
- [BoxDrop](https://dropbox-clone-rails.herokuapp.com/) - a Dropbox-inspired [concept demo](https://github.com/marcoroth/boxdrop/)

## 👩‍👩‍👧 Discord Community

Please join over 1300 of us on [Discord](https://discord.gg/stimulus-reflex) for support getting started, as well as active discussions around Rails, StimulusJS and CableReady.
Please join over 1500 of us on [Discord](https://discord.gg/stimulus-reflex) for support getting started, as well as active discussions around Rails, StimulusJS and CableReady.

![](https://img.shields.io/discord/629472241427415060)

Expand All @@ -89,7 +90,7 @@ Please note that we are not actively providing support on Stack Overflow. If you

## 🚀 Installation and upgrading

CLI and manual setup procedures are fully detailed in the [official docs](https://docs.stimulusreflex.com/setup). For information on upgrading existing projects to v3.4, read [this](https://docs.stimulusreflex.com/setup#upgrading-to-v-3-4-0).
CLI and manual setup procedures are fully detailed in the [official docs](https://docs.stimulusreflex.com/setup). For information on upgrading existing projects to v3.4, read [this](https://docs.stimulusreflex.com/hello-world/setup#upgrading-to-v-3-4-0).

## 🙏 Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/stimulus_reflex/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module StimulusReflex
VERSION = "3.5.0.pre2"
VERSION = "3.5.0.pre3"
end
2 changes: 1 addition & 1 deletion lib/tasks/stimulus_reflex/install.rake
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespace :stimulus_reflex do
puts
system "bundle exec rails generate stimulus_reflex:initializer"
system "bundle exec rails generate cable_ready:initializer"
system "bundle exec rails generate cable_ready:stream_from"
system "bundle exec rails generate cable_ready:helpers"

puts
puts "✨ Generating ApplicationReflex class and Stimulus controllers, plus an example Reflex class and controller"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus_reflex",
"version": "3.5.0-pre2",
"version": "3.5.0-pre3",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@rails/actioncable": ">= 6.0",
"cable_ready": "5.0.0-pre3"
"cable_ready": "5.0.0-pre4"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "nokogiri"
gem.add_dependency "rails", ">= 5.2"
gem.add_dependency "redis"
gem.add_dependency "cable_ready", "5.0.0.pre3"
gem.add_dependency "cable_ready", "5.0.0.pre4"

gem.add_development_dependency "bundler", "~> 2.0"
gem.add_development_dependency "pry-nav"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,10 +1318,10 @@ buffer-from@^1.0.0:
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==

[email protected]pre3:
version "5.0.0-pre3"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-pre3.tgz#d36bb9648aead748dfdf0f46dfb489799733f330"
integrity sha512-jFjTJ/K/AiVIgjKr63qXGzp9xZOt2/2UyjVpkMkSzFyDHlYILOwnK4WofGwBKS6tXwDZMfohbIzW/p+LKbrlgA==
[email protected]pre4:
version "5.0.0-pre4"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-pre4.tgz#19e6720fcdc9e2614a4df0b7347ec4f2d126d249"
integrity sha512-1GdK/kcWPpk7yJWfCgKNaU/KlcTO4oOBiuYWXq+V7k9JYDrXFc07A4CzzxKj/0NRSwVFX1+QSyFgMnU5nZFLZA==
dependencies:
morphdom "^2.6.1"

Expand Down

0 comments on commit 9734763

Please sign in to comment.