Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
4k views

I'm using pry, and ActiveRecord queries from the console always print out their corresponding SQL statements. I don't want this behavior. Googling around I only see that this must be explicitly ...
John Bachir's user avatar
  • 22.9k
2 votes
2 answers
1k views

I have Rails 3.1.1 app with this guardfile: guard 'bundler' do watch('Gemfile') end guard 'rails' do watch('Gemfile.lock') watch(%r{^(config|lib)/.*}) end When my app is running under guard, a ...
Gavin's user avatar
  • 4,333
0 votes
1 answer
372 views

Why is my pry not using coderay to make output pretty? I don't get pretty awesome_print-style object/output printing... just boring irb-style one-line output. This question implies it should Just ...
John Bachir's user avatar
  • 22.9k
41 votes
9 answers
20k views

I am using the Pry gem in my Rails console, but the pry flavored rails-console seems to have lost the reload! method for reloading models and stuff. Here's how I start the pry console c:\rails\app&...
Nik So's user avatar
  • 16.9k
16 votes
2 answers
10k views

When I run rails c and press the up key when irb starts up, I can see the last commands I entered when my app dropped to irb after encountering a debugger command for the ruby-debug gem. I would not ...
Aaron's user avatar
  • 14.1k

1
6 7 8 9
10