Michael Mahemoff

Results 28 issues of Michael Mahemoff

Linkifying '@cowboy' to the twitter page for example. Working at https://github.com/mahemoff/javascript-linkify

This gem has restored `assigns` as expected for controller tests, but not for integration tests. e.g.: ``` UsersIntegrationTest < ActionDispatch::IntegrationTest test "get user" do assert_equal joe, assigns(:user) … end end...

It would be useful to see an example of an external chapter resource at the bottom of the [Simple Chapters spec](https://github.com/podlove/podlove-specifications/blob/master/podlove-simple-chapters.md). It says this is a resource "containing the chapter...

Support autoplay parameter as suggested in #13

I think it could be useful to extend the deep-linking spec to include an autoplay flag in the URL, as with YouTube.

enhancement

You might want to mention in the README that the pt repo is not compatible with post-1.0 devise. I had an error after twitter return "Could not authorize you from...

Does this support Rails 4.2? I've just installed it and it's outputting reports with all the call data, but all times are 0.00 (with NaN%).

The README is ambiguous on this point. Ideally want to logs per _worker_ in case a single job has multiple workers. So each process's log file is fully isolated.