-
**ERB Input:**
```erb
```
**Output:**
```ruby
class Component < Phlex::HTML
def template
if some_condition?
text "Text"
end
end
end
```
**Expected output:**
…
-
- Program: Authoritative 4.1.0
- Issue type: Bug report
### Short description
When requesting zone through API (/api/v1/servers/{server_id}/zones/{zone_id}, it returns "Internal Server Error". …
-
I am attempting to run this in Unraid on the same Unraid server as my Plex server.
Unraid Server 6.4: 10.10.10.210 (this version has support for setting alternate IP Addresses for each container)
…
-
#### 1. Are you hosting your own version of Flex TV, or using the one at https://app.phlexchat.com?
Yes
#### 2. On what OS are you running Flex TV?
Ubuntu
#### 3. Are you using a new inst…
-
Hello - thanks for the super cool gem!
Just trying it out on a new Rails 7.1 app, and following the docs for installation of Sitepress and Phlex. Default Sitepress routes are in play in the `route…
jmdfm updated
11 months ago
-
I've created and run the docker using the following settings:
sudo docker run \
--name=phlex \
--restart=always \
--detach=true \
--net=host \
-v /docker/containers/phlex/config:/config \
-e …
-
See activeadmin/activeadmin#2689
> The unused in-memory DOM representation more than doubles the memory usage required to service a request and complicates the implementation to having a seperate bu…
-
The following code snippet provided in the documentation is not functioning as expected when used with Phlex framework:
`f.email_field(:email, append: link_to("Go", "#", class: "btn btn-secondary")…
-
Why is the privileged flag required for the operation of Phlex? Can we address this potential security issue?
-
I like the gist of this, from https://viewcomponent.org/#why-should-i-use-components
>Unlike traditional Rails views, ViewComponents can be unit-tested. In the GitHub codebase, component unit tests…