James Kurczodyna

Results 12 comments of James Kurczodyna

Thanks for raising this issue. It looks like we will have to migrate off of `sass-rails` as it's now EOL. The question is to migrate to `sassc` or something like...

I would accept a PR on a new helper or additional option on the current helper. The current plugin we use doesn't have a great time integration and I don't...

Thanks for the suggestion @mitramejia. I'm looking to make improvements on static pages in v2.0 and have been thinking about the attributes' usefulness. I'd like to deprecate `slug`, `on_prod` and...

Thanks for the well laid out bug report! I am able to reproduce it on the `Person` object in the dummy when I add something like your custom includes validation....

We will be including another feature in Fae 2.2 that requires `rake fae:install:migration` so we should bundle these features. Nice work on the dynamic injection of CSS styles and on...

@christophebeling This feature is missing documentation and tests. If you are interested in contributing @y-chiasson might accept a PR into their `upstream-issue#260` branch?

@christophebeling We don't have a dedicated JS testing frameworks, but you can test JS interactions via our acceptance testing framework, Capybara. I'm looking for a test emulating a successful interaction...

@johnnyshields I have requested some tests along with the PR. As soon as someone adds them, I'll be happy to merge. @abejosua You can point Fae to @y-chiasson's branch in...