| bio | website | appstoresocial.com |
|---|---|---|
| location | Monterey, CA | |
| age | 36 | |
| visits | member for | 3 years, 6 months |
| seen | 5 hours ago | |
| stats | profile views | 113 |
|
Apr 30 |
comment |
Can I debug dynamically added Ruby method? It appears Linuxios is right - this appears to be impossible based on my limited testing with IntelliJ. |
|
Jan 25 |
answered | ruby rails tutorial css |
|
Dec 3 |
comment |
Gemfile syntax error: <<<<<<< HEAD when trying to start localhost Excellent! Glad I could help :-) |
|
Nov 30 |
comment |
Gemfile syntax error: <<<<<<< HEAD when trying to start localhost I suspect that deleting Gemfile.lock will help - running bundle install again will recreate it, but clean this time |
|
Nov 29 |
answered | Displaying data from a Model in Rails 3 |
|
Nov 29 |
comment |
Displaying data from a Model in Rails 3 @MichaelDurrant how is that even remotely relevant?!? |
|
Nov 29 |
answered | JavaScript Function Format: Is one of these a method? |
|
Nov 29 |
revised |
Execute function only when all array elements are identical deleted 14 characters in body |
|
Nov 29 |
comment |
Execute function only when all array elements are identical @ilia-choly good point... also could break out of the loop once you get it. I'll update my answer accordingly. |
|
Nov 29 |
revised |
rewrite condition for directory along with file added 2 characters in body |
|
Nov 29 |
comment |
rewrite condition for directory along with file whoops - forgot the bit in between the groups.... I've updated it, will you try the new version? |
|
Nov 29 |
comment |
Execute function only when all array elements are identical @minitech he also said in the title "execute function only when all array elements are identical" but then changed it up in the description to "only if all elements are false". Just trying to be thorough in case his language was imprecise. |
|
Nov 29 |
answered | Execute function only when all array elements are identical |
|
Nov 29 |
comment |
Execute function only when all array elements are identical True, null is not a boolean. However, given an array that you didn't create yourself, then it could contain null values. If they all have to be false, then [null, false, false] shouldn't trigger the function. So, I'd probably also check for null, not just true. |
|
Nov 29 |
comment |
Execute function only when all array elements are identical @minitech not once you throw null into the mix |
|
Nov 29 |
answered | rewrite condition for directory along with file |
|
Nov 29 |
comment |
How to use order by preserving result returned after group by clause what data do you want to get back? what data do you currently get back? what have you tried? |
|
Nov 29 |
comment |
Gemfile syntax error: <<<<<<< HEAD when trying to start localhost I copied and pasted your updated Gemfile into a new Rails project and had no trouble running 'bundle install', 'rails s', etc. Are you using an old version of Ruby? Normally I see line numbers in the output when there's an error in the Gemfile... try running 'bundle install' in case it gives more meaningful output. If all of that doesn't work, you've run into a problem that we cannot reproduce outside of your environment, which may be a clue in and of itself. |
|
Nov 28 |
comment |
Gemfile syntax error: <<<<<<< HEAD when trying to start localhost Post your whole Gemfile and we'll post a version that's fixed |
|
Nov 28 |
answered | Gemfile syntax error: <<<<<<< HEAD when trying to start localhost |