-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes iconv dependency #170
Conversation
Fixes #100
Not sure why the Travis build stalled, all tests passed for me... |
yay ... I really want that iconv dependency nuked On Sat, Feb 16, 2013 at 9:45 AM, Alexander notifications@github.com wrote:
|
Passing now! (I somehow managed to start a new build on Travis.) |
I triggered a new build :) On Friday, February 15, 2013, Alexander wrote:
|
Ha, I refreshed the build page and it looked like it had just restarted. Good timing! |
I almost made this same pull request when I made issue #100, but after pondering it I wanted to either:
@alxndr can you substantiate either? TextSentinel is only used to analyze user input sent through Rails, not the arbitrarily invalid strings I can send to it via console. I haven't been able to pack an invalid string that would actually ever hit TextSentinel through a form in Rails. Or one curled to the app. Other machinery like URI decoding and Rails' internal utf-8 coercion would fix the string long before it landed in TextSentinel. And when I do manually pack an invalid string and drop it into the So, is it necessary? |
Got a sorta related question on meta about writing tests for a JS bug: http://meta.discourse.org/t/how-should-discourse-handle-github-pull-requests/3053/7 |
update twitter spec to use symbol not string for stub [fixes #170]
Fixes #100