eric1234
eric1234
NOTE: for anybody else wishing to embed Brochure into a Rails app. The above code works but doesn't really get all the helpers (like route helpers, application helpers, etc). Also...
I think I prefer to not have an option. I did a bit of searching and it appears [if you add extra content](http://stackoverflow.com/a/11544049/120067) the "friendly error page" is not used....
I think you can use a .user.ini file right?
I'll take a closer look when I get a chance to find out why .`user.ini` is not working. In the meantime you could monkey-patch [php_process_parameters](https://github.com/eric1234/rack-legacy/blob/master/lib/rack/legacy/php.rb#L61) to include some extra php...
You are correct. Legacy versions of PHP that do not have the built-in webserver are no longer supported. You could use an older version of RackLegacy. In order versions I...
Should be pretty easy. Need a patch that adds reply_to to the [list of delegated fields](https://github.com/eric1234/rack_mailer/blob/master/lib/rack/mailer/builder.rb#L14). Once you have that you should be able to do: ``` match '/mail_to' =>...
Just a quick followup related to this I figured I would note. I tried readAsText and the data returned was "nil" when using the flash fallback (IE9). But when using...
Just confirming when I use this branch on my app all good and no more warnings. Thanks!
(Sorry, posting from personal account due to holidays but I'm the same person as eric-hemasystems) @romanblanco - That's an excellent point. Since rswag is already tied so much to Rails...
I also hit this when upgrading from Rails 7.0 to 7.1 but was never able to create a good minimal reproduction. Like the others if I add `config.active_job.queue_adapter = :test`....