Ruby on Rails Thursday, August 2, 2012

On Thursday, August 2, 2012 3:37:15 PM UTC-6, Peter Havens wrote:

...However, when I start the Rails console from inside the dummy application, Pry doesn't seem to be working...

It looks like things work if I specify pry-rails in the engine Gemfile like this (in addition to having it in thegemspec file, as is the practice when you need a gem to target a specific version/location for development):

gem 'pry-rails', git: 'https://github.com/rweng/pry-rails.git'  

In other words, it looks like pry-rails version 0.1.6 from http://rubygems.org doesn't work, but the HEADof themaster branch on GitHub does work. I'm not sure, but maybe a new version of pry-rails needs to be pushed to http://rubygems.org.


Pete 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/NAm8uTw7A18J.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment