phlex-rails icon indicating copy to clipboard operation
phlex-rails copied to clipboard

An object-oriented alternative to ActionView for Ruby on Rails.

Results 44 phlex-rails issues
Sort by recently updated
recently updated
newest added

I have a component receiving a Rails form builder (e.g. created by `form_for`) as an argument. When trying to write tests for it, I can't manage to receive the complete...

Addresses https://github.com/yippee-fun/phlex-rails/issues/308

Does two things: - Adds flag `--use-literal-gem`/`--no-use-literal-gem` (default true) to the generator `phlex:install` - Adds the rails application template which asks if you want to use literal: if yes, installs...

I'm trying to add Phlex to existing project. I'm not sure which step I miss. I did this: ``` bundle add phlex-rails bundle exec rails generate phlex:install ``` Then I...

good first issue