Joe Marty

Results 28 issues of Joe Marty

I moved the enable/disable methods into the Preheat module, and added another step in each to mangle/unmamgle the ActionController::Caching::Fragment module that handles all fragment and action caching. My solution was...

I can't figure out the difference between the environment in rails console and the rake task, but my rake task looks like this: ``` namespace :preheat do desc "Preheat Home...

For some reason, `Kernel.exec` breaks when Array#to_hash is defined, if it's used in this form: `Kernel.exec ['/bin/ls', '/bin/ls'], '-al'` extlib defines Array@to_hash, and selenium-webdriver uses Kernel.exec in this form, and...

Here's a proposal for how we can add contextual variables and functions to make `context` blocks more useful and reduce redundancy when the same variable or function is needed within...

feature

I have a view that uses `render @clients` to render a collection of clients as a partial. The controller code that sets the `@clients` collection involves values from the params...

**Is your feature request related to a problem? Please describe.** We have workers that run `reindex` on a specific collection of records in some cases where it doesn't automatically happen,...

feature request

I'm surprised there aren't any issues mentioning this yet, but I would like to see OmniAuth define an option for a single-sign-out URL or process. It could be as simple...

When running `i18n-tasks translate-missing` it would be great if there were an option to annotate the resulting values with a comment like `# translated by google` so that the user...

It seems like it would be quicker to get the ancillary JSON API server up and running by just running `json-server -w db.json -p 4000` as opposed to creating an...

Without the driver names, it looks like the version numbers might be for the language rather than the driver (which is confusing, at least for Ruby, which is currently at...