Mislav Marohnić

Results 833 comments of Mislav Marohnić

Hello, thank you for the valid feature request! Right now, it doesn't seem that the Password input prompt allows modifying how the entered password is displayed. If, for example, the...

Thanks for the request! Potentially solved by either #372 or #377

@stoggi Excellent sleuthing! It looks like some state is being remembered between these prompts that results in extra lines of output being overwritten.

Haven't used Padrino, so not sure what's involved. Maybe you could take a stab of turning this issue into a pull request?

Not been done. The reason why this hasnt been solved yet is because building XML/JSON responses from web applications is often application-specific and sometimes even handled by 3rd-party plugins such...

Can I see your routes definitions related to "workorders"? Also I'd like to know where in the routes file is the default route (the one generated with Rails, which handles...

Good job on the investigative work! Seems like you should send the Rails team a pull request. In the meantime we could work around this in will_paginate I guess

Did you `require "will_paginate/mongoid"` manually before trying to use pagination? Because you should do that; it isn't automatic. Try it and let me know if it's different

Is this issue still present for you? What Rails version and i18n gem verison are you using? Sorry for the late reply

Thanks for detail analysis for this issue. I knew about it before, but I needed someone to dissect it for me. Also, I never really had the motivation to fix...