126 reputation
13
bio website
location
age
visits member for 1 year, 6 months
seen 19 mins ago
stats profile views 3

May
24
answered `gem install therubyracer` fails on Mac OS X Lion
Mar
16
comment Where do you put your paths in Cucumber 1.1+ for Ruby on Rails?
That works, thanks! Found this good explanation in the docs about World() github.com/cucumber/cucumber/wiki/A-Whole-New-World
Mar
15
comment Where do you put your paths in Cucumber 1.1+ for Ruby on Rails?
How do you know to put it in a module called "NavigationHelpers"? Is that arbitrary?
Jan
18
awarded  Necromancer
Jul
2
answered MySQL “ERROR 1005 (HY000): Can't create table 'foo.#sql-12c_4' (errno: 150)”
Apr
30
comment Facebook Login Button with show-faces=“true” ignores registration-url
Still haven't found an answer to this, however, I simply started using the Facepile plugin which accomplishes what we are looking for.
Apr
28
awarded  Student
Apr
27
awarded  Teacher
Apr
17
comment Facebook Login Button with show-faces=“true” ignores registration-url
I think it may have to do with the fact that when show-faces="true", an iframe is used for rendering, whereas when show-faces is not set, it's just XFBML and HTML. Thus, DOM events triggered inside the iframe (when show-faces="true") are unable to redirect the parent window. Can someone confirm/deny this hypothesis? In any event, I still cannot find any docs on using registration-url and show-faces params together.
Apr
17
comment Facebook Login Button with show-faces=“true” ignores registration-url
Nope. Same behavior.
Apr
17
asked Facebook Login Button with show-faces=“true” ignores registration-url
Mar
7
answered How to `git clone` including submodules?
Mar
7
awarded  Editor
Feb
1
comment CodeIgniter: Is it safe to delete index.html from all folders?
Actually, I just found a use for them. They act as placeholders for otherwise empty directories, and many directories in a fresh CI install are empty be default. And if you're using GIT like I am, then placeholder files are handy to maintain directory structure. I just removed a bunch of the index.html files from my repo, and lost a bunch of needed directories. Git reset hard time :-)
Jan
16
answered CodeIgniter: Is it safe to delete index.html from all folders?
Dec
14
answered Doctrine 2 Whats the Recommended Way to Access Properties?