-
Following is a my forked version [playground](https://github.com/zw963/playground).
It works if use old original Gemfile.lock, but when i try to update to use newest opal-sprockets, it failed.
F…
zw963 updated
3 years ago
-
After i check, i found many gem need specified opal installed.
But, opal was release it 1.0 now, maybe we can mark which package is ready for use directly?
zw963 updated
3 years ago
-
Would be very useful if there was an out of the box connector to [Redux DevTools extension](https://github.com/zalmoxisus/redux-devtools-extension). Integrated Time travel debugging would be awesome.
-
Hi! awesome project, congrats!.
maybe adding this lib. as prior art? WDYT? or that list contains only _your_ experience with other libs?
- https://github.com/inesita-rb/inesita
- https://inesita.…
-
## Steps
Installed Inesita using the instructions [here](https://inesita.fazibear.me/#install):
```
$ gem install inesita
$ inesita new inesita_app
$ cd inesita_app
$ bundle exec inesita ser…
-
I just read the announcement on opal 1.0.
Now, 1.0, or 0.1, or 2.0 ... is just a random version string, but nonetheless, congrats!
To the topic at hand:
- I was using opal some years ago but …
-
Following spec is worked with 0.10.5 on `phantomjs`, but when swtich to 0.11.0,
when run `rake` command in command line, got following error message:
```sh
DEPRECATION WARNING: `require 'opal/s…
zw963 updated
5 years ago
-
Hello,
Just add opal-jQuery to inesita and had a few issue, the most annoying issue is when I reload the page, any event add with query are ignore until I quit and re launch the browser.
Here is …
jeezs updated
6 years ago
-
After upgrading a see and error:
```
Using opal-sprockets 0.4.2.0.11.0.3.1 (was 0.4.1.0.11.0.3.1)
```
```
NameError: uninitialized constant Opal::Sprockets::SourceMapHeaderPatch
/usr/local…
-
with the latest version(0.8.2) of the gem, the file router.rb miss some lines
the routes are :
```ruby
class Router
include Inesita::Router
def routes
route '/', to: Home
route '/d…
jeezs updated
6 years ago