John Small

Results 57 comments of John Small

Unfortunately that completely misses the point. The point being that I don't have a User model. Instead I have a Member model. Even though CanCan allows you to override the...

I've followed the instructions for changing the default 'current_user' to something else. In my case I have a Member model instead of a User So in my application_controller I have....

OK, but this app is a side project so I can only work on it in my spare time. I'll send a copy or put it on Github when it's...

Oh dear no response after nearly 2 months. I guess have to look into it myself.

I'll vote for this. I've a problem with rules on sub-classes propagating up to affect the parent class. I'm upgrading an old 5.0.2 app to 6.latest, and I've got as...

Did this ever get merged into the main branch? I need it because I'm using hstore for globalization. It works better than the globalize gem. You just have to create...

@nertzy in response to your comment on hstore. The keys can't contain a single quote because the postgres query has single quotes around the keys. E.g. `select name ->'en' from...

I've upvoted that. None of the keyservers listed in the installation instructions work.

I can't run the latest Ruby because reasons, and I don't want to faff about with openssl PPAs and manual symlinks. Either it works out of the box or it...

**Context:** I'm using this plugin along with vim-javascript and vim-pathogen as my package manager **Question:** How do I get the syntax highlighting and indenting to work? It seems that vim-javascript...