search for: nam8utw7a18j

Displaying 1 result from an estimated 1 matches for "nam8utw7a18j".

2012 Aug 02
1
Using pry-rails with a Rails engine.
I created a new Rails 3.2.6 engine via a command like this: $ rails plugin new $engine_name --skip-bundle -d $database_type -T --dummy-path=spec/dummy --full --mountable Then, I set it up with RSpec 2.11.0, and included the "pry-rails" gem as a dependency: $ grep pry-rails $engine_name.gemspec s.add_development_dependency ''pry-rails'', ''~>