Peter Ehrlich

Results 46 issues of Peter Ehrlich

A few small changes to keep things up=to-date and remove warnings

When controller actions made with astaire raise exceptions, the stack trace only reaches as far as various middlewares-- making errors untroubleshootable.

I get this: Bundler could not find compatible versions for gem "actionpack": In snapshot (Gemfile.lock): actionpack (3.1.3) In Gemfile: astaire (>= 0) ruby depends on actionpack (~> 3.0.0.beta2) ruby -...

As in this bullshit: > heroku c -r production > ! `c` is not a heroku command. > ! Perhaps you meant `-h`, `pg` or `ps`. > ! See `heroku...

Hi It appears as this project is currently unmaintained: - The bundled version of THREE is r53. The current latest is 65. - Running the examples in the readme gives...

Using JRuby 1.7.1, a new rails app, pry-remote (0.1.6), pry (0.9.10-java). Any time I send a command with remote pry, it crashes: ``` ~/Rails/MyApp pry-remote From: /Users/peter/Rails/MyApp/app/controllers/users_controller.rb @ line 7...

I don't know if there's any way to detect cursor position with js, but currently the form will submit if someone goes back and forth to change a typo

The controller call to `impressionist` relies on the request and other contextual data, with no apparent hook for asynchronous operation (e.g., through a worker). Has anyone set this up before?...

Incorrect config.ru, rails 3.0.9: ``` ruby run Rack::URLMap.new \ "/" => MyApp::Application, "/admin/rollout" => RolloutUi::Server.new ``` Correct, as shown in readme here and on rollout gem: ``` ruby # fixes:...

Necessary to prevent quote esaping