| bio | website | roborooter.com |
|---|---|---|
| location | United States | |
| age | 29 | |
| visits | member for | 4 years, 9 months |
| seen | 5 hours ago | |
| stats | profile views | 389 |
I'm just this guy, you know?
|
10h |
asked | Cucumber can't find steps when running a single feature |
|
May 14 |
awarded | Notable Question |
|
May 7 |
comment |
Running Heroku Postgres with least privilege It should be noted that these usernames and passwords are the same as for the master DB! The account exists due to replication so there is no way to change it's credentials. |
|
May 5 |
accepted | What DNSs have API access? |
|
Apr 29 |
awarded | Suffrage |
|
Apr 29 |
awarded | Vox Populi |
|
Apr 29 |
comment |
Python Enthought 32 vs. 64 bit version Did you restart your shell? |
|
Apr 29 |
answered | Put output of evaluated file into another file in Nodejs |
|
Apr 15 |
awarded | Good Question |
|
Apr 12 |
comment |
How to safely embed JSON with </script> in HTML document? Google gson (their java json encoder) makes a good case to replace the following characters with their unicode counterpart. < \u003c, > \u003e, & \u0026, = \u003d, ' \u0027 The reason for this is we as developers tend to stick json in a bunch of crazy places (eg attributes). |
|
Mar 25 |
awarded | Famous Question |
|
Mar 18 |
awarded | Mortarboard |
|
Mar 18 |
awarded | Self-Learner |
|
Mar 18 |
answered | Testing confirmable(devise) while running on localhost |
|
Mar 12 |
comment |
Digest::MD5 in Ruby 1.9.3 Digest::MD5.hexdigest is also pretty good |
|
Feb 26 |
comment |
How do I dynamically load Google Analytics JavaScript? you can stick this in a function but remember that _gaq has to be a global (on the window object) |
|
Feb 6 |
comment |
How to properly escape quotes inside html attributes? I have to point out none of these answers say how to properly escape strings for use inside html attributes |
|
Jan 29 |
comment |
How can I run Selenium (rspec2/capybara) tests as if though dial up or mobile connection? @AllanChow that sort of helps but it looks like it's not recommended on a remote machine. |
|
Jan 21 |
asked | How can I run Selenium (rspec2/capybara) tests as if though dial up or mobile connection? |
|
Jan 11 |
answered | Assets not found Rails on Webrick thin |