Viewing profile — prusswan
prusswan
HN member- Joined
- Mon, Jan 23, 2012, 7:36 AM UTC
- HN karma
- 4
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About prusswan
No profile information was provided.
Recent public activity
-
comment
Comment #12169709
Usually they will just get a cease and desist. If they are profiting off their work to the extent that it actually makes business sense for the game company to sue them for damages…
-
comment
Comment #11186415
Qihoo bought Opera too. CRAP :(
-
comment
Comment #9717496
just want to ask if there's anything a home user could do to detect unusual routing behavior/phenomenon? I'm envisioning something like a browser plugin that logs/monitors outgoing…
-
comment
Comment #5143013
I never knew the gems were not subjected to version control at all on the server. Can't they put everything into a git repository somewhere?
-
comment
Comment #4584158
Have you stopped beating your wife? Are you now aware of the mass assignment bugs? Aside from the fallacy, it is a false argument to pose all risk as bad. Given what is presumed to…
-
comment
Comment #3584946
Also, 11.37 tests do not work with valid_sign_in (using session authentication), but works with the controller.sign_in method introduced in 1e.
-
comment
Comment #3584598
It would be nice if you can discuss the differences, like how Capybara is meant for integration tests, and replacement for have_template etc. At some sections the tests are still r…
-
comment
Comment #3583708
The tests using put and delete do not work if session-based authentication is used (one of the exercises). using page.driver.put will redirect to http://example.com with seemingly …
-
comment
Comment #3569600
Not sure if you are aware of this...for the first edition of your tutorial, webrat is required for many of the tests (I tested on ubuntu/windows), but inclusion of webrat will actu…
-
comment
Comment #3499479
Incidentally, I just completed the first edition of the tutorial and screencasts recently, and thought I might as well try to integrate the new testing tools in 2e beta. Unfortunat…