Nicolás Hock-Isaza

Results 4 issues of Nicolás Hock-Isaza

Hi, I'm trying to add default methods to the console like this: ``` ruby # config/application.rb # Source http://opensoul.org/2012/11/08/add-helper-methods-to-your-rails-console/ console do require 'console_foo' Rails::ConsoleMethods.include(ConsoleFoo) end ``` Rails [includes](https://github.com/rails/rails/blob/7fb45a6130598703b3da8fe9ef29a5c7a1eb9d09/railties/lib/rails/commands/console.rb#L62-L64) `Rails::ConsoleMethods` into...

Hey, now that Rails 3.1 is out, could you bump your gem so the `` is used? You've already fixed this but the gem version doesn't have that change. Thanks!

Hi, I'm having a really hard time figuring out how to add nested fields into a form. I saw this on the second picture in the readme. Can you give...

When I open Peepopen I get an empty box and when I press Enter I get a warning saying "No text editor found" even though I have TextMate open. In...