Martin Streicher

Joined

150 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in ActionText and Globalize error

I am seeing this error, too. I am trying to use a form object. This only occurs when the form object fails to save and the form must be redrawn. I am guessing it has to do with new_record?

What do the tests do?

Posted in Can Jumpstart initialize with RSpec instead of minitest?

I prefer RSpec and its related tools and community enhancements. Can I boot a new app with Jumpstart Pro using RSpec rather than mintiest?

I see a good number of tests are seeded with the code for my app in ./test.

  1. What do those test?
  2. How many of those tests are going to be affected by changes I make to my app?

Posted in Do I need the jumpstart gem embedded in my application?

I noticed my Jumpstart Pro-based application contains the jumpstart gem in lib/jumpstart. I also see the Gemfile refers to the jumpstart gem via the local file system. My question is... Does this gem have to remain in the application for production deployment? Or can it be removed once the app is "finished"?

Posted in How to use Uppy with ActiveStorage Discussion

Or does anyone have the darn Dropbox plugin working with Active Storage and S3?

Posted in How to use Uppy with ActiveStorage Discussion

Anyone running their own Transloadit Companion server?

Posted in How to use Uppy with ActiveStorage Discussion

I would like to see a multiple upload example, too. I would also like to see how this works when the form submitted does not validate on the server? How does one reset the form fields especially after uploading files dynamically?