|
Hop Pocket posted:ERROR: While executing gem ... (ArgumentError) That doesn't look like a proper path. note the '//' after /opt/csw/
|
| # ¿ Dec 31, 2007 03:39 |
|
|
| # ¿ May 25, 2013 18:27 |
|
Begby posted:Thank you for the info. Check out James Golick's Attribute_fu, or at least watch Ryan Bates' screencasts on multi-model forms. http://jamesgolick.com/attribute_fu http://railscasts.com/episodes/73 In fact, do both, but in reverse order. You'll get a better idea of what's going on in the background.
|
| # ¿ Feb 28, 2008 03:50 |
|
skidooer posted:I don't think you need a core guy for something so simple. This is bad because eventually it will randomize to an existing id and go boom. code:Concurrency may not be a problem in your app, but this also opens it up for a race condition where you check for an id and not find it and try to set the id, but another process used up that id in the split second before you save. (more likely when the pool of available ids grows slim) I'm not saying it wrong to do something like this (I do something similar in one of my apps), but there are reasons why auto-incrementing id's are good.
|
| # ¿ Jul 12, 2008 04:25 |
|
Physical posted:Do you guys have any preferred gems for versioning/change logs? Stuff like this for example https://github.com/airblade/paper_trail I use vestal_versions https://github.com/laserlemon/vestal_versions, and like it.
|
| # ¿ Apr 23, 2012 01:03 |




