Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
prusswan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
prusswan
10y ago
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, then that is the action they can expect to get.
2.
▲
by
prusswan
11y ago
Qihoo bought Opera too. CRAP :(
3.
▲
by
prusswan
11y ago
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 connections and traceroute data With th
4.
▲
by
prusswan
14y ago
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?
5.
▲
by
prusswan
14y ago
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 be your idea of acceptable risk, I would expect you to surf
6.
▲
by
prusswan
15y ago
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.
7.
▲
by
prusswan
15y ago
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 referred to controller tests (Listing 10.46) although it look
8.
▲
by
prusswan
15y ago
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 the correct path, testable using have_selector, although I
9.
▲
by
prusswan
15y ago
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 actually break some of the new tests (like those using have_sele
10.
▲
by
prusswan
15y ago
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. Unfortunately, guard-spork does not work on Windows and I wondered wha